05Yubikeys.html (3135B)
1 <!DOCTYPE html> 2 <html lang="en-GB"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="author" content="Shipwreckt"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 7 <title>Yubikey</title> 8 <link rel="stylesheet" href="../styles.css"> 9 <link rel="icon" href="../Images/favi.png" type="image/x-icon"> 10 </head> 11 <body> 12 <header> 13 <nav> 14 <ul> 15 <li><a href="../index.html">Home</a></li> 16 <li><a href="../links.html">Links</a></li> 17 <li><a href="../projects.html">Projects</a></li> 18 <li><a href="../contact.html">Contact</a></li> 19 </ul> 20 </nav> 21 </header> 22 <main> 23 <h2>Using Yubikey</h2> 24 <h3>Date: 03-8-2024</h3><hr> 25 <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> 26 27 <img src="../Images/computers/yubikey.png" width="780px" alt="Yubikey 4 photo"> 28 29 <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> 30 <ul> 31 <li><a href="https://tillitis.se">Tkey</a></li> 32 <li><a href="https://onlykey.io/">Onlykey</a></li> 33 <li><a href="https://www.nitrokey.com/products/nitrokeys">Nitrokey</a></li> 34 <li><a href="https://solokeys.com/">Solokey</a></li> 35 </ul> 36 <p>There are two on that list that I am particually interested in, that being <a href="">TKey</a> and <a href="https://www.nitrokey.com/products/nitrokeys">Nitrokey</a>, this is because they are both well delevoped and have ways to set up with SSH so I can connect to servers way more securely, they also provide keys that have NFC so I can use it with my phone which is a big save.</p> 37 38 <p>So far the only thing I have really done with my Yubikey is set it up with <a href="https://keepassxc.org/">KeepassXC</a>, for some reason I cannot get my Google account working with it, and this is because I am under Linux, so I might need to install Windows or ChromeOS in a virtual machine and set it up, but even if then, I just have to hope it will still work on Linux because if not, well, that would be ass.</p> 39 <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> 40 41 <center><hr> 42 <pre><a href="../index.html">Back πͺ</a> | <a href="tags/Hardware.html">More hardware π₯</a> | <a href="tags/Tech.html">More Tech π§βπ»</a></pre> 43 </main> 44 </body> 45 </html>