diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-08-30 18:35:23 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-08-30 18:35:23 +0200 |
| commit | 5e3b4b6c21d33b28e60ce976479339f72d544a6c (patch) | |
| tree | 0e5a101d4944e7dd5a99606344b6a6807a9a5606 /src/blog/2024-12-03-2fa/2fa.md | |
| parent | d3f0841cfdd229ff16b8a230117737a435fc7a56 (diff) | |
| download | sebastiano.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.md | 4 |
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" | |||
| 64 | And that's it. However, you should not write you secret key in plain text | 64 | And that's it. However, you should not write you secret key in plain text |
| 65 | like this: instead you should keep it encrypted and decrypt it just | 65 | like this: instead you should keep it encrypted and decrypt it just |
| 66 | when you need it to generate a code. I do this by using my simple | 66 | when 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) |
| 68 | script, which is based on my | 68 | script, which is based on my |
| 69 | [secret](https://git.tronto.net/scripts/file/secret.html) | 69 | [secret](https://git.tronto.net/scripts/tree/secret) |
| 70 | tool that encrypts and decrypts stuff using openssl and a master | 70 | tool that encrypts and decrypts stuff using openssl and a master |
| 71 | password - which is obviously | 71 | password - which is obviously |
| 72 | [correcthorsebatterystaple](https://xkcd.com/936/). | 72 | [correcthorsebatterystaple](https://xkcd.com/936/). |
