Skip to content

Instantly share code, notes, and snippets.

@sergiolepore
Created January 13, 2015 01:01
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 sergiolepore/a848275e8118fd65e11c to your computer and use it in GitHub Desktop.
Save sergiolepore/a848275e8118fd65e11c to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "JyO7wNzc8xht47QKWohfDVj6Sc2qH+X5tBCT+uetocIJcjQnp/2f1ViEBR+ty0Cz" | openssl aes-128-cbc -K $(printf wearetpb | sha256sum | head -c 32 | tr '[:lower:]' '[:upper:]') -nosalt -nopad -iv 0 -base64 -d -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment