FYI:
I have been looking for a simple program to generate TOTP codes that is not tied to other functions or subject to 3rd parties.
I ran across a github recently for a simple program to generate TOTP codes:
github.com
There is also one in golang, which I found easier to compile:
github.com
I checked a TOTP key and the codes matched the ones generated by keepassxc.
I have not decided where to store the keys - perhaps in a password vault or other separate area. keepassxc works but I find the interface unintuitive.
I have been looking for a simple program to generate TOTP codes that is not tied to other functions or subject to 3rd parties.
I ran across a github recently for a simple program to generate TOTP codes:
GitHub - susam/mintotp: Minimal TOTP generator in 20 lines of Python
Minimal TOTP generator in 20 lines of Python. Contribute to susam/mintotp development by creating an account on GitHub.
There is also one in golang, which I found easier to compile:
GitHub - ashraful-islam/gototp: A simple TOTP generator written in Golang
A simple TOTP generator written in Golang. Contribute to ashraful-islam/gototp development by creating an account on GitHub.
I checked a TOTP key and the codes matched the ones generated by keepassxc.
I have not decided where to store the keys - perhaps in a password vault or other separate area. keepassxc works but I find the interface unintuitive.