0.0
No commit activity in last 3 years
No release in over 3 years
passwdqc, a password quality checker
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.7

Runtime

>= 1.9.6
 Project Readme

ruby-ffi-passwdqc

ruby ffi wrapper around http://www.openwall.com/passwdqc/

Basic Usage

passwdqc = Passwdqc.new

passwdqc.check('short') # should return "too short"
passwdqc.check('this is a very long password') # should return nil, which means its good enough