- 857
 
- 41
 
OWASP Passfault evaluates passwords and enforces password policy in a completely different way. https://passfault-hrd.appspot.com
Running the Command-line Interface:
	
				
			Running the Command-line Interface:
- install java 8 jdk
 - cd core
 - ../gradlew installDist
 - run build/install/core/bin/core
 
- cd jsonService
 - ../gradlew build jettyRunWar
 - browse to localhost:8080/jsonService Note the war will be located in jsonService/build/lib/passfault-jsonService-[version].war
 
- 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