Re: [openssl-users] using openssl to validate an external AES program

2015-10-09 Thread Erwann Abalea
Bonjour, > Le 9 oct. 2015 à 12:20, karel-de-ma...@wanadoo.fr a écrit : > […] > Case #1: Encrypting 16 bytes (1 block) using AES-CBC with 128-bit key > Key : 0x06a9214036b8a15b512e03d534120006 > IV : 0x3dafba429d9eb430b422da802c9fac41 > Plaintext : "Single block msg" > Ciphertext: 0xe353779c1079ae

[openssl-users] using openssl to validate an external AES program

2015-10-09 Thread karel-de-macil
Hi all, i'm curently trying to use openssl to validate my own aes program. The first thing i'm trying to to is to validate the return of openssl with aes-128-cbc and some entry i have found here : https://tools.ietf.org/html/rfc3602 Case #1: Encrypting 16 bytes (1 block) using AES-CBC with 12