r/crypto

r/crypto subreddit

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

Posts

Reddit by [deleted] July 15, 2025

Research paper on Enigma

From my childhood days i was fascinated by the enigma machine and now i want to write a paper on that wrt vulnerability in it(like how it can be cracked ). IDK how it works or algorithm it uses my doubts 1. Is doing a paper on Enigma still has …

Reddit by zninja-bg July 14, 2025

DSSS Distributed Smamir's secret sharing question.

Vulnerability in dsss is that single participant can maliciously act and destroy process of forming valid shares? So, with Pedersen commitment participant can detect invalid partial share supplied by other participant. If we include digital signature, we can prove others participants we have malicious participant and identify what commitment is …

Reddit by Accurate-Screen8774 July 14, 2025

Help me understand "Forward Secrecy"

according to google/gemini: its a security feature in cryptography that ensures past communication sessions remain secure even if a long-term secret key is later compromised. it also mentions about using ephemeral session keys for communication while having long-term keys for authentication. id like to make considerations for my messaging app …

Reddit by AbbreviationsGreen90 July 13, 2025

For which type of elliptic curves this ᴇᴄᴅʟᴘ attack paper applies to ?

Simple question : everything is the title. The paper is for a non generic solution to the ᴇᴄᴅʟᴘ and is the enhancement of https://www.researchgate.net/profile/Ayan-Mahalanobis/publication/378909062_Minors_solve_the_elliptic_curve_discrete_logarithm_problem/links/65f185df32321b2cff6b1574/Minors-solve-the-elliptic-curve-discrete-logarithm-problem.pdf They state this paper is an enhancement of a previous one where they stated : `The algorithm depends on a property of the the group of …

Reddit by ahazred8vt July 6, 2025

append-only encrypted logs

Odd. There doesn't seem to be any widely used library or framework for writing encrypted chunks to an append-only file. No standard format. We could really use a taxonomy of encrypted-chunk schemes. There are some heavyweight event logging suites that can write encrypted log files, but I don't see anything …

Reddit by LukaJCB July 4, 2025

Just published 1.0.0 of ts-mls, an MLS implementation in TypeScript

Happy to reveal this library that I've been working on for the past 3 months. MLS is really cool technology IMHO and now you can use MLS right from the browser! Git Repo here: [https://github.com/LukaJCB/ts-mls](https://github.com/LukaJCB/ts-mls)