Is it possible to design a (pen and paper) cipher that is secure against government cryptanalysis for at least 10 years?
Is it possible to design a (pen and paper) cipher that is secure against government cryptanalysis for at least 10 years?
I know theres AES and PGP, but all electronics stuff still has backdoors. You can't backdoor a piece of paper and a writing utensil.
https://en.wikipedia.org/wiki/One-time_pad
It’s a good algorithm but if you need to decode any message, you must get drunk and listen to creepy radio stations at 1AM in the forest or something.
Hmm yea cool, problem is, its not reusable. You have to generate new keys every time. Kinda not easy to constantly exchange new keys if you are... say a group of revolutionaries hiding from the government. 👀
This is how all modern cryptography works. A deterministic cipher is functionally no different from pig Latin when it comes to actual security. An electronic solution like public key cryptography is infinitely more secure. If you're especially paranoid you can generate the cryptotext locally and send it by email; that would be much safer than anything you could achieve by hand.
That's why you make a stack of them. Generate hundreds up-front and you don't need to generate new every time.
I'm certainly not an expert.
But could you generate pads from mutually accessible data sources?
Like use hit_me_baby_one_more_time_not_a_virus.mp3 appended with a password, as a seed in a pseudo random number generating algorithm, then do the same thing with another data source, repeat however many times, then XOR the generated numbers together, and use the result as a pad?
In-band periodic key-exchange. Pre-arrange that keys expire every X messages, and that the last (Xth) message is dedicated to sending the new key encrypted by the previous one.