Update cryptographic recommendations for Python

Signed-off-by: Nick Tait <ntait@redhat.com>
This commit is contained in:
Nick Tait 2020-07-04 15:34:57 -06:00
parent 1d85c0bf09
commit ec4cb12b6e

View file

@ -80,7 +80,8 @@ least 12 bytes long.
* `java.security.SecureRandom` in Java
(usable for high data rates)
* `os.urandom` in Python
* The `secrets` module in Python. Older versions of Python
(pre 3.6) can use `os.urandom`
* The `getrandom` system call since glibc 2.25