Learning
~/victorpierre.dev $ ls learning/security/
Security
Browse the notes, references, and topic maps collected under this part of the learning archive.
Topic map
Explore Security
3 notes
Authentication
Authentication is the process of verifying the identity of a user or system, ensuring that they are who they claim to be. OIDC SAML Passkeys
SAML 2.0
OpenID Connect (OIDC)
Passkey
Note
Symmetric keys
Symmetric key cryptography uses the same key for both encryption and decryption of data. This method is efficient for encrypting large amounts of data …
Note
Asymmetric keys
Asymmetric keys (a.k.a public key cryptography) involves a pair of keys for encryption and decryption—a public key and a private key. The public key …