aboutsummaryrefslogtreecommitdiff
path: root/src/blog/2024-12-03-2fa/2fa.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-08-30 18:35:23 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-08-30 18:35:23 +0200
commit5e3b4b6c21d33b28e60ce976479339f72d544a6c (patch)
tree0e5a101d4944e7dd5a99606344b6a6807a9a5606 /src/blog/2024-12-03-2fa/2fa.md
parentd3f0841cfdd229ff16b8a230117737a435fc7a56 (diff)
downloadsebastiano.tronto.net-5e3b4b6c21d33b28e60ce976479339f72d544a6c.tar.gz
sebastiano.tronto.net-5e3b4b6c21d33b28e60ce976479339f72d544a6c.zip
Switch from stagit to cgit
Diffstat (limited to 'src/blog/2024-12-03-2fa/2fa.md')
-rw-r--r--src/blog/2024-12-03-2fa/2fa.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/blog/2024-12-03-2fa/2fa.md b/src/blog/2024-12-03-2fa/2fa.md
index 66f3661..3a84682 100644
--- a/src/blog/2024-12-03-2fa/2fa.md
+++ b/src/blog/2024-12-03-2fa/2fa.md
@@ -64,9 +64,9 @@ $ athtool -b --totp "SECRET_KEY"
64And that's it. However, you should not write you secret key in plain text 64And that's it. However, you should not write you secret key in plain text
65like this: instead you should keep it encrypted and decrypt it just 65like this: instead you should keep it encrypted and decrypt it just
66when you need it to generate a code. I do this by using my simple 66when you need it to generate a code. I do this by using my simple
67[2fa](https://git.tronto.net/scripts/file/2fa.html) 67[2fa](https://git.tronto.net/scripts/tree/2fa)
68script, which is based on my 68script, which is based on my
69[secret](https://git.tronto.net/scripts/file/secret.html) 69[secret](https://git.tronto.net/scripts/tree/secret)
70tool that encrypts and decrypts stuff using openssl and a master 70tool that encrypts and decrypts stuff using openssl and a master
71password - which is obviously 71password - which is obviously
72[correcthorsebatterystaple](https://xkcd.com/936/). 72[correcthorsebatterystaple](https://xkcd.com/936/).

Generated with cgit - Back to sebastiano.tronto.net