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
Cryptography and Security Project solved by @amir-kedis and @g-magdy
To Generate 1,00,000 random numbers using LCG.
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
Lab exercises to understand the concepts of True Random Number Generators (TRNG) and Pseudo-Random Number Generators (PRNG).
Stateshaper uses an equation similar to PRNG or LCG and helps tokenize its output. Memorized values can be created and reproduced for uses such as personalization, synthetic data and world building. This results in a significant size reduction, which can often amount to a savings of over 90%.
LCG Based Pseudorandom Name Generation Proof-of-Concept
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."