$ openssl 'aes-128-ecb' -pass 'pass:testpass' < x.pl > x2 $ openssl 'aes-128-ecb' -pass 'pass:testpass' -d < x2 > x3 $ diff x.pl x3 $
-- Deutsche Telekom AG Seamless ICT Security Infrastructure & Management im Auftrag T-Systems International GmbH Dipl. Inf Alexander Elgert Langwadener Strasse 17 64625 Bensheim +49 176 22 717 661 (Mobil) +49 671 83419-12 (Tel) +49 671 83419-30 (Fax) E-Mail: [email protected] ________________________________________ Von: [email protected] [[email protected]] im Auftrag von Carl Young [[email protected]] Gesendet: Dienstag, 14. Mai 2013 10:28 An: [email protected] Betreff: RE: encrypting video files AES-ECB You would need to tell everyone your exact command line (with key obfuscated, etc), but I suspect you are not specifying an [consistent] IV to the encrypt and decrypt commands? Carl ________________________________ From: [email protected] [[email protected]] on behalf of Raghunandan BN [[email protected]] Sent: 14 May 2013 05:11 To: [email protected] Subject: encrypting video files AES-ECB question: trying to encrypt a uncompressed video file(nv12) with AES128-ECB using openssl utility. but once i decrypt the encrypted video file with same key, i'm not able to playback the video file. ami missing some thing or is there a known limitation? Thanks, Raghu ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
