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.




Network Security Web-App-Sec
[Top] [All Lists]

random character checking at logon

Subject: random character checking at logon
Date: 20 Apr 2005 14:59:54 -0000


Hi,

Any advice on this puzzle would really be appreciated.

We have a policy for internet based login that passwords shouldn't be entered 
in full. Random characters from the password are prompted for- e.g. 2nd, 3rd, 
last. 

Separately we have a policy that passwords shouldn't be stored in the clear on 
the backend - one-way hashes are preferred.

Nothing unusual in either of those policies, but satisfying both requirements 
is proving difficult. 

I have a solution which works but is ugly and consumes a lot of database 
resources, namely to hash all possible combinations of a userid, the prompted 
for positions and their correct values. Authentication consists of looking for 
a match on the table of hashes. Password changes require large numbers of 
deletions and insertions from the table.

I would be interested if anyone has a more elegant solution.

Tim

<Prev in Thread] Current Thread [Next in Thread>