r/crypto

r/crypto subreddit

Total Posts
547
Total Predictions
1
Success Rate
0.0%
Average Score
0.00

Posts

Reddit by fosres March 12, 2025

The Problem with the Advice: Don't Roll Your Own Crypto

One of my concerns with modern cryptography is that people are violating the sage advice "Don't Roll Your Own Crypto(graphy)\[sic\])". Machines are only getting smaller and sometimes such machines don't have the system resources to use off-the-shelf de facto crypto libraries such as OpenSSL. What I learned from security conferences …

Reddit by fosres March 9, 2025

Grover's Algorithm Against Password Hashing?

I am aware it is thought that modern password hashing algorithms are capable of being resistant to Grover's Algorithm. However, the truth is Grover's Algorithm still reduces the bit security of passwords effectively by half. If I use a password with 128 bits of security Grover's Algorithm would reduce the …

Reddit by knotdjb March 4, 2025

Learn how to break AES

Reddit by Lucky_Entry_4012 March 2, 2025

High School Assignment: RSA Encryption in Python

I got an assignment in Computer class to code a functioning RSA program/script in Python. The thing is, I have no idea how. My class has never programmed with Python, and just setting it up on my computer was a difficult task. I've got the basics behind the mathematics of …