-
-
#### **Objective**
Implement password encryption using bcrypt to securely store user passwords. This ensures that even if the database is compromised, the passwords cannot be easily accessed.
--…
-
The current data at rest encryption design with RSA private key is both slow and insecure (crackable passphrase and not quantum safe, which is esp. problematic for data at rest). Go standard lib alrea…
-
To securely store encrypted data in our database, you can use AES-256 (Advanced Encryption Standard) for symmetric encryption.
And to do this, create a turbo package that is simple to use on both the…
-
Did you recommend something to migrate user data previously encrypted using AES-CBC in keychain/keystore (now deprecated and considered as a vulnerability by my security team) to AES-GCM ?
That would…
-
This is a request to have encryption for data that is generated by Changefeed before sending to its sink. An example of this, would be using AWS client side encryption: https://docs.aws.amazon.com/Am…
-
### Description
Hello, community,
In order to be compliant GDPR, I was asked to find a way to make Keycloak crypt sensitive data in a database (user's info like email, username../realm keys/...). …
-
# Issue Template
## Prerequisites
- [x] I am running the latest version
- [x] I checked the documentation and found no answer
- [x] I checked to make sure that this issue has not already bee…
-
**Is your feature request related to a problem? Please describe.**
Quite often these applications are used to scan highly sensitive documents (esp Card Wallet) - existing on-device unencrypted can be…
-
Hi Alex @staticlibs,
We need to understand below points to clarify our security team,
1) How Connection/channel encryption handled between application and WiltonDB?
2) How data at rest encryption…