$ 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: alexander.elg...@gmx.de

________________________________________
Von: owner-openssl-us...@openssl.org [owner-openssl-us...@openssl.org] im 
Auftrag von Carl Young [carlyo...@keycomm.co.uk]
Gesendet: Dienstag, 14. Mai 2013 10:28
An: openssl-users@openssl.org
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: owner-openssl-us...@openssl.org [owner-openssl-us...@openssl.org] on 
behalf of Raghunandan BN [raghunandan...@gmail.com]
Sent: 14 May 2013 05:11
To: openssl-users@openssl.org
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                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to