SMT based attacks on non cryptographic PRNGs
-
Updated
Mar 23, 2023 - Python
SMT based attacks on non cryptographic PRNGs
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.
Generate Random Numbers Using LCG Method
Research and code regarding Linear Congruential Generators.
Cryptography and Security Project solved by @amir-kedis and @g-magdy
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
To Generate 1,00,000 random numbers using LCG.
LCG Based Pseudorandom Name Generation Proof-of-Concept
Lab exercises to understand the concepts of True Random Number Generators (TRNG) and Pseudo-Random Number Generators (PRNG).
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."