Skip to content

Instantly share code, notes, and snippets.

@kevinetienne
Created May 9, 2011 13:27
Show Gist options
  • Save kevinetienne/962515 to your computer and use it in GitHub Desktop.
Save kevinetienne/962515 to your computer and use it in GitHub Desktop.
password generator (mac os)
#!/bin/bash
echo `env LC_CTYPE=C tr -dc "a-zA-Z0-9′\!”.$%&/()=?|@#[]{}-_.:,;’" < /dev/urandom | head -c 20`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment