Computer Science / CS 0322 · Atom · ~20 seconds
Authentication
Video not yet published
to the StudyWalks catalog
to the StudyWalks catalog
State
Authentication checks whether a user's credentials match a database of authorized users — traditionally a password, long and hard to guess, held in a database that itself demands protection.
Show
An account login is one lookup against one guarded list.
Watch for
The password database is a target precisely because it works.