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
SHA256 isn't particularly good as a password hashing algorithm, because it can be quite easily brute forced. I suggest implementing either bcrypt or Argon2 /, Argon2i, because both of these algorithms have a variable cost that can be adjusted to avoid the issue.