README.md

passwordStrength

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Build Status Build status codecov License

Basic Password Strength Test

Installation & Usage

remotes::install_github('wilsontom/passwordStrength')
library(passwordStrength)

> password_strength('password')
$ENTROPY
[1] 37.60352

$STRENGTH
[1] "Moderate"


> password_strength('thequickbrownfoxjumpedoverthelazydog')
$ENTROPY
[1] 169.2158

$STRENGTH
[1] "Very Strong"



wilsontom/passwordStrength documentation built on March 29, 2020, 10:30 p.m.