r/crypto

r/crypto subreddit

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

Posts

Reddit by saaiqSAS April 11, 2025

SAS-ROS Cipher and its Encryption Algorithms (SAS-RCS & SAS-RBS) – Seeking Cryptographic Review

I'm an independent developer with a long-standing interest in cryptographic systems and secure algorithm design. Over the past year, I’ve been working on a symmetric key-based random substitution cipher and a pair of encryption algorithms built on it. This effort has led to the creation of the **SAS-ROS Cipher** (*Random …

Reddit by knotdjb April 10, 2025

Physically Uncloneable Functions (PUFs)

Recently come to learn about [PUFs](https://en.wikipedia.org/wiki/Physical_unclonable_function). Does anyone know of any consumer products using them and what they're being used for?

Reddit by Aidan_Welch April 9, 2025

For E2EE apps like Signal what stops the server from giving you a fake public key for a user?

Say I want to send a message to Alice. To encrypt my message to Alice doesn't Signal have to send me her public key? What stops them from sending me a fake public key? I believe that at some point in the handshake process I probably sign something that validates …

Reddit by bitwiseshiftleft April 9, 2025

Clubcards for the WebPKI: smaller certificate revocation tests in theory and practice

To implement public key infrastructure for protocols such as TLS, parties need to check not only that certificates are properly signed, but also that they haven't been revoked, due to e.g. key compromise. Revocation was originally implemented using certificate revocation lists, but those are impractically large. Then there is OCSP, …

Reddit by Medushaa April 6, 2025

Forming a Cryptography and Number Theory reading group

Hi everyone! I want to start a virtual reading group focused on cryptography and number theory, where we can learn together in a collaborative environment. Whether you’re a beginner or have some background, all you need is curiosity! Currently I have physical copies of these books to start with: 1. …

Reddit by Accurate-Screen8774 April 2, 2025

JS + WebRTC + WebCrypto = P2P E2EE Messaging PWA

Selhosted P2P E2EE File Transfer & Messaging PWA * The app: [chat.positive-intentions.com](http://chat.positive-intentions.com/) * The source: [https://github.com/positive-intentions/chat](https://github.com/positive-intentions/chat) * More information about the app: [https://positive-intentions.com/docs/apps/chat](https://positive-intentions.com/docs/apps/chat) * Follow the subreddit to keep updated about the app: [r/positive\_intentions](https://www.reddit.com/r/positive_intentions/)