https://github.com/popcornell/pyaes_drbg
Cryptographically Secure AES DRBG NIST SP 800-90A, Rev 1 pseudo-random number generator (PRNG) in Pure Python
https://github.com/popcornell/pyaes_drbg
aes cryptography drbg nist pseudo-random-generator pseudorandom python random-generation
Last synced: 6 months ago
JSON representation
Cryptographically Secure AES DRBG NIST SP 800-90A, Rev 1 pseudo-random number generator (PRNG) in Pure Python
- Host: GitHub
- URL: https://github.com/popcornell/pyaes_drbg
- Owner: popcornell
- License: mit
- Created: 2019-01-04T11:02:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T11:08:35.000Z (almost 7 years ago)
- Last Synced: 2025-03-30T09:11:47.316Z (7 months ago)
- Topics: aes, cryptography, drbg, nist, pseudo-random-generator, pseudorandom, python, random-generation
- Language: Python
- Homepage:
- Size: 1.18 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AES DRBG SP 800-90A, Rev 1 NIST
---
**Pure Python** implementation of AES-based Deterministic Random Number Generator.
---
**Compliant with the [NIST SP 800-90A Rev 1 Standard](https://csrc.nist.gov/publications/detail/sp/800-90a/rev-1/final).**---
Currently supporting Version with No Derivation Function
---
### Requirements:
- [pyaes](https://github.com/ricmoo/pyaes) >= 1.3.0
- Python Version > 3