Skip to content

Instantly share code, notes, and snippets.

@qwertyfinger
Last active March 27, 2019 02: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 qwertyfinger/0e956eeb54b7882348a8a53061c347fe to your computer and use it in GitHub Desktop.
Save qwertyfinger/0e956eeb54b7882348a8a53061c347fe to your computer and use it in GitHub Desktop.
# Encrypt Release key
openssl enc -aes-256-cbc -md sha256 -in app-release.jks -out app-release.aes -pass pass:yourPassword
# Encrypt Google Services key
openssl enc -aes-256-cbc -md sha256 -in google-services.json -out google-services.aes -pass pass:yourPassword
# Encrypt Play publishing key
openssl enc -aes-256-cbc -md sha256 -in play-publish-account.json -out play-publish-account.aes -pass pass:yourPassword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment