oluceps / resign

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resign

make use of your OpenPGP smartcards without using GnuPG

functionality

  • signature
  • decryption
  • authentication

motivation

I'm not a huge fan of GnuPG and OpenPGP, but speaking of hardware security tokens, OpenPGP smartcards are the most widely available ones. However the only OpenPGP smartcards client that is feature complete is GnuPG, while known for providing insecure defaults and having a bad UX. Thus here comes resign, a set of programs to make use of your smartcards, with zero configuration and just works.

architecture

  • resign: standard compliant ssh-agent
  • resign-gpg: partial implementation of gpg cli, for use with sops
  • age-plugin-resign: age plugin

limitations

  • cannot verify signatures due to lack of keyring management

About

License:MIT License


Languages

Language:Rust 95.2%Language:Nix 4.8%