r/crypto

r/crypto subreddit

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

Posts

Reddit by schrampa February 15, 2026

The Quantum Threat: Industry Standards for PQC and the Unique Road to a Post-Quantum Bitcoin

The cybersecurity working group from the Crypto Valley Association (CVA) is presenting their next session on February 19th at 5-6pm. Please see all details at https://luma.com/CVA-Cybersec-Feb At this meeting, Sonia Duc and Markus Perdrizat will explore the intersection between enterprise-grade security and decentralized resilience, examining how industry players are preparing …

Reddit by Chris_M_Thomasson February 15, 2026

Browser‑only HMAC‑based toy cipher demo (DrMoron) — now live with URL‑encoded ciphertext

I’ve been working on a small educational cipher experiment called DrMoron. Refer to: [https://www.reddit.com/r/crypto/comments/1r369lv/drmoron\_a\_cipher/](https://www.reddit.com/r/crypto/comments/1r369lv/drmoron_a_cipher/) It’s not intended to be secure — just a playground for exploring HMAC‑driven keystream generation, feedback, and deterministic test vectors. I finally finished the browser version, and it now produces byte‑for‑byte identical output to my C/Python …

Reddit by Accurate-Screen8774 February 13, 2026

Application-Level Cascading Cipher

[https://positive-intentions.com/blog/cascading-cipher](https://positive-intentions.com/blog/cascading-cipher) i wanted to improve the encryption i was using in my webapp. i already know that webRTC is encrypted by default, but that isnt anywhere near as respected as the signal protocol and it wouldnt be quantum-secure. understandably, people are not looking towards browser-based solutions for post-quantum cryptography, but …

Reddit by Chris_M_Thomasson February 12, 2026

DrMoron... A Cipher...

Here is a little cipher I have been working on for some years. I am wondering what you all think about it? Here is an old write up: [http://funwithfractals.atspace.cc/ct\_cipher/](http://funwithfractals.atspace.cc/ct_cipher/) And some code that uses a TRNG, well, it better be a TRNG because my algo relies on it: """ DrMoron: …

Reddit by LtCmdrData February 11, 2026

Landscape of Quantum Computing (with 2025 update)

Reddit by HouseSubstantial2871 February 11, 2026

Why Haven’t Quantum Computers Factored 21 Yet?

Reddit by AbbreviationsGreen90 February 10, 2026

Is it correct to state that the Pedersen hash system isn t vulnerable to length extension attack as long as the inputs are a multiple of the number of window s bits?

The original description can be found [here](https://iden3-docs.readthedocs.io/en/latest/iden3_repos/research/publications/zkproof-standards-workshop-2/pedersen-hash/pedersen.html). I m studying the hash for existing systems still using it (the input is then at least 496bits long). My understanding though is if there s no padding, then it s impossible to find collisions through length extension thus leaving only finding discrete …

Reddit by Accurate-Screen8774 February 10, 2026

How secure is hardware-based cryptography?

im working with cryptography and there are functions exposed from the hardware to the application. (not relevant, but so you have context) [https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) this is working as expected. under-the-hood it is optimised with the hardware and i can see that it can decrrypt large amounts of data in real-time. clearly …

Reddit by Accurate-Screen8774 February 7, 2026

WhatsApp Clone... But Decentralized and P2P Encrypted Without Install or Signup

By leveraging WebRTC for direct browser-to-browser communication, it eliminates the middleman entirely. Users simply share a unique URL to establish an encrypted, private channel. This approach effectively bypasses corporate data harvesting and provides a lightweight, disposable communication method for those prioritizing digital sovereignty. Features include: * Webapp * P2P * …