Skip to content

Instantly share code, notes, and snippets.

@JamesMcMahon
Last active December 17, 2015 09:19
Show Gist options
  • Save JamesMcMahon/5586301 to your computer and use it in GitHub Desktop.
Save JamesMcMahon/5586301 to your computer and use it in GitHub Desktop.
Ruby Command Line Bcrypt
#!/usr/bin/env ruby
require 'bcrypt'
print BCrypt::Password.create ARGV.shift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment