home | articles | links | fun | about
Up to: CS432 Information Security

Authentication (9/19/02)

Three methods

Simple password approach

User chooses pass, keep file of username/pass pairs

Attacks

Countermeasures

Second password approach: using hashes

H(x) is "Hash of x"

In passwd file, store username, H(password)