No commit activity in last 3 years
No release in over 3 years
Execute MySQL PASSWORD() function in Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

mysql_make_scrambled_password

Execute MySQL PASSWORD() function in Ruby.

Build Status

Installation

Add this line to your application's Gemfile:

gem 'mysql_make_scrambled_password'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mysql_make_scrambled_password

Usage

require "mysql_make_scrambled_password"
include MysqlMakeScrambledPassword

# PASSWORD()
make_scrambled_password("FOOBARZOO")
#=> "*70B45D8E18771E93E011F30DB91E80D6306EA4C3"

# OLD_PASSWORD()
make_scrambled_password_323("FOOBARZOO")
#=> "6e35068701b1cc8b"