$ od -t x1z pt 0000000 68 65 6c 6c 6f 0a >hello.< $ aescrypt2 0 pt ct key $ od -t x1z ct 0000000 c6 25 e6 54 8c cf 34 df ab 51 c9 ba 88 04 d4 f6 >.%.T..4..Q......< 0000020 ab c9 d7 c7 5e 4d 9b 1d bf aa 9a 42 d4 98 7f 9a >....^M.....B....< 0000040 61 3a 37 cb fe 26 ce 68 e1 79 d1 1c 4f 5b 31 6a >a:7..&.h.y..O[1j< 0000060 d1 fc fc 50 be d8 15 7a ae 21 f8 d4 db 40 53 03 >...P...z.!...@S.< $ aescrypt2 1 ct pt2 key $ od -t x1z pt2 0000000 68 65 6c 6c 6f 0a >hello.< $
Meet me at one
Meet me at six
Kill the queen
E:Encryption algorithm
D:Decryption algorithm
K:Key
P:Plaintext (data)
C:Cyphertext
- Most modern cyphers: DES, AES, …
E:Encryption algorithm
D:Decryption algorithm
KBP:Bob’s public key
KBS:Bob’s secret key
P:Plaintext (data)
C:Cyphertext
This page last modified on 2011 October 9. |