User login
Poll
Steganography
History of Cryptography
Basics of Cryptography
Downloads
- Advanced-Encryption-Standard.pdf [PDF, 383.41 KB]
- Developing-the-Advanced-encryption-stander.pdf [PDF, 1.02 MB]
- Rijndael.pdf [PDF, 1019.09 KB]
- Rijndael_Flash_Animation.exe [X-MSDOWNLOAD, 506.02 KB]
Modular Arithmetic monoalphabetic cipher
Sat, 03/24/2007 - 16:34 — l0ck* more generally could use a more complex equation to calculate the ciphertext letter for each plaintext letter
E(a,b) : i ->a.i + b mod 26
a must not divide 26 (i.e., gcd(a,26) = 1)
otherwise cipher is not reversible, e.g.,
a=2 and a=0, b=1, c=2 ... , y=24, z=25
eg E(5 7) : i ->5.i + 7 mod 26
Cryptanalysis
* use letter frequency counts to guess a couple of possible letter mappings (frequency pattern not produced just by a shift)
* use these mappings to solve 2 simultaneous equations to derive above parameters
Reply
l0ck.com data encryption
