From f8351e352a6cbb0583419cb56bece021efa763d6 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Mon, 17 Feb 2020 11:47:47 -0600 Subject: [PATCH] Add crypto wallets --- _includes/sections/hardware-wallets.html | 24 +++++++++++++++ _includes/sections/laptops.html | 32 -------------------- _includes/sections/security-keys.html | 17 ++++++----- assets/img/png/3rd-party/thinkpad-x230.png | Bin 39512 -> 0 bytes assets/img/png/3rd-party/trezor-model-t.png | Bin 0 -> 39773 bytes assets/img/png/3rd-party/trezor-one.png | Bin 0 -> 33435 bytes pages/hardware.html | 4 +-- 7 files changed, 35 insertions(+), 42 deletions(-) create mode 100644 _includes/sections/hardware-wallets.html delete mode 100644 _includes/sections/laptops.html delete mode 100644 assets/img/png/3rd-party/thinkpad-x230.png create mode 100644 assets/img/png/3rd-party/trezor-model-t.png create mode 100644 assets/img/png/3rd-party/trezor-one.png diff --git a/_includes/sections/hardware-wallets.html b/_includes/sections/hardware-wallets.html new file mode 100644 index 00000000..547f2b9d --- /dev/null +++ b/_includes/sections/hardware-wallets.html @@ -0,0 +1,24 @@ +

Hardware Wallets

+ +{% 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" +%} + +

Worth Mentioning

+ + diff --git a/_includes/sections/laptops.html b/_includes/sections/laptops.html deleted file mode 100644 index 08dc69a4..00000000 --- a/_includes/sections/laptops.html +++ /dev/null @@ -1,32 +0,0 @@ -

Laptops

- -
-
-
- Lenovo ThinkPad X230 - Website -
-
-

Insurgo PrivacyBeast X230

-

This is a modified highest-end Lenovo ThinkPad X230 with QubesOS preinstalled, deactivated Intel ME, and open source firmware.

- -
Security Features
-

This laptop has a number of added security features:

-
    -
  • Intel ME has been completely deactivated.
  • -
  • The proprietary boot firmware has been replaced with Heads, a "configuration for laptops and servers that tries to bring more security to commodity hardware" through the use of free software.
  • -
  • 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.
  • -
-

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.

- -
Qubes Certified Hardware
-

The Insurgo PrivacyBeast X230 has passed 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.

-
-
-
diff --git a/_includes/sections/security-keys.html b/_includes/sections/security-keys.html index f45db694..a7fa5633 100644 --- a/_includes/sections/security-keys.html +++ b/_includes/sections/security-keys.html @@ -1,13 +1,5 @@

U2F Security Keys

-{% 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" +%} +

Worth Mentioning