Releases: OWASP/passfault
v0.8.3 Custom Policies
v0.8.2
This release tweaks the default password policies and makes them extensible. Just plot a new policy.json
file in the root of the archive and passfault is customized to your organization's risk tolerances.
See full list of downloads and file signatures on maven central http://repo1.maven.org/maven2/org/owasp/passfault/
v0.81
This tweaks the insertion finder and removes the substitution finder (because the leet-speak finder does a better job) It also fixes up some wordlist plumbing for an extendible docker story. Do passwords better!
See full list of downloads and file signatures on maven central http://repo1.maven.org/maven2/org/owasp/passfault/
v0.8 Highlander Release
This release is named Highlander in honor of the students from the New Jersey Institute of Technology:
- Michael Glassman
- Georgina Matias
- Scott Sands
- Brandon Lyew
- Kevin Sealy
- Llina Ljoljevski
Their capstone project was part of the OWASP Winter Code Sprint. They donated time to testing and improving passfault. Many of the issues they discovered will be resolved in the 0.9 release. Thank you!
Word lists received a major upgrade. Wordlist are now grouped into frequency groups. Words that are more frequently used are weaker than those used less frequent. This includes English, Spanish and Hindi.
Complete downloads are available on Maven Central
v0.7 Gator Release
This release includes contributions from several "Gators" from the University of Florida. Thanks Neeti Pathak, Carlos Vasquez, Chelsea Metcalf, and Yang Ou for the help!
This release includes many changes:
- New Properties-based Builder #2
- In preparation to be used by ESAPI
- Gators wrote some code to integrate with ESAPI. Coming soon...
- Several new word lists, more to come in the next release - thanks Gators!
- Updated time-to-crack estimates based on GPU cracking metrics from hashcat: #10 #13 #14
- Rebooted the Applet and got it functioning and building again
- New Gradle build system
- Use any editor you like now. Have gradle generate it for you
- See the readme for instructions
- Artifacts are now in Maven Central
- Renamed Packages to org.owasp
- Bug fixes: #8 #9
Thanks to Partnet for giving Cam time to work on passfault.