Index of /pub/projects/passwdqc/contrib/ruby/ffi-passwdqc

      Name                              Last modified       Size  

[DIR] Parent Directory 23-Jun-2016 06:54 - [TXT] README.txt 23-Jun-2016 06:41 1k [   ] ffi-passwdqc-0.0.1.gem 02-Feb-2016 05:57 9k [   ] ruby-ffi-passwdqc-20150101.tar.gz 23-Jun-2016 06:37 6k [   ] ruby-ffi-passwdqc-20150101.zip 23-Jun-2016 06:37 8k

https://github.com/Asmod4n/ruby-ffi-passwdqc
https://rubygems.org/gems/ffi-passwdqc

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