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
We need a class that act as Service and could be used to encrypt and decrypt data from Database because sensitive data needs to be stored as encrypted text. The encryption shall be symmetrical to minimize time cost of encrypting and decrypting data. The passphrase for cryptography shall be read from environment variable.
The text was updated successfully, but these errors were encountered:
We need a class that act as Service and could be used to encrypt and decrypt data from Database because sensitive data needs to be stored as encrypted text. The encryption shall be symmetrical to minimize time cost of encrypting and decrypting data. The passphrase for cryptography shall be read from environment variable.
The text was updated successfully, but these errors were encountered: