yubikey-full-disk-encryption VS GlobalPlatformPro

Compare yubikey-full-disk-encryption vs GlobalPlatformPro and see what are their differences.

GlobalPlatformPro

🌐 🔐 Manage applets and keys on JavaCard-s like a pro (via command line or from your Java project) (by martinpaljak)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
yubikey-full-disk-encryption GlobalPlatformPro
16 3
775 640
- -
0.0 5.4
5 months ago 27 days ago
Shell Java
Apache License 2.0 GNU Lesser General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

yubikey-full-disk-encryption

Posts with mentions or reviews of yubikey-full-disk-encryption. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-13.
  • I have seen in a lot of posts here people say not to use Google Authentication for 2FA. Can someone simply explain why, and what should I use instead?
    2 projects | /r/Bitwarden | 13 Apr 2023
  • LUKS with Yubikey
    2 projects | /r/voidlinux | 8 Apr 2023
    Would using this be possible? https://github.com/agherzan/yubikey-full-disk-encryption/tree/master/src
  • Getting LUKS, Btrfs, Hibernation and Swap file working in tandem
    4 projects | news.ycombinator.com | 9 Mar 2023
    > Hibernate is less interesting, and apparently unsupported using secure boot anyway.

    That's not the case. I have a similar setup to yours (/ on ext4 with separate swap, on LVM on LUKS, separate /efi) and my box hibernates just fine with secure boot and auto-unlock via TPM.

    The difference with your setup is I don't use grub, but have the UEFI load a signed unified kernel image directly. Since this works so well, I never had a reason to mess around with yet another moving piece (grub or other bootloader).

    As another commenter said, I haven't attempted to mess around with the MOK. I just replaced all the secure boot keys with my own, and I've also signed MS's Windows key (but not the 3rd party one) for my dual-boot needs.

    ---

    For specifics: This is an up-to-date Arch Linux install, running on an HP EliteBook 840 G8 (11th gen intel). I know Debian may have older components than arch, but this setup has been working for more than a year now.

    IIRC, the most significant change was brought by systemd 251 which started supporting auto-unlocking LUKS with the TPM. Before that, on an older computer with the same general setup, hibernation worked well, too. I just needed to input the unlock password (which I was too lazy to do, so I just used my yubikey - see https://github.com/agherzan/yubikey-full-disk-encryption).

  • systemd 253 Released With Ukify Tool, systemd-cryptenroll Unlocking Via FIDO2 Tokens
    1 project | /r/linux | 18 Feb 2023
    Does yubikey-full-disk-encryption provide anything systemd 253 doesn't now?
  • Tillitis Security Key – Mullvad spin-off inspired by measured boot and DICE
    3 projects | news.ycombinator.com | 19 Sep 2022
    Do you mean something like this: https://github.com/agherzan/yubikey-full-disk-encryption
  • Encrypt data on server (Linux, LUKS) on Raspberry Pi
    2 projects | /r/HomeServer | 13 Sep 2022
    Full disk encryption is rarely as portable as simply encrypting the files you need. When I ran a “homemade” NAS, I had everything LUKS encrypted. I used a Yubikey to unlock the encrypted data.
  • Using a YubiKey to unlock LUKS - How to secure or encrypt /boot?
    2 projects | /r/linuxquestions | 11 Sep 2022
    A few days ago I akquiriere a Yubikey and I'm currently trying to set up 2FA with the Yubikey and a password to unlock the LUKS container. Since I am running Arch I came across the yubikey-full-disk-encryption package and tested it in an Arch VM. So far it worked really well. The only issue I am having is that compared to my old setup I need to have /boot unencrypted because it seems GRUB itself cannot deal with the 2FA setup and ykfde if /boot is encrypted. Previously I had most of /boot inside the LUKS volume with only the /efi part unencrypted (this is used when telling grub where the efi-directory is - see the previous guide for the full details please) and the GRUB_ENABLE_CRYPTODISK=y option set in the GRUB config.
  • LUKS boot unlock fido2 issue
    2 projects | /r/archlinux | 11 Jun 2022
    I don't know about the hanging, I use yubikey-full-disk-encryption which uses challenge-response (1FA or 2FA) which you can set up how many attempts to use the YubiKey before it falls back to the passphrase.
  • Is it possible to crack drive encryption without header?
    1 project | /r/linux4noobs | 18 Feb 2022
    Related: https://github.com/agherzan/yubikey-full-disk-encryption
  • How safe is encryption?
    2 projects | /r/PrivacyGuides | 31 Dec 2021
    https://github.com/cornelinux/yubikey-luks or https://github.com/agherzan/yubikey-full-disk-encryption with yubikey 5 will get you going. It is a bit expensive to get two keys (regular and backup), but these can be also used to secure most of the online accounts.

GlobalPlatformPro

Posts with mentions or reviews of GlobalPlatformPro. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-25.
  • How do you put your private key files (.ppk) on a security key (HYPERFIDO U2F/FIDO2/HOTP) ?
    2 projects | /r/sysadmin | 25 Oct 2023
  • Tillitis Security Key – Mullvad spin-off inspired by measured boot and DICE
    3 projects | news.ycombinator.com | 19 Sep 2022
    JavaCard is the answer for smartcards. You can find example card software all over github, and you're looking for the JavaCard SDK from Oracle and GlobalPlatformPro to program them: https://github.com/martinpaljak/GlobalPlatformPro. There's even an ant task around somewhere that allows you to use ant tooling. Blank cards with "developer"/default keys can be picked up pretty much anywhere.

    Buy blank cards, write your applet, test in an emulator if you want, push to card, test for real with your software that talks to the card, profit. Be aware that if your goal is to write custom cryptography implementations in Java on the Javacard, these will be prohibitively slow. No need to take my word for it, Niels Duif did exactly this: https://research.tue.nl/en/studentTheses/smart-card-implemen...

    > Java Card proves to be a worthless platform for high-speed cryptography. Despite the

  • Using a smart card to log in
    3 projects | /r/WindowsHelp | 19 May 2022
    You then have to get the binary (CAP file) and use a tool like GlobalPlatformPro to install it. Hopefully your JavaCard has default authentication keys, otherwise you have to ask for this from whomever you bought it from.

What are some alternatives?

When comparing yubikey-full-disk-encryption and GlobalPlatformPro you can also consider the following projects:

dracut - dracut the event driven initramfs infrastructure

IsoApplet - A Java Card PKI Applet aiming to be ISO 7816 compliant

fido2luks - Decrypt your LUKS partition using a FIDO2 compatible authenticator

FIDO2 - FIDO2 toolbox in Java and X-FIDO JavaCard applet

solokey-full-disk-encryption - Use SoloKey to unlock a LUKS encrypted partition

SatochipApplet - The open source hardware wallet smartcard - Satochip.io

wireguard-initramfs - Use dropbear over wireguard.

OpenSC - Open source smart card tools and middleware. PKCS#11/MiniDriver/Tokend

zfsUnlocker - A modular zfs unlocker hook for mkinitcpio on Archlinux.

void-packages - The Void source packages collection

disk-encryption-hetzner - Encrypt a hetzner server from the "serverbörse" and unlock it remote via ssh

https-keyscript - Allow a machine with an encrypted boot drive to passwordlessly boot by fetching a key over HTTPS.