Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
NishantJoshi00 opened this issue Nov 7, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@NishantJoshi00
Copy link
Member

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 NishantJoshi00 added the enhancement New feature or request label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant