Skip to content

Instantly share code, notes, and snippets.

@iliaselmatani
Last active August 29, 2015 14:16
Show Gist options
  • Save iliaselmatani/0b9d0c4646a77e6a6eb2 to your computer and use it in GitHub Desktop.
Save iliaselmatani/0b9d0c4646a77e6a6eb2 to your computer and use it in GitHub Desktop.
#!/bin/sh
openssl enc -d -aes-192-ecb \
-in "$1" -out "$2" \
-K 346a23652a46392b4d73257c67317e352e3372482177652c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment