commit c0c61164e4e19ec8f7947b3741d13bcdd458158e from: Omar Polo date: Sat May 27 08:31:34 2023 UTC totp.1: rewrite a sentence and mention the URI format in STANDARDS commit - 4a5aba034d3a524899b3398a295fe725f692c2a3 commit + c0c61164e4e19ec8f7947b3741d13bcdd458158e blob - 2145f074e2c9af9fb1b65aee72eb5e904a911407 blob + 30048502b3c10ff3bb80298d6949e55b0836959d --- totp.1 +++ totp.1 @@ -34,8 +34,8 @@ URI. Blanks in the secret string are ignored, but only one line is read. .Pp .Nm -uses a period of 30 seconds and generates six digits long codes using -HMAC-SHA1, unless the URL specifies otherwise. +uses a period of 30 seconds, HMAC-SHA1 and generates six digits long +codes, unless the URL specifies otherwise. .Sh EXIT STATUS .Ex -std .Sh EXAMPLES @@ -58,6 +58,10 @@ follows the algorithm outlined in RFC 6238 .Dq TOTP: Time-Based One-Time Password Algorithm and uses the base32 encoding as defined in RFC 3548 .Dq The Base16, Base32, and Base64 Data Encodings . +.Sq otpauth:// +URIs are parsed as per the +.Dq Key URI Format +proposed by Google Authenticator. .Sh AUTHORS .An -nosplit The