Human-Readable Encryption Keys
in Python added by admin, on 29/12/2007 cryptography intermediate
Somehow, we have to present these random 128-bit keys to the user, and I think I've found a pretty good way. We use RFC 1751, which defines a 'Convention for Human-Readable 128-bit Keys' - basically just a mapping of blocks of bits to strings of English words.
comment save reportno comments
