Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 606 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 606 Bytes

OATH authentication

Jupyter notebooks that explain how OATH (HOTP, TOTP) authentications work by describing the principles and intuitions behind them, and breaking down the OTP value generation steps. The reader can try the commands in a ludic way using FreeOTP, Google Authenticator, and Python.

OATH HOTP authentication (RFC-4226)

See oath-hotp-authentication.ipynb

OATH TOTP authentication (RFC-6238)

See oath-totp-authentication.ipynb