BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; } padding On Fri 07/05/10 10:39 AM , "Johannes Bauer" jb....@gmx.de sent: Hello list, I'm having trouble with the openssl enc feature. This here: echo -n '0123456789abcde' | openssl enc -aes128 -nosalt -K 00112233445566778899aabbccddeeff -iv 00000000000000000000000000000000 | wc -c (encoding 15 characters) results in one result block being generated: The command results in 16 (exactly one block). However, when encrypting a full block: echo -n '0123456789abcdef' | openssl enc -aes128 -nosalt -K 00112233445566778899aabbccddeeff -iv 00000000000000000000000000000000 | wc -c Then two result blocks are generated (the result is 32). Why is this? A full 16 byte block should IMHO always translate to a 16 byte block in AES-128. What's wrong here? Regards, Joe -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 [1]
______________________________________________________________________ OpenSSL Project http://www.openssl.org [2] User Support Mailing List Automated List Manager Links: ------ [1] http://webmail.keycomm.co.uk/parse.php?redirect=http%3A%2F%2Fportal.gmx.net%2Fde%2Fgo%2Fmaxdome01 [2] http://webmail.keycomm.co.uk/parse.php?redirect=http%3A%2F%2Fwww.openssl.org