OpenPGP & GPG

I mentioned that we can create interoperable GPG keys using Ed25519. I researched GPG keys and how we can generate them.

Pros:

  • GPG keys can be imported into Github to sign commits and releases
  • Can be used for certain attestations

Cons:

  • Not user-friendly
2 Likes

For regular users, we can integrate this functionality into Syrius using the following OpenPGP library.

Developers can manage their SSH/GPG keys using a smart card like YubiKey.

I also found a repo to generate GPG keys compatible with bip39.

2 Likes