You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yes you are right. I just wanted to demonstrate the usecase here. I am working on next update to get rid of godcrypto too. If you like you can contribute too
Hi,
i noticed that youre encrypting passwords using AES.
That is a really, really bad idea. One should only hash passwords.
Use argon2 or bcrypt to actually hash the password (with an salt)
The text was updated successfully, but these errors were encountered: