An open API service indexing awesome lists of open source software.

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

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