Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. PROJECTID="simple-bird-mail-162703"
  2. LOCATION=global
  3. KEYRING=simplebird
  4. CRYPTOKEY=mailchimp
  5. echo "<MAILCHIMP_API_KEY>" > /tmp/test_file
  6. python snippets.py encrypt $PROJECTID $LOCATION $KEYRING $CRYPTOKEY \
  7. /tmp/test_file /tmp/test_file.encrypted
  8. python snippets.py decrypt $PROJECTID $LOCATION $KEYRING $CRYPTOKEY \
  9. /tmp/test_file.encrypted /tmp/test_file.decrypted
  10. cat /tmp/test_file.decrypted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement