Skip to content

Instantly share code, notes, and snippets.

@olih
Created April 8, 2013 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olih/5337803 to your computer and use it in GitHub Desktop.
Save olih/5337803 to your computer and use it in GitHub Desktop.
Encrypt/Decrypt files Mac Os
#Decrypt the file enigma.txt
enc -d -aes128 -base64 -in enigma.txt -pass pass:****
#Converts p12 to pem
openssl pkcs12 -in mypass.p12 -out mypass.pem -clcerts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment