I'll let you know how this turns out. Wish me luck!

In summary, the conversation revolved around the topic of do-it-yourself encryption and the search for high security and unbreakable ciphers that could be done in one's head or with minimal assistance such as a few notes on paper. Some suggestions were made, including using a one-time pad or a public key system, but it was also pointed out that most ciphers involve complex bit shuffling and would be difficult to do mentally. The original poster also mentioned reading about a cipher that allowed for some information to be written down, but would still be secure even if the paper was compromised. However, it was acknowledged that this may not be possible and could potentially be a misinterpretation of information.
  • #36
Just interjecting

CRGreathouse said:
Well, let's consider what a large country might be able to do to brute-force any code, assuming they haven't found a special weakness. If the EFF can crack DES (56 bits) in two days, then a government should be able to brute-force 60 to 80 bit keys in a day, with budgets around ten million dollars (60 bits) to hundreds of billions of dollars (80 bits). If the information needs to remain secret for a year, that's another 8 bits. Kick in a few bits for safety (in case of a minor keyspace reduction break) and you need 90 bits, minimum, to be safe from a major government.

So the first step to a mental cryptosystem is finding a way to remember and work with a key at least 90 bits long.

I just felt I could interject for a moment here -- I'm very interested in the original question -- to note that 90 bits of ASCII is just over 11 letters, and memorising passwords of over 12 characters is not a problem for the typical computer user. Even considering that only 40 or so characters are used -- let's assume 5 bits of real information -- only 18 characters need to be memorised. So key length is not really a problem.
 
Mathematics news on Phys.org
  • #37
For me, at least, memorizing and manipulating an 18-character password of random letters and symbols (26 letters, 6 other symbols) would not be easy. It's hard enough for businesses to enforce strong 8 to 12 character passwords, which are still fairly far from random. This is twice that length and fully random. (If you're allowed to use less-than-random keys, you need to increase the length to ensure that the entropy stays high enough.)
 
  • #38
True, but given the original question's high goals, we may at least set the bar a little bit higher than for any ordinary problem. It's not /that/ difficult. You could easily invent a mnemonic for your password, a little ditty or rhyme, as long as you choose the password randomly first, and fit the ditty to it afterward.

When this question was asked on Slashdot, by the way, the most reasonable method proposed was RC4.
http://ask.slashdot.org/article.pl?sid=02/03/30/1927236
http://en.wikipedia.org/wiki/RC4

I'll work through some instances of RC4 and Tiny and post the results here later unless I forget. I don't think either has the property that they can't be broken based on the intermediate state, but as another poster pointed out, that may be impossible (without some "hardware", which may be no more than a paper abacus or pack of cards, of course). In any case, they are a start.
 
  • #39
I have been thinking about this as well, and I think RC4 would be feasible given a few months of training. The key to performing the encryption at speed in your mind will be memorizing huge tables of precomputed operations.
 
  • #40
Hmm, promising! I plan to see how much effort I can save if I write out some key tables (mind I haven't thought much about the actual feasibility, so I'm just writing down my general ideas). Including the full algorithm and generic tables next to my ciphertext is no security risk, and no inconvenience.
 

Similar threads

  • General Discussion
Replies
4
Views
659
Replies
3
Views
977
  • STEM Academic Advising
2
Replies
54
Views
4K
  • General Engineering
Replies
2
Views
1K
  • STEM Academic Advising
Replies
7
Views
2K
  • Art, Music, History, and Linguistics
Replies
1
Views
1K
  • Special and General Relativity
Replies
13
Views
2K
  • STEM Career Guidance
Replies
4
Views
1K
Replies
1
Views
2K
  • STEM Career Guidance
Replies
2
Views
8K
Back
Top