diff options
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/). |
