From 14c1e3039f80a2fc50194b4da13a4f9964b7a1b3 Mon Sep 17 00:00:00 2001 From: Lena Date: Sun, 1 Mar 2026 00:00:00 +0000 Subject: Enter otp 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. --- otp_secrets.example | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 otp_secrets.example (limited to 'otp_secrets.example') 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 -- cgit v1.2.3