r/crypto

r/crypto subreddit

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

Posts

Reddit by tomsaso December 28, 2025

Let's say I have quantum computer - How do I mine BTC?

For the sake of argument assume I have 10.000 qubit quantum computer, not via extensive hardware, but with math & algo on a classcial computer. I have reversible engine with both Clifford and Non Clifford gates. Now, how do I mine BTC and win in proof of work? Don't tell …

Reddit by Natanael_L December 28, 2025

A new round of gpg.fail attacks

Reddit by HenryDaHorse December 27, 2025

SHA256 collision: The Kaoru Method

I don't think I know enough to comment on this, hence posting here [The Kaoru Method: Linearizing SHA-256 via Universal Fractional Space Mapping and Carry Reconstruction](https://osf.io/jd392/overview) More: - [Unexpected 186-bit SHA-256 quasi-collision: Is this mathematically possible with consumer hardware or is there a flaw in my verification script?](https://crypto.stackexchange.com/questions/119199/unexpected-186-bit-sha-256-quasi-collision-is-this-mathematically-possible-with) - [Is …

Reddit by Encproc December 26, 2025

Scholar Labs for Crypto?

Has anyone tried out Scholar Labs for crypto research? Is it any good?

Reddit by Alternative-Grade103 December 26, 2025

Prime Sieve as Bits

In ancient of days (circa 1987-ish), I had coded a modified Sieve of Eratosthenes where single bits (rather than bytes) served as primality flags. Further, the mapping was such as to contain no bit addresses for multiples of 2, 3, and 5. It ran slow, but had the advantage of …

Reddit by Alternative-Grade103 December 23, 2025

Concept for random numbers...

Just this morning a means occurred to me for how I might generate a most extremely unpredictable pseudo-random number for encryption purposes. 1. Get the Nth pseudo-random from a fixed seed. 2. Permute it into a 64-element Knapsack key. 3. Obtain the next-in-sequence pseudo-random. 4. Encrypt that with the key …

Reddit by Shoddy-Childhood-511 December 22, 2025

[39c3] Don’t look up (satellite insecurity talk by Nadia Heninger)

Reddit by bik1230 December 19, 2025

SHA-3 hardware acceleration

Does anyone know if proper SHA-3 acceleration is on the horizon for server and consumer hardware? Right now AFAIK only z/Arch has SHA-3 fully implemented in hardware, other architectures only have specific instructions for speeding up particular operations used within SHA-3. With Sphincs+'s performance being so heavily tied to the …

Reddit by willgilr December 19, 2025

A new secure random number generator

Hi everyone, I'd like to share an secure crypto random number generator I created. I'll keep this post short and sweet so here are the links... PDF about the algorithm: [https://www.gsjournal.net/Science-Journals/Research%20Papers/View/10393](https://www.gsjournal.net/Science-Journals/Research%20Papers/View/10393) Source code in Java on GitHub: [https://github.com/wgilreath/CHARIBDIS](https://github.com/wgilreath/CHARIBDIS) I had posted before, but did not see it in the posts …