reddit.com

Total Posts
41874
Total Predictions
9712
Success Rate
24.3%
Average Score
0.00

Posts

Reddit by ahazred8vt October 16, 2024

Chinese quantum D-Wave news is a repeat from 2023??

Reddit by freedomisfreed October 15, 2024

How to Read Cryptography Papers?

Does ChatGPT help in understanding cryptography papers? What should I do when I encounter concepts I'm not familiar with when reading papers? What are the most efficient ways to approach research? A lot of topics sound like gibberish, I am also struggling to understand certain mathematical concepts. Any advice?

Reddit by anonXMR October 15, 2024

Infinite inputs and Collisions with SHA256

Hi, Given SHA256 is supposed to be random and well distributed, is it true to say that essentially each output can have an infinite and relatively equal number of collisions generated by infinite inputs. i.e. given in reality we have infinite inputs to feed the function (think arbitrary long binary …

Reddit by Just_Shallot_6755 October 14, 2024

Feedback on this signature scheme?

So I made this signature scheme, it's the most bare bones version available. Anyone see any obvious holes in the core algorithm? It's python, so don't try are actually use it for anything. I do imagine it's quantum resilient, but I'm curious if it's classically resilient. Here's the repository. git@github.com:tart-grapes/dntl.git …

Reddit by jp_bennett October 14, 2024

X25519 DH using a single key

What happens when an X25519 DH process is performed using a private key and the public key derived from it? I've tried to find any work on this question, and my Google-fu is coming up short. Is the resulting shared key particularly weak? Does it reveal anything about the private …

Reddit by Aquatic-Cuthbert October 14, 2024

Reviving an Old Thread on Airgapping

Hello! I was wondering if anyone has utilized the relativity new/old rubber ducky tool by Hak5 on your airgapped machine and if it’s subtle or clonky. I was unimpressed by the video demonstrations…the reason I’m asking is I was curious as to the utility of putting an airgapped machine in …

Reddit by cryptoam1 October 13, 2024

Going from KEM to Signatures

Is there a known efficient way to generically convert a secure KEM into a signature scheme? I'm looking for a method that doesn't devolve to turning the KEM into an OWF and then building a hash based signature scheme. I am aware that you can use a secure KEM to …

Reddit by an-unique October 12, 2024

question about web crypto subtle ecdh shared secrets

hello everybody, is there any way to generate an ecdh key with javascript in a browser and with c on a backend? how are the common secrets calculated? im trying to get a edch shared secret in a browser and on a backend without using subtle on the backend itself? …