- Total posts
- 548
- Total predictions
- 1
- Success rate
- 0.0%
- Avg score
- 0.00
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 …
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 …
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 …
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 …
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 …
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)