Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: New Whitepaper: Anti Brute Force Resource Metering |
|---|---|
| Date: | Wed, 23 Mar 2005 10:23:34 +0000 |
Hi Amit Klein (+bugtraq)
One thing that I think can perhaps be improved is the amount of persistent data (the seed values) that the system keeps (in memory?).
I would not normally recommend the use of passwords in this manner. Basically, a password mapped to a user/customer should not really be stored anywhere at the server end - instead a hash of the password is stored (therefore, should anyone gain access to the database - they do not have the passwords). In practical terms, this means that when a customer submits their auth details to the server, it calculates the hash of the submitted password and compares it to the hash it has stored in the backend database.
It should be noted that with this modified scheme:
a. A calculation done for one username+password pair is useless for another pair (perhaps with the same username), because both the username AND the password are part of the hashcash string.
Cheers,
Gunter
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Vortex Portal, Francisco Alisson |
|---|---|
| Next by Date: | RE: Possible windows+python bug, Peter Oswald |
| Previous by Thread: | Re: New Whitepaper: Anti Brute Force Resource Metering, Amit Klein (AKsecurity) |
| Next by Thread: | Re: New Whitepaper: Anti Brute Force Resource Metering, Amit Klein (AKsecurity) |
| Indexes: | [Date] [Thread] [Top] [All Lists] |