author | Olivier Brunel
<jjk@jjacky.com> 2023-08-20 14:48:01 UTC |
committer | Olivier Brunel
<jjk@jjacky.com> 2023-08-20 14:55:39 UTC |
parent | 439e0f9c6125a6ea3b1bfb15c84ff6c08dfc97bc |
meta/desc | +14 | -0 |
diff --git a/meta/desc b/meta/desc new file mode 100644 index 0000000..c12f0c7 --- /dev/null +++ b/meta/desc @@ -0,0 +1,14 @@ +Simple HOTP/TOTP management from command-line + +ssp is a simple, fast & secure command-line tool to manage your One-Time +Passwords (OTPs), whether you want to handle them from your computer or as a +backup solution. + +- small, simple, fast command-line tool +- compliant with RFC 4226 (HOTP) and RFC 6238 (TOTP) +- supports SHA1, SHA256, SHA512, SHA3-224, SHA3-256, SHA3-512 & BLAKE3 +- supports per-entry comments +- password-protected databases, encrypted using ChaCha20-Poly1305 +- no database required, all settings can be changed/set from command-line +- you can also define counter/time-stamp value to use as needed +- easily import/export your data from/to text files