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
Password hashing currently just hashes the password+salt, which is just OK. What would be even better is to utilize key-stretching algorithm like PBKDF2 or bcrypt.
RNcrypt (used in our latest version of the LDLN core) supports PBKDF2 as part of its library, which seems to be ideal barring any research showing otherwise.
The text was updated successfully, but these errors were encountered:
Password hashing currently just hashes the password+salt, which is just OK. What would be even better is to utilize key-stretching algorithm like PBKDF2 or bcrypt.
RNcrypt (used in our latest version of the LDLN core) supports PBKDF2 as part of its library, which seems to be ideal barring any research showing otherwise.
The text was updated successfully, but these errors were encountered: