[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/base32 8b74f66db2 014/103: Update README
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/base32 8b74f66db2 014/103: Update README |
Date: |
Sat, 10 Feb 2024 12:59:56 -0500 (EST) |
branch: elpa/base32
commit 8b74f66db20201b1335da4e70c1a3d5d6ecc8628
Author: Vivek Das Mohapatra <vivek@collabora.co.uk>
Commit: Vivek Das Mohapatra <vivek@collabora.co.uk>
Update README
---
README.md | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index b480bc8090..61a7d6cb8c 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,15 @@ Once you have at least one secret available, invoke:
M-x totp RET
You can tab-complete based on the label of the secret and a
-buffer displaying the token will be displayed (unless that
-token is about to expire - right now you just get a placeholder
-message but next TODO is to make that automatically delay and
-then generate a new token for you).
+buffer displaying the token will be displayed (and updated as
+the displayed token expires).
+
+## Security
+
+Your secrets can be fetched from any auth-source source.
+
+Your secrets will only ever be stored by this package in
+auth-source backends that are encrypted.
+
+You secret(s) are only held in memory while a TOTP is being
+generated, or while a TOTP display buffer is being updated.
- [nongnu] branch elpa/base32 created (now 5fa6529ace), ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 8d27869a96 002/103: Initial check in of TOTP token generation, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 4595bb3b7c 008/103: Make the returned TOTP token a string so we don't lose leading 0s, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 93aa724afe 011/103: Improve the UI to display a constantly updated TOTP token, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 8b74f66db2 014/103: Update README,
ELPA Syncer <=
- [nongnu] elpa/base32 614354718d 007/103: Make totp-generate-otp understand secret structs and base32 strings, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 8f865c378e 001/103: Initial commit, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 545cf69323 004/103: Simplify the totp-secrets-create-item-workaround custom entry, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 2ded2a7cef 003/103: Replace generic gitlab README with something more useful, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 34d9df6232 006/103: Split out the standard label generation code, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 0146fe6b91 010/103: Minor formatting trivia in the test file, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 b7e1daca76 009/103: Comment out some spurious calls in the test file, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 4432d44bce 012/103: Trivia: clean up some docstrings, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 a683df1a74 013/103: Add a separate instance of an `auth-sources' list just for TOTP, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 5c902928f7 017/103: Fix bug in otpauth-migration URL decoder, ELPA Syncer, 2024/02/10