SMT based attacks on non cryptographic PRNGs
-
Updated
Mar 23, 2023 - Python
SMT based attacks on non cryptographic PRNGs
Many best in class pseudo random generators grouped into one simple library.
A pythonic Linear Congruential Generator iterator
Generate Random Numbers Using LCG Method
Research and code regarding Linear Congruential Generators.
The paper titled "A secure authenticated image encryption scheme based on elliptic curve cryptography" proposes a robust method for securely transmitting images, particularly medical ones, by employing an authenticated encryption. This algorithm integrates the LRNG, SGPG, and ECC to enhance the randomness and security of the encryption process.
Lab exercises to understand the concepts of True Random Number Generators (TRNG) and Pseudo-Random Number Generators (PRNG).
To Generate 1,00,000 random numbers using LCG.
LCG Based Pseudorandom Name Generation Proof-of-Concept
Accenture had a nice PRNG challenge at the DSE fair at DTU 2017. This is my solution to it.
Pseudo-random number generators in Python
Add a description, image, and links to the lcg topic page so that developers can more easily learn about it.
To associate your repository with the lcg topic, visit your repo's landing page and select "manage topics."