|
|
|
|
|
by tedk-42
297 days ago
|
|
Most people don't really know how these TOTP codes work but yeah for the longest time I've just put the plain text secret in a place where I can wrap it with my own golang utility https://github.com/edify42/otp-codegen Way easier to open a terminal on my computer and pipe to `pbcopy` and paste it onto the screen. |
|
(One nice thing it does is wait for the next number if the expiry is within 5s before outputting the code.)