With AI evolving exponentially and solving increasingly difficult problems, how realistic is the threat that quantum computing advances faster than expected? Would Bitcoin realistically be able to adapt in time?…
TLDR; I had some fun playing around with combining columnar transposition with substitution, which turns out to be surprisingly strong. Almost certainly not "properly strong", but not trivial to break with computers either.…
I was in need of replacing my ssh-key for Gitlab today since it expired so I thought I might as well switch over to a PQC protocol rather than Ed25519. I was a bit stunned to find out that this is apparently not supported yet.…
I'm not sure if it's the right subreddit to post in, but I was wondering why AES256 is slower on my CPU (Snapdragon 888 which does have AES acceleration) than ChaCha20 and maybe anybody knows the reason.…
I hope that this is not considered low effort, as I really would like the opinion of this community. I know that you people deal more with the guts of this stuff, but hopefully you'll hear out a layperson.…
Do all modern devices basically reach a point where everyone has to trust the RNG for modern encryption? The software PRNG like dev/urandom can be audited, but how does anyone audit the hardware RNG's?…
Greetings, I'm currently reading W. Friedman's Military Cryptanalysis Part 1 and doing the exercises. I'm getting stuck quite frequently at transpositional crypotgrams, namely the ones where the letters of a word are transposed.…
Is it possible to design a compromised RNG so that it that is both Useful to the attacker, in that they gain significant advantage against messages encrypted using this RNG, and Indistinguishable from an honest RNG for everyone else?…
Example use case, an imageboard where the server hosts a public membership tree containing identity commitments. Each time a user holding an identity secret can generate a new anonymous identity by proving membership within the membership tree and…
Hello! Like the title says. I'm gonna do an internship in Cryptography (it's only one month though! So please don't give me something bigger than I can chew).…
I want to encode a text with a cypher i made up. My idea is to use a caeser cypher to encode every other letter but the remaining letters are encoded with the same number of the cypher in the opposite direction. E.G.…
Hello guys ! I'm organizing a scavenger hunt for my wedding and I want to hide a message in the musical sheet on the piano that I have at the wedding place. The musical sheet are written already but I want to hide a message in it with invisible ink.…
Looking for recommendations on literature covering differential privacy composition theorems, specifically for scenarios involving multiple mechanisms operating simultaneously on the same data rather than sequentially.…
Maybe I’m spending too much time reading cybersecurity stuff lately, but it feels weird how little discussion there is around post-quantum migration in most crypto communities.…
I've already read Intro to Modern Cryptography by Katz and Lindell (the third edition), I also took a university course about modern cryptography, and I'm currently taking a side-channel attacks graduate university course (which is soooo cool).…
I'm trying to find a public-key cipher where the public key CANNOT be derived from the private key. I'm don't know that many public-key encryption algorithms if I'm being honest so some help would be much appreciated.…
In BLAKE3 docs it's written that extendable output beyond 256-bit doesn't bring any additional security. Does it include just first/second preimage resistance or collision resistance as well? Or what is exactly meant under this term?…
Hi, I'm a CS student currently trying to find a topic for my bachelor thesis. We covered elliptic curves and the ECDLP in one of our modules. I think it is an interesting topic, so I've been reading into it a bit more on my own.…