Passwords - One-Way Encryption: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
Line 1: Line 1:
- Keeping a plaintext file of passwords is dangerous<br><br>
- Keeping a plaintext file of passwords is dangerous<br><br>


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

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