Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 35 |
Nodes: | 6 (1 / 5) |
Uptime: | 20:08:19 |
Calls: | 333 |
Calls today: | 1 |
Files: | 989 |
D/L today: |
1 files (14K bytes) |
Messages: | 111,466 |
Posted today: | 1 |
Hi all,
Maybe interesting for some of you, in case you
have for example an Android device with Termux
installed, or use already my minitalk program,
with your PC, etc.
$ totp -h
Usage of totp:
-account string
The account name for the TOTP key (default "user@example.com")
-issuer string
The issuer for the TOTP key (default "example.com")
-skew int
The skew value for TOTP validation (default: 1) (default 1)
$ totp
TOTP Authentication Tool
1. Generate a new shared secret
2. Generate a passcode
3. Validate a passcode
4. Exit
https://github.com/706f6c6c7578/TOTP https://en.wikipedia.org/wiki/Time-based_one-time_password
Onion Courier wrote:
Hi all,
Maybe interesting for some of you, in case you
have for example an Android device with Termux
installed, or use already my minitalk program,
with your PC, etc.
$ totp -h
Usage of totp:
-account string
The account name for the TOTP key (default "user@example.com")
-issuer string
The issuer for the TOTP key (default "example.com")
-skew int
The skew value for TOTP validation (default: 1) (default 1)
$ totp
TOTP Authentication Tool
1. Generate a new shared secret
2. Generate a passcode
3. Validate a passcode
4. Exit
https://github.com/706f6c6c7578/TOTP https://en.wikipedia.org/wiki/Time-based_one-time_password
totp is updated, it supports now 8 digits passcodes and SHA256, SHA512.
I tested the program with my Yubikey and the Yubikey Authenticator app
and everything works fine.