Authentication Flashcards
What ist “access control”
authentication + authorisation
Attacks against passwords?
- Guess
- phishing, spoofing, keylogging
- social engineering
What are the risks of reusing a password?
Using the same or related passwords on multiple accounts means that one compromised system or account can lead to compromise of other accounts
how to avoid password reuse?
- Generating service-specific passwords from one master password
- Password wallet
Countermeasures against password guessing?
- limit login attempts
- prevent reuse of old passwords
- Password aging, i.e. mandatory periodic password changes
difference between offline and online attack?
offline attack: cracking password from known hash of the password -> attacker can perform brute force
online attack: attacker tries to og in many times->System can limit number of login attempts
How should you store passwords on a database?
- store as hash
- use a slow hash function
- include random account-specific “salt”
What is biometric authentication?
verifying some physical feature of the user