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
#121 introduces password-based authentication, and uses MD5 to do so. MD5 isn't a proper password hashing algorithm, it'd e lovely to use something secure! Patrick recommended to take a look at http://www.squeaksource.com/Cryptography.html, which might include smth like BCrypt or Blowfish.
The text was updated successfully, but these errors were encountered:
#121 introduces password-based authentication, and uses MD5 to do so. MD5 isn't a proper password hashing algorithm, it'd e lovely to use something secure! Patrick recommended to take a look at http://www.squeaksource.com/Cryptography.html, which might include smth like BCrypt or Blowfish.
The text was updated successfully, but these errors were encountered: