Skip to content

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

@NishantJoshi00

Description

@NishantJoshi00

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions