Skip to content

Instantly share code, notes, and snippets.

@noxqsgit
Created April 1, 2014 11:20
Show Gist options
  • Save noxqsgit/9912079 to your computer and use it in GitHub Desktop.
Save noxqsgit/9912079 to your computer and use it in GitHub Desktop.
create bcrypt hash w/ ruby oneliner
ruby -rbcrypt -e 'print "password> "; puts BCrypt::Password.create(readline.chomp)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment