diff options
Diffstat (limited to 'public/posts/05Yubikeys')
-rw-r--r-- | public/posts/05Yubikeys | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/public/posts/05Yubikeys b/public/posts/05Yubikeys index 017640e..ea7d29b 100644 --- a/public/posts/05Yubikeys +++ b/public/posts/05Yubikeys @@ -1,29 +1,31 @@ <!DOCTYPE html> -<html lang="en"> -<head> +<html lang="en-GB"> + <head> <meta charset="UTF-8"> + <meta name="author" content="Shipwreckt"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Yubikey</title> <link rel="stylesheet" href="../styles.css"> <link rel="icon" href="../Images/favi.png" type="image/x-icon"> -</head> -<body> + </head> + <body> <header> - <nav> - <ul> - <li><a href="../index.html">Home</a></li> - <li><a href="../links.html">Links</a></li> - <li><a href="../projects.html">Projects</a></li> - <li><a href="../contact.html">Contact</a></li> - </ul> - </nav> + <nav> + <ul> + <li><a href="../index.html">Home</a></li> + <li><a href="../links.html">Links</a></li> + <li><a href="../projects.html">Projects</a></li> + <li><a href="../contact.html">Contact</a></li> + </ul> + </nav> </header> <main> <h2>Using Yubikey</h2> - <h3>Date: 03-8-2024</h3> - <hr> + <h3>Date: 03-8-2024</h3><hr> <p>For a while now, I have wanted to own a <a href="https://www.yubico.com/">Yubikey</a>, but the price has always held me back since they cost a lot of money. After scouring ebay for a while, I finally found a good deal on one. I bought it, and now Iβve had the chance to mess around with it.</p> + <img src="../Images/computers/yubikey.png" width="780px" alt="Yubikey 4 photo"> + <p>So far, I have been relatively happy with the Yubikey, but there is one concern I have: a lot of the firmware on the Yubikey is closed source, meaning someone like me cannot read the source code. While this may sound like something small to most, and I might seem overly cautious, but all I will say is how can you fully trust a product and its functionality if you can't see what itβs doing? Due to the Yubikey having closed source components, I have looked for some FOSS alternatives. Below, I have listed some of these products below:</p> <ul> <li><a href="https://tillitis.se">Tkey</a></li> @@ -37,8 +39,7 @@ <p>That is all I am going to look more into hardware keys because well they are awesome, but that is all thank you for reading!</p> <center><hr> - <pre><a href="../index.html">Back πͺ</a> | <a href="tags/Hardware">More hardware π₯</pre> + <pre><a href="../index.html">Back πͺ</a> | <a href="tags/Hardware">More hardware π₯</a> | <a href="tags/Tech">More Tech π§βπ»</a></pre> </main> -</body> + </body> </html> - |