Authentication, Authorization, & Encryption
Learn about three key concepts in Web Security: Authentication, Authorization, & Encryption.
StartKey Concepts
Review core concepts you need to learn to master this subject
Authentication
Authorization
Encryption
Authentication in the 60’s and 70’s
Authentication in the 80’s through the 2000s
OAuth 2.0
Authentication
Authentication
Authentication is the verification of who a user is.
Single-factor authentication only needs one method of verification, usually a username and password.
Multi-factor authentication (MFA) requires at least two consecutive factors of verification. The most common implementation is a password followed by an access code sent to another device or service.
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory