All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

mTOTP: A Manual Human-Computable Alternative to TOTP Authentication

By

brna-2

4mo ago· 5 min readenCode

Summary

mTOTP is an experimental, manual variant of Time-based One-Time Password (TOTP) authentication designed to be computed by humans without electronic devices. The protocol explores the limits of time-based authentication under strict human constraints, intentionally allowing OTPs to be calculated for future times as a requirement rather than a limitation. It's designed for a specific type of user who doesn't carry 2FA devices but becomes the 2FA themselves through manual computation.

Key quotes

· 5 pulled
It takes a special kind of geek to not carry a 2FA device. One who becomes the 2FA.
mTOTP is an experimental, manual variant of TOTP designed to be computed by a human without electronic devices.
It explores the limits of time-based authentication under strict human constraints and makes no claims of cryptographic equivalence to standard TOTP.
This protocol intentionally allows OTPs to be calculated for future times.
Rather than treating this as a limitation, it makes it a requirement: the user must know
Snippet from the RSS feed
mTOTP is an experimental, manual variant of TOTP designed to be computed by a human without electronic devices. It explores the limits of time-based authentication under strict human constraints an...

You might also wanna read