Skip to content

Instantly share code, notes, and snippets.

@swordray
Last active July 18, 2016 04:30
Show Gist options
  • Save swordray/45f8602fc7b4e76225eb02a77b269a4f to your computer and use it in GitHub Desktop.
Save swordray/45f8602fc7b4e76225eb02a77b269a4f to your computer and use it in GitHub Desktop.
Random password
puts 16.times.map { ('!'..'~').to_a.sample }.join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment