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
While sha256 is a secure one way hashing algorithm, it is not the best to use for storing passwords. Using something like Bcrypt may be a better aternative
The text was updated successfully, but these errors were encountered:
While sha256 is a secure one way hashing algorithm, it is not the best to use for storing passwords. Using something like Bcrypt may be a better aternative
The text was updated successfully, but these errors were encountered: