hyperswitch-card-vault icon indicating copy to clipboard operation
hyperswitch-card-vault copied to clipboard

[ENHANCEMENT] Add columns in database tables to mention the encryption and hashing algorithm used

Open NishantJoshi00 opened this issue 1 year ago • 0 comments

Description

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.

NishantJoshi00 avatar Nov 07 '23 07:11 NishantJoshi00