Show HN: Minimal TOTP generator in 20 lines of Python
1–6 of 6 posts
Re: Show HN: Minimal TOTP generator in 20 lines of Python
#2Apart from mobile phones using fingerprints to unlock, are biometrics used in any mainstream MFA? Are there any websites, services or companies that accept passwords and OTPs also accept biometrics for authentication?
Re: Show HN: Minimal TOTP generator in 20 lines of Python
#3Re: Show HN: Minimal TOTP generator in 20 lines of Python
#4> Many websites and services require two-factor authentication (2FA) or multi-factor authentication (MFA) where the user is required to present two or more pieces of evidence: • Something only the user knows, e.g., password, passphrase, etc. • Something only the user has, e.g., hardware token, mobile phone, etc. • Something only the user is, e.g., biometrics. Apart from mobile phones using fingerprints to unlock, are…
Re: Show HN: Minimal TOTP generator in 20 lines of Python
#5> Many websites and services require two-factor authentication (2FA) or multi-factor authentication (MFA) where the user is required to present two or more pieces of evidence: • Something only the user knows, e.g., password, passphrase, etc. • Something only the user has, e.g., hardware token, mobile phone, etc. • Something only the user is, e.g., biometrics. Apart from mobile phones using fingerprints to unlock, are…
No and I'm not sure this would be desirable either, it would mean having to have services store and validate your biometric data.