Thursday 15 May 2014

how to uncompress a xxx.zip.enc file?

Run the following commands (filenames should be substituted for your own values):

openssl aes-256-cbc -d -in your_archive_filename.zip.enc -out your_archive_filename.zip
unzip filename.zip

Refer URL: https://auraredeye.zendesk.com/entries/24173466-Decrypting-Secure-Archives-using-Linux-tar-gz-enc

1 comment:

Tweets by @sriramperumalla