Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 236 Bytes

10_secrets.md

File metadata and controls

12 lines (8 loc) · 236 Bytes

The problem behind secrets

  • If two people know something it's not a secret anymore.

Traditional auth systems are based on secrets, like passwords or api keys.

  • Low entropy
  • Leaks
  • Replay
  • Vulnerable

Secrets are not provable.