Go to file
Cédric 92cdb83293
Merge pull request #12 from dongcarl/patch-1
Tidy up whitespace in gpgcard.py
2017-11-22 08:52:59 +00:00
doc Add quick testing guide 2017-10-05 19:04:27 +02:00
glyphs 1.0 RC2 2017-03-28 19:24:02 +02:00
images reorg some image files 2017-08-30 15:18:36 +02:00
pytools/gpgcard Tidy up whitespace in gpgcard.py 2017-10-30 00:04:06 -07:00
sdk 1.1.0 fixes 2017-09-05 23:47:16 +02:00
src gpg_data.c: Clear correct bits for 0x4f tag. 2017-11-22 00:11:56 -08:00
LICENSE Initial commit 2017-03-21 15:21:34 +01:00
Makefile On the road to 1.1.0 2017-08-31 17:03:27 +02:00
README.md Reference the new documentation (try 2...) 2017-08-31 17:15:48 +02:00

README.md

GnuPG application: blue-app-gnupg

GnuPG application for Ledger Blue and Nano S

This application implements "The OpenPGP card" specification revision 3.0. This specification is available in doc directory and at https://g10code.com/p-card.html .

The application supports:

  • RSA with key up to 4096 bits
  • ECDSA with secp256k1, secp256r1, brainpool 256r1 and brainpool 256t1 curves
  • EDDSA with Ed25519 curve
  • ECDH with secp256k1, secp256r1, brainpool 256r1, brainpool 256t1 and curve25519 curves

This release has known missing parts (see also Add-on) :

  • Ledger Blue support
  • Seed mode ON/OFF via apdu

Installation and Usage

See the full doc at https://github.com/LedgerHQ/blue-app-openpgp-card/blob/master/doc/user/blue-app-openpgp-card.pdf

Add-on

The GnuPG application implements the following addon:

  • serial modification
  • on screen reset
  • 3 independent key slots
  • seeded key generation

Technical specification is available at https://github.com/LedgerHQ/blue-app-openpgp-card/blob/master/doc/developper/gpgcard3.0-addon.rst

Key slot

"The OpenPGP card" specification specifies:

  • 3 asymmetric keys : Signature, Decryption, Authentication
  • 1 symmetric key

The blue application allow you to store 3 different key sets, named slot. Each slot contains the above 4 keys. You can choose the active slot on the main screen. When installed the default slot is "1". You can change it in settings.

seeded key generation

A seeded mode is implemented in order to restore private keys on a new token. In this mode key material is generated from the global token seeded.

Please consider SEED mode as experimental.

More details to come...

On screen reset

The application can be reset as if it was fresh installed. In settings, choose reset and confirm.