Cryptography What are legit ciphers that were broken by linear/differential cryptanalysis? |
- What are legit ciphers that were broken by linear/differential cryptanalysis?
- Pseudorandom Boolean circuit encryption?
- Question about "The Code book".
- trying to understand AES
What are legit ciphers that were broken by linear/differential cryptanalysis? Posted: 03 Nov 2018 01:20 PM PDT I know some toy ciphers are broken by both these techniques, but I was looking for legit ciphers that were broken by either or. This is because I want to implement something that was more than just a toy at some point. [link] [comments] |
Pseudorandom Boolean circuit encryption? Posted: 03 Nov 2018 09:56 PM PDT Pretty much all encryption is either very structured (based on a mathematical problem) or the so-called "unstructured" symmetric encryption which is a structured concatenation and stacking of small unstructured units/operations. Has there been research in actually generating a random seeming boolean circuit that results in a {0,1}n -> {0,1}n permutation that is hard to invert? It seems like the holy grail of asymmetric encryption would be a process which generates such a circuit to serve as the public key and the inversion as the private key. But even if this is a fantasy merely having an unstructured permutation for which an inverse is hard to compute would be an interesting addition to the field. To clarify, an algorithm that contains any structure (such as a loop) would not count as unstructured since it's repeatedly doing something similar if not identical. Which is why I'm primarily interested in a Boolean circuit graph that isn't reducible/compressible. [link] [comments] |
Question about "The Code book". Posted: 03 Nov 2018 08:43 AM PDT So i just ordered this book and i want to get into it but was just wondering in what way should i read it.Should i google i find stuff in the book?Maybe take notes?Or just read it till the end without thinking much about it?I don't really know about cryptography and thought maybe this book would be a good start. [link] [comments] |
Posted: 03 Nov 2018 02:30 AM PDT I'm trying to work out a book example using the following code The problem is that my "cipher_text" is My output: Expected output: Any help will be appreciated. P.S.: Updated post [link] [comments] |
You are subscribed to email updates from Cryptography news and discussions. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment