Add crypto wallets

This commit is contained in:
Jonah Aragon 2020-02-17 11:47:47 -06:00
parent c49933730a
commit f8351e352a
7 changed files with 35 additions and 42 deletions

View File

@ -0,0 +1,24 @@
<h1 id="hardware-wallets" class="anchor"><a href="#hardware-wallets"><i class="fas fa-link anchor-icon"></i></a> Hardware Wallets</h1>
{% include cardv2.html
title="Trezor One"
image="/assets/img/png/3rd-party/trezor-one.png"
description='A fully open-source cryptocurrency wallet with support for over 1,000 coins/tokens. Trezor also has password manager functionality, supports GPG and SSH key storage functionality, and can act as a U2F key, making it a great backup for your U2F key (or vice versa).'
website="https://trezor.io/"
github="https://github.com/trezor"
%}
{% include cardv2.html
title="Trezor Model T"
badges="info:Upgrade Pick"
image="/assets/img/png/3rd-party/trezor-model-t.png"
description='The Trezor Model T supports all the same functionality as the Trezor One, as well as FIDO2 authentication support, a wider variety of coins/tokens, and a full color touchscreen for easier use.'
website="https://trezor.io/"
github="https://github.com/trezor"
%}
<h3>Worth Mentioning</h3>
<ul>
<li><a href="https://www.ledger.com/">Ledger Nano X or Nano S</a> - A great pick if the Trezor One does not support the coins/tokens you use, but it does use some closed-source components, and it is not as intuitive to use as the Trezor.</li>
</ul>

View File

@ -1,32 +0,0 @@
<h1 id="laptops" class="anchor"><a href="#laptops"><i class="fas fa-link anchor-icon"></i></a> Laptops</h1>
<div class="container-fluid">
<div class="row mb-2">
<div class="col-lg-3 col-sm-12 pt-lg-5 text-center">
<img
src="/assets/img/png/3rd-party/thinkpad-x230.png"
data-theme-src="/assets/img/png/3rd-party/thinkpad-x230.png"
height="200"
width="200"
class="img-fluid d-block mr-auto ml-auto align-middle"
alt="Lenovo ThinkPad X230">
<a class="btn btn-primary mt-4" href="https://insurgo.ca/produit/qubesos-certified-privacybeast_x230-reasonably-secured-laptop/" role="button"><i class="fas fa-external-link-alt fa-fw"></i> Website</a>
</div>
<div class="col">
<h2>Insurgo PrivacyBeast X230</h2>
<p>This is a modified highest-end <strong>Lenovo ThinkPad X230</strong> with QubesOS preinstalled, deactivated Intel ME, and open source firmware.</p>
<h5><span class="badge badge-success">Security Features</span></h5>
<p>This laptop has a number of added security features:</p>
<ul>
<li>Intel ME has been completely deactivated.</li>
<li>The proprietary boot firmware has been replaced with <a href="https://github.com/osresearch/heads">Heads</a>, a "configuration for laptops and servers that tries to bring more security to commodity hardware" through the use of free software.</li>
<li>The boot and firmware integrity is "sealed" with an included NitroKey Pro v2, allowing you to visually validate that nothing has been modified in transit or at boot.</li>
</ul>
<p>Upon receiving the device and ensuring everything is configured securely, you will be asked to re-do the installation procedure yourself with keys that only you control.</p>
<h5><span class="badge badge-success">Qubes Certified Hardware</span></h5>
<p>The Insurgo PrivacyBeast X230 has <a href="https://www.qubes-os.org/news/2019/07/18/insurgo-privacybeast-qubes-certification/">passed</a> Qubes 4.0 Hardware Certification. It not only met all the requirements defined by the Qubes team, but exceeded them thanks to its additional security functionality.</p>
</div>
</div>
</div>

View File

@ -1,13 +1,5 @@
<h1 id="u2f" class="anchor"><a href="#u2f"><i class="fas fa-link anchor-icon"></i></a> U2F Security Keys</h1>
{% include cardv2.html
title="YubiKey 5"
image="/assets/img/png/3rd-party/yubikey-5c.png"
description='The YubiKey 5 is a multi-protocol security key, providing strong two-factor, multi-factor and passwordless authentication, and seamless touch-to-sign. It supports FIDO2, FIDO U2F, one-time password (OTP), and OpenPGP smart card functionality. It is available in a variety of form factors for desktop or laptop.'
website="https://www.yubico.com/products/yubikey-5-overview/"
github="https://github.com/yubico"
%}
{% include cardv2.html
title="SoloKeys"
image="/assets/img/png/3rd-party/solokey.png"
@ -16,6 +8,15 @@ website="https://solokeys.com/"
github="https://github.com/solokeys"
%}
{% include cardv2.html
title="YubiKey 5"
badges="info:Upgrade Pick"
image="/assets/img/png/3rd-party/yubikey-5c.png"
description='The YubiKey 5 is a multi-protocol security key, providing strong two-factor, multi-factor and passwordless authentication, and seamless touch-to-sign. It supports FIDO2, FIDO U2F, one-time password (OTP), and OpenPGP smart card functionality. It is available in a variety of form factors for desktop or laptop.'
website="https://www.yubico.com/products/yubikey-5-overview/"
github="https://github.com/yubico"
%}
<h3>Worth Mentioning</h3>
<ul>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
assets/img/png/3rd-party/trezor-one.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -5,8 +5,6 @@ title: "Hardware"
description: "Your privacy is only as strong as the devices you use."
---
{% include sections/laptops.html %}
{% include sections/mobile-devices.html %}
{% include sections/security-keys.html %}
@ -16,3 +14,5 @@ description: "Your privacy is only as strong as the devices you use."
<ul>
<li><a href="https://routersecurity.org/">RouterSecurity.org</a> - A list of router configuration tips to keep your router and network secure.</li>
</ul>
{% include sections/hardware-wallets.html %}