I'm trying to store user passwords in my DB using Argon2 algorithm. This is what I obtain by using it: $echo -n "password" | argon2 "smallsalt" ...
確定! 回上一頁