Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Releases: OWASP/passfault

v0.8.3 Custom Policies

14 May 18:09
Compare
Choose a tag to compare

This fixes an IE and safari bug introduced with the new custom policy feature.

v0.8.2

08 May 00:13
Compare
Choose a tag to compare

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

24 Mar 05:09
Compare
Choose a tag to compare

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

26 Feb 20:35
Compare
Choose a tag to compare

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

13 Mar 21:26
Compare
Choose a tag to compare

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.

Complete downloads are available on Maven Central