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
The encryption algorithm used for any database related encryption is GcmAes256 and the hashing algorithm used is sha512. That being said, in future if we decided to change the hashing algorithm and or the encryption algorithm it would be difficult to maintain backwards compatibility.
This can be mitigated by having an identifier of the encryption/hashing algorithm used along side the encrypted/hashed data.
The text was updated successfully, but these errors were encountered:
Description
The encryption algorithm used for any database related encryption is
GcmAes256
and the hashing algorithm used issha512
. That being said, in future if we decided to change the hashing algorithm and or the encryption algorithm it would be difficult to maintain backwards compatibility.This can be mitigated by having an identifier of the encryption/hashing algorithm used along side the encrypted/hashed data.
The text was updated successfully, but these errors were encountered: