Passwords - One-Way Encryption

From
Jump to navigation Jump to search

- 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)