| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-28 | all: make the path to private key static | Shulhan | |
| Instead of prompting user, make the private key static, located at "$XDG_CONFIG_DIR/gotp/gotp.key". Implements: https://todo.sr.ht/~shulhan/gotp/1 | |||
| 2023-05-16 | all: add command to remove the private key | Shulhan | |
| The remove-private-key decrypt the issuer's value back using previous private key and store it back to file as plain text. | |||
| 2023-05-16 | all: add command to set private key | Shulhan | |
| The set-private-key command encrypt the issuer's value (hash:secret...) in the file using private key. The supported private key is RSA. | |||
