Skip to content

Instantly share code, notes, and snippets.

@igor-brishkoski
Created January 3, 2018 18:42
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 igor-brishkoski/3aac1dee464925b80a9f319be60ff685 to your computer and use it in GitHub Desktop.
Save igor-brishkoski/3aac1dee464925b80a9f319be60ff685 to your computer and use it in GitHub Desktop.
Decrypt your secrets
# put this in your .bashrc or .zshrc or whatever you're using
# make sure you're in the directory where the file is when running this command
alias decrypt_secrets='openssl enc -d -aes-256-cbc -in secrets.properties.enc -out secrets.properties'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment