Yet Another Time-based OTP client.
It stores TOTP accounts information locally, encrypted so user can sync accounts with their own means (like cloud storage or USB storage). It means user does not need to trust one specific sync server.
In other words, the aim of this project is TOTP version of [Keepass].
For now, it have only command-line interface.
sh
yatotp -i [database file path] create
sh
yatotp -i [database file path] add
If you want to use base32-encoded secret key, such as gained from OpenAuth URI,
add switch -e
(e
for Encoded) like this:
sh
yatotp -i [database file path] add -e
sh
yatotp -i [database file path] show [entry name]
sh
yatotp -i [database file path] list
sh
yatotp -i [database file path] remove [entry name]
sh
yatotp -i [database file path] newpass
Current version: 0.2.0
License: AGPL-3.0-or-later