diff options
| author | Shulhan <ms@kilabit.info> | 2021-10-23 01:55:51 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-10-27 22:21:17 +0700 |
| commit | c814416265b73823c215c04f5656471b84116e19 (patch) | |
| tree | 8f89e8abc7d84e5621cfd882a6c11659767096f5 /testdata/ed25519.pub | |
| download | gotp-c814416265b73823c215c04f5656471b84116e19.tar.xz | |
gotp: command line interface for Time-based One Time Password (TOTP)
The gotp currently has the following features,
* add: add new TOTP issuer with their label and secret
* gen: generate password
* import: import TOTP from other provider, currently support Aegis
* list: print all registered TOTP configuration by labels
* remove: delete a TOTP configuration from file by label
* rename: changes the TOTP configuration by its label
Diffstat (limited to 'testdata/ed25519.pub')
| -rw-r--r-- | testdata/ed25519.pub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testdata/ed25519.pub b/testdata/ed25519.pub new file mode 100644 index 0000000..0bad3e9 --- /dev/null +++ b/testdata/ed25519.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDDEIL+0zPH1FCgBtQWukLq3lTeB3euQo6E4rW1/SBv8 ms@inspiro |
