Passwords - One-Way Encryption: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 23:08, 8 November 2004

- Keeping a plaintext file of passwords is dangerous

Solution: - Protecting passwords by encrypting them (One-Way Encryption is an innovation by Roger Needham and Mike Guy)
- Entry is encrypted and only if the value matches a stored one, the login is accepted


Back (Attacks via Audit Trail) | Table of Contents | Next (Password Cracking)