User and Entity Authentication

Message vs Entity Authentication

Password base entity authentication

1.Fixed Password: Used over and over again for every access

Example:  e-mail

2.One-time-Password: This type of password is used only once

Example: Banking transactions

Fixed password based entity authentication

Method 1: Storing the password in a file Possible Attacks: Eavesdropping, Stealing the password, Accessing the password file, Guessing

Method 2: Storing Hash of the Password in a file Possible Attacks on Hashed Password: Dictionary Attack

Method 3: Salting the password