Skip to content

Instantly share code, notes, and snippets.

View kaytwo's full-sized avatar

Chris Kanich kaytwo

View GitHub Profile
python -c "from random import choice; print ''.join([choice('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789%^*(-_=+)') for i in range(32)])"