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
One step to improve application security is to store only hash values of authentication information in the server database.
The server will only store SHA-256 hashes in the future (skynet-im/skynet-server#34) but this is useless as long as P15PasswordUpdate contains the KeyHash which is sufficient to create new sessions.
The password update procedure has to be changed in such a way that KeyHash does not have to be stored in the server database anymore.
The text was updated successfully, but these errors were encountered:
One step to improve application security is to store only hash values of authentication information in the server database.
The server will only store SHA-256 hashes in the future (skynet-im/skynet-server#34) but this is useless as long as
P15PasswordUpdate
contains theKeyHash
which is sufficient to create new sessions.The password update procedure has to be changed in such a way that
KeyHash
does not have to be stored in the server database anymore.The text was updated successfully, but these errors were encountered: