Time-Based One-Time Password Generator (opens in new tab)
[TOTP]: A tool to generate time-based one time passwords straight from the command line. Easy to wrap into a script that copies it to the clipboard for easy 2FA, so I don’t need to have my phone in the office. github.com GitHub - matt-savvy/totp Contribute to matt-savvy/totp development by creating an account on GitHub. For some reason, I’ve always wanted to implement this myself and it turned out to be a fun project. Implemented straight from the RFCs, which I’d never personally done before....
Read the original article