OWASP Passfault evaluates passwords and enforces password policy in a completely different way. https://passfault-hrd.appspot.com
Running the Command-line Interface:
install java 8 jdk
cd core
../gradlew installDist
run build/install/core/bin/core
Running the jsonWebService:
cd jsonService
../gradlew build jettyRunWar
browse to localhost:8080/jsonService Note the war will be located in jsonService/build/lib/passfault-jsonService-[version].war
Running in Docker:
Pull the Passfault image: docker pull ccaamm/passfault
Create and run a passfault instance: docker run -p 8080:8080 --name myPassfault ccaamm/passfault
Browse to localhost:8080
Running the Command-line Interface:
install java 8 jdk
cd core
../gradlew installDist
run build/install/core/bin/core
Running the jsonWebService:
cd jsonService
../gradlew build jettyRunWar
browse to localhost:8080/jsonService Note the war will be located in jsonService/build/lib/passfault-jsonService-[version].war
Running in Docker:
Pull the Passfault image: docker pull ccaamm/passfault
Create and run a passfault instance: docker run -p 8080:8080 --name myPassfault ccaamm/passfault
Browse to localhost:8080