<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.owasp.org/index.php?action=history&amp;feed=atom&amp;title=Category%3AWASS_Credentials</id>
		<title>Category:WASS Credentials - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.owasp.org/index.php?action=history&amp;feed=atom&amp;title=Category%3AWASS_Credentials"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:WASS_Credentials&amp;action=history"/>
		<updated>2026-04-11T15:14:43Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:WASS_Credentials&amp;diff=2730&amp;oldid=prev</id>
		<title>MikeAndrews at 04:17, 19 May 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:WASS_Credentials&amp;diff=2730&amp;oldid=prev"/>
				<updated>2006-05-19T04:17:59Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Deploy mechanisms to enhance the security of authentication credentials used. == &lt;br /&gt;
&lt;br /&gt;
Login credentials are invariably the only access control mechanism between legitimate users and hackers.  The application must therefore be resilient to brute-force attempts, and information about users being leaked.&lt;br /&gt;
&lt;br /&gt;
#Password Complexity for all accounts&lt;br /&gt;
##Password should contain a minimum of one alphabetic, one numeric and one special character &lt;br /&gt;
##Passwords should be at least seven (7) characters in length.  No reasonable maximum should be restricted&lt;br /&gt;
##Passwords should be case sensitive&lt;br /&gt;
#Account lockout&lt;br /&gt;
##Deploy reasonable account lockout mechanisms if permitted by the business requirements of the web application&lt;br /&gt;
#Authentication mechanism to occur over a secure channel&lt;br /&gt;
##Login form (or FRAME) should reside on a page that is served by SSL &lt;br /&gt;
##Usernames and passwords should always be passed on to the application over SSL.&lt;br /&gt;
#A clearly defined log out button must be present.&lt;br /&gt;
#Passwords should not be stored in clear text (Hash or encrypt before storing). '''[ACCESS REQUIRED]'''&lt;/div&gt;</summary>
		<author><name>MikeAndrews</name></author>	</entry>

	</feed>