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
This CSPRNG is based on the ChaCha-based pseudorandom number generator provided by modern Linux kernels. It is seeded with high-entropy, unpredictable sources, such as:
27
27
28
-
- Timing variations from hardware events
28
+
- Timing variations from hardware events
29
29
- True Random Number Generators (TRNGs), including the `RDSEED` and `RDRAND` instructions available on AMD64 processors
30
30
31
31
<Messagetype="note">
@@ -57,8 +57,7 @@ To reduce the risk of key overuse, plaintext payloads are limited to a maximum s
57
57
While Key Manager internally uses AES-256-GCM, this does not restrict users to the same algorithm for their data encryption keys (DEKs).
58
58
We recommend using cryptographic libraries like Tink, which handle DEK management with robust and reviewed algorithms.
59
59
Scaleway provides Tink integrations for Go and Python, which is the preferred integration method.
0 commit comments