WebApp Sec mailing list archives

RE: Salt Storage - web.config or database?


From: "Martin O'Neal" <martin.oneal () corsaire com>
Date: Sun, 4 Jun 2006 10:40:25 +0100


Where is the best place to store salts?

Salts have a very specific goal in helping to mitigate offline attacks
against a stored hash.  In themselves, they are not sensitive (and have
no value if the matching hash is not also held), but are obviously
essential to reliability as they must be available to perform the
authentication checks.   

My advice would be to store both the hash and the salt together in the
same table; any database overhead will not be noticed as access should
be accomplished in a single transaction still (SELECT salt,hash FROM
table;).

Martin...


----------------------------------------------------------------------
CONFIDENTIALITY:  This e-mail and any files transmitted with it are
confidential and intended solely for the use of the recipient(s) only.
Any review, retransmission, dissemination or other use of, or taking
any action in reliance upon this information by persons or entities
other than the intended recipient(s) is prohibited.  If you have
received this e-mail in error please notify the sender immediately
and destroy the material whether stored on a computer or otherwise.
----------------------------------------------------------------------
DISCLAIMER:  Any views or opinions presented within this e-mail are
solely those of the author and do not necessarily represent those
of Corsaire Limited, unless otherwise specifically stated.
----------------------------------------------------------------------
Corsaire Limited, 3 Tannery House, Tannery Lane, Send, Surrey, GU23 7EF
Telephone: +44(0)1483-226000  Email:info () corsaire com


-------------------------------------------------------------------------
Sponsored by: Watchfire

Watchfire named worldwide market share leader in web application
security assessment by leading market research firm. Watchfire's AppScan
is the industry's first and leading web application security testing
suite, and the only solution to provide comprehensive and consolidated
remediation task lists at every level of the application. See for
yourself.
Download a Free Trial of AppScan 6.0 today!

https://www.watchfire.com/securearea/appscansix.aspx?id=701300000007t9c
--------------------------------------------------------------------------


Current thread: