This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "OWASP Passfault"
(Created page with "=Main= Project Leader’s content goes here =Project About= {{:Projects/OWASP_Passfault}} Category:OWASP Project") |
Cam Morris (talk | contribs) (First page with new template. It already has more info that it ever had before ;)) |
||
Line 1: | Line 1: | ||
=Main= | =Main= | ||
− | Project | + | |
+ | <div style="width:100%;height:160px;border:0,margin:0;overflow: hidden;">[[File:OWASP_Project_Header.jpg|link=]]</div> | ||
+ | |||
+ | {| style="padding: 0;margin:0;margin-top:10px;text-align:left;" |- | ||
+ | | valign="top" style="border-right: 1px dotted gray;padding-right:25px;" | | ||
+ | |||
+ | ==OWASP Passfault== | ||
+ | |||
+ | OWASP Passfault evaluates the strength of passwords accurately enough to predict the time to crack. It makes creating passwords and password policies significantly more intuitive and simple. | ||
+ | |||
+ | ==Introduction== | ||
+ | |||
+ | ; Accurate : Measures the size of password patterns and identifies more weak passwords, yet allows strong passwords that don't match traditional password policies | ||
+ | ; Informative : Provides detailed analysis of the password and sub patterns within the password, so users quickly learn how to make strong passwords without training. | ||
+ | ; Simple : Presents the password strength as the "time to crack" to help communicate the risk of poor paswords, providing the incentive to create stronger passwords. | ||
+ | ; Powerful : Empowers administrators to know and control the strength and risk of the organization's passwords. | ||
+ | |||
+ | ==Description== | ||
+ | |||
+ | When setting a password, OWASP Passfault examines the password, looking for common patterns. It than measures the size of the patterns and combinations of patterns. The end result is a more academic and accurate measurement of password strength. | ||
+ | |||
+ | When setting a password policy, OWASP Passfault simplifies configuration to one simple meaningful measurement: '''the number of passwords found in the password patterns'''. This measurement is made more intuitive and meaningful with an estimated time to crack. | ||
+ | |||
+ | |||
+ | ==Licensing== | ||
+ | OWASP Passfault is free to use. It is licensed under the [[http://www.apache.org/licenses/LICENSE-2.0 Apache License version 2.0]] . | ||
+ | |||
+ | | valign="top" style="padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;" | | ||
+ | |||
+ | == What is Passfault? == | ||
+ | |||
+ | OWASP Passfault provides: | ||
+ | |||
+ | * xxx | ||
+ | * xxx | ||
+ | |||
+ | |||
+ | == Presentation == | ||
+ | |||
+ | Link to presentation | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | == Project Leader == | ||
+ | |||
+ | [[Cam Morris]] | ||
+ | |||
+ | |||
+ | == Related Projects == | ||
+ | |||
+ | * [[OWASP_CISO_Survey]] | ||
+ | |||
+ | |||
+ | |||
+ | | valign="top" style="padding-left:25px;width:200px;" | | ||
+ | |||
+ | == Quick Download == | ||
+ | |||
+ | * Link to page/download | ||
+ | |||
+ | |||
+ | |||
+ | == News and Events == | ||
+ | * [20 Nov 2013] News 2 | ||
+ | * [30 Sep 2013] News 1 | ||
+ | |||
+ | |||
+ | == In Print == | ||
+ | This project can be purchased as a print on demand book from Lulu.com | ||
+ | |||
+ | |||
+ | ==Classifications== | ||
+ | |||
+ | {| width="200" cellpadding="2" | ||
+ | |- | ||
+ | | align="center" valign="top" width="50%" rowspan="2"| [[File:Owasp-incubator-trans-85.png|link=https://www.owasp.org/index.php/OWASP_Project_Stages#tab=Incubator_Projects]] | ||
+ | | align="center" valign="top" width="50%"| [[File:Owasp-builders-small.png|link=]] | ||
+ | |- | ||
+ | | align="center" valign="top" width="50%"| [[File:Owasp-defenders-small.png|link=]] | ||
+ | |- | ||
+ | | colspan="2" align="center" | [[File:Apache-feather-small.gif|link=http://www.apache.org/licenses/LICENSE-2.0.html]] | ||
+ | |- | ||
+ | | colspan="2" align="center" | [[File:Project_Type_Files_CODE.jpg|link=https://github.com/c-a-m/passfault]] | ||
+ | |} | ||
+ | |||
+ | |} | ||
+ | |||
+ | =FAQs= | ||
+ | |||
+ | ; Q1 | ||
+ | : A1 | ||
+ | |||
+ | ; Q2 | ||
+ | : A2 | ||
+ | |||
+ | = Acknowledgements = | ||
+ | ==Volunteers== | ||
+ | XXX is developed by a worldwide team of volunteers. The primary contributors to date have been: | ||
+ | |||
+ | * xxx | ||
+ | * xxx | ||
+ | |||
+ | ==Others== | ||
+ | * xxx | ||
+ | * xxx | ||
+ | |||
+ | = Road Map and Getting Involved = | ||
+ | As of XXX, the priorities are: | ||
+ | * xxx | ||
+ | * xxx | ||
+ | * xxx | ||
+ | |||
+ | Involvement in the development and promotion of XXX is actively encouraged! | ||
+ | You do not have to be a security expert in order to contribute. | ||
+ | Some of the ways you can help: | ||
+ | * xxx | ||
+ | * xxx | ||
+ | |||
+ | |||
=Project About= | =Project About= | ||
{{:Projects/OWASP_Passfault}} | {{:Projects/OWASP_Passfault}} | ||
− | [[Category:OWASP Project]] | + | __NOTOC__ <headertabs /> |
+ | |||
+ | [[Category:OWASP Project]] [[Category:OWASP_Builders]] [[Category:OWASP_Defenders]] [[Category:OWASP_Document]] |
Revision as of 22:56, 31 January 2014
OWASP PassfaultOWASP Passfault evaluates the strength of passwords accurately enough to predict the time to crack. It makes creating passwords and password policies significantly more intuitive and simple. Introduction
DescriptionWhen setting a password, OWASP Passfault examines the password, looking for common patterns. It than measures the size of the patterns and combinations of patterns. The end result is a more academic and accurate measurement of password strength. When setting a password policy, OWASP Passfault simplifies configuration to one simple meaningful measurement: the number of passwords found in the password patterns. This measurement is made more intuitive and meaningful with an estimated time to crack.
LicensingOWASP Passfault is free to use. It is licensed under the [Apache License version 2.0] . |
What is Passfault?OWASP Passfault provides:
PresentationLink to presentation
Project Leader
Related Projects
|
Quick Download
News and Events
In PrintThis project can be purchased as a print on demand book from Lulu.com
Classifications |
- Q1
- A1
- Q2
- A2
Volunteers
XXX is developed by a worldwide team of volunteers. The primary contributors to date have been:
- xxx
- xxx
Others
- xxx
- xxx
As of XXX, the priorities are:
- xxx
- xxx
- xxx
Involvement in the development and promotion of XXX is actively encouraged! You do not have to be a security expert in order to contribute. Some of the ways you can help:
- xxx
- xxx
PROJECT INFO What does this OWASP project offer you? |
RELEASE(S) INFO What releases are available for this project? | |||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|