Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save mindw/d9d46ef2c32d17894e594734667d9cda to your computer and use it in GitHub Desktop.

Select an option

Save mindw/d9d46ef2c32d17894e594734667d9cda 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