Passfault

OWASP Passfault evaluates passwords and enforces password policy in a completely different way.
Alternatives To Passfault
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Awesome Cyber Security255
3 years agon,ull
[Draft]Awesome Cyber Security Resource Collection. Currently contains 8000+ open source repositories, and not very well classified. For each repository, extra info included: star count, commit count, last update time. This is the DRAFT version.
Owasp Password Strength Test1521,059445 years ago6July 28, 201510mitJavaScript
OWASP Password Strength Test for Node.js
Passfault13934 years ago3March 24, 201628apache-2.0JavaScript
OWASP Passfault evaluates passwords and enforces password policy in a completely different way.
Passwordgenerator118287 months ago12January 04, 20226mitC#
A library which generates random passwords with different settings to meet the OWASP requirements
Securityessentials113
7 months ago3C#
Raise your baseline in security by using this as your template instead of default Mvc project. Keep your app secure by continuously applying Security rules
Psm15
10 years agoPython
Secure Password Storage
Rift9
5 years agoCSS
A vulnerable application for teaching the basics of web application security
Pwpush Cli7
5 months ago15August 02, 20212mitJavaScript
🔑 A nodeJS CLI wrapper to easily push passwords to PasswordPusher
Owaspth Workshop 16
6 years agogpl-3.0JavaScript
OWASP Thailand Chapter: Workshop 1 on 2017-04-27
Usercredential6113 years ago22May 11, 20202bsd-3-clausePHP
This package can implement user account policies. It can perform several types of check to evaluate if user passwords and authentication procedures comply with security recommendations
Alternatives To Passfault
Select To Compare


Alternative Project Comparisons
Readme

Welcome to OWASP Passfault

Objective: Do Passwords Better!

Running the Command-line Interface:

  1. install java 8 jdk
  2. cd commandLine
  3. ../gradlew installDist
  4. run build/install/passfault/bin/passfault

Running the jsonWebService:

  1. cd jsonService
  2. ../gradlew build jettyRunWar
  3. browse to localhost:8080/jsonService Note the war will be located in jsonService/build/lib/passfault-jsonService-[version].war

Running in Docker:

  1. Pull the Passfault image: docker pull ccaamm/passfault
  2. Create and run a passfault instance: docker run -p 8080:8080 --name myPassfault ccaamm/passfault
  3. Browse to localhost:8080

License: Passfault is licensed under Apache 2.0 license, and is a project at OWASP, the Open Web Application Security Project, a non-profit organization dedicated to building security tools and learning resources.

Popular Password Projects
Popular Owasp Projects
Popular Security Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Password
Security Tools
Owasp