TOTP generator with account handling for multiple tokens
Hi. Today, I would like to write about a little tool I put together in Rust. It’s called gotp. I’m calling it gotp mainly because of crates.io. I published it there as well, you can find it under this link: crates.io/gotp. The purpose is clear. It’s a totp generator I wrote a while ago in C++ but now it’s in rust. It can generate a token and save it into an account file that is AES encrypted. The password is never saved, so it’s secure enough to use it. ...