NodeJS access to cracklib functions
Solution to word transformation problem. Given a dictionary of words, transform one word to another with each transformation being a word in given dictionary
A CPython extension module wrapping the libcrack library
CrackLib is a library for checking that a password is not based on a simple character pattern or on a dictionary word.
Ruby (FFI) binding for cracklib.
Ruby/Password is a suite of password handling methods for Ruby. It supports the manual entry of passwords from the keyboard in both buffered and unbuffered modes, password strength checking, random password generation, phonemic password generation (for easy memorisation by human-beings) and the encryption of passwords.
A binding to the *nix password strength checking library, libcrack/cracklib.
Ruby/GenPassword is a suite of password handling methods for Ruby. It supports the manual entry of passwords from the keyboard in both buffered and unbuffered modes, random password generation, phonemic password generation (for easy memorisation by human-beings) and the encryption of passwords. It is a fork of Ruby/Password without password checking using cracklib