Update cryptographic recommendations for Python
Signed-off-by: Nick Tait <ntait@redhat.com>
This commit is contained in:
parent
1d85c0bf09
commit
ec4cb12b6e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue