The Monographic Substitution Cipher: From Julius Caesar to the KGB - Comments

  • Context: Insights 
  • Thread starter Thread starter bapowell
  • Start date Start date
  • Tags Tags
    Substitution
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 2K views
Messages
2,243
Reaction score
261
bapowell submitted a new PF Insights post

The Monographic Substitution Cipher: From Julius Caesar to the KGB

cipher.png


Continue reading the Original PF Insights Post.
 
Last edited:
  • Like
Likes   Reactions: ShayanJ, nsaspook, Greg Bernhardt and 1 other person
Mathematics news on Phys.org
Well done, I learned a lot. Thank you for the education.

It might be worthwhile to mention that good encryption practice would be to keep the message as short as possible to make statistical analysis more difficult. In the extreme, shortened plaintext morphs into code and encryption becomes unnecessary.
 
  • Like
Likes   Reactions: bapowell and Greg Bernhardt
anorlunda said:
It might be worthwhile to mention that good encryption practice would be to keep the message as short as possible to make statistical analysis more difficult. In the extreme, shortened plaintext morphs into code and encryption becomes unnecessary.

On the other hand, if an attacker can control parts of the plaintext, compression can leak information as explained here: http://security.stackexchange.com/a/19914
 
anorlunda said:
I didn't have compression in mind.
But your scheme is a form of compression, since the encoded text gets shorter.

Anyway, just wanted to point out that getting encryption right is hard, so many things one have to consider.

And yes, the various side channels and so on they manage to exploit is impressive and does indeed feel like Spy vs Spy :)
 
Chosen-plain/ciphertext attacks and hardware side channels are the bacon and eggs of Cryptanalysis.
In addition to mathematical analysis of cryptographic algorithms, cryptanalysis includes the study of side-channel attacks that do not target weaknesses in the cryptographic algorithms themselves, but instead exploit weaknesses in their implementation.
 
Last edited: