diff options
| author | Lena <lena@omega> | 2026-03-01 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-03-01 00:00:00 +0000 |
| commit | 14c1e3039f80a2fc50194b4da13a4f9964b7a1b3 (patch) | |
| tree | 3b28cb379bd19456cc166f48ec814c36fb0ecaa0 /otp_secrets.example | |
| download | otp-14c1e3039f80a2fc50194b4da13a4f9964b7a1b3.tar.gz | |
Authenticator codes from the terminal, stdlib only, no phone and no
third-party dependency. Secrets are a private plain-text file, or the
output of a command so encrypted stores work unchanged.
Diffstat (limited to 'otp_secrets.example')
| -rw-r--r-- | otp_secrets.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/otp_secrets.example b/otp_secrets.example new file mode 100644 index 0000000..7e0b55a --- /dev/null +++ b/otp_secrets.example @@ -0,0 +1,5 @@ +# name secret [period] [digits] [digest] +# Defaults: period 30, digits 6, digest sha1. + +github JBSWY3DPEHPK3PXP +bank KVKFKRCPNZQUYMLXOVYDSQKJKZDTSRLD 60 8 sha256 |