Skip to content

Instantly share code, notes, and snippets.

@kaytwo
Forked from bergantine/gist:1119284
Created July 8, 2015 16:08
Show Gist options
  • Save kaytwo/62049fe07eb5b68fbd9e to your computer and use it in GitHub Desktop.
Save kaytwo/62049fe07eb5b68fbd9e to your computer and use it in GitHub Desktop.
python -c "from random import choice; print ''.join([choice('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789%^*(-_=+)') for i in range(32)])"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment