Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Yubico/ykneo-openpgp

OpenPGP applet for the YubiKey NEO
https://github.com/Yubico/ykneo-openpgp

Last synced: about 2 months ago
JSON representation

OpenPGP applet for the YubiKey NEO

Awesome Lists containing this project

README

        

== YubiKey NEO App: OpenPGP

NOTE: This project is in maintenance mode, it's in use on the YubiKey NEO
but not on newer Yubico products. No development is happening on this.

[IMPORTANT]
====
Yubico has learned of a security issue with the OpenPGP Card applet project that is used in the YubiKey NEO. This vulnerability applies to you only if you are using OpenPGP, and you have the OpenPGP applet version 1.0.9 or earlier.
link:https://developers.yubico.com/ykneo-openpgp/SecurityAdvisory%202015-04-14.html[SecurityAdvisory 2015-04-14]
====

This project implement the OpenPGP card functionality used on the
YubiKey NEO device that is sold by Yubico.

This project is based on the
https://github.com/jderuiter/javacard-openpgpcard[Java Card OpenPGP Card]
project made by Joeri de Ruiter.
The initial modifications we have made compared to
the upstream project are minor, but we reserve the right to make other
changes and improvements that are specific to the YubiKey NEO
hardware.

=== License

The upstream project was released under the GPLv2+ and our fork uses
the same license. All of our changes are released under the same
license. See the file LICENSE for more information.

=== Building

See doc/Building.txt for information on how to build the source code
and doc/InstallCAPFile.txt on how to install it.

=== Usage

The OpenPGP Card applet is typically used through http://www.gnupg.org[GnuPG]
so we refer to its documentation for the full reference.

The default PIN set is `123456' and the default admin PIN is `12345678'

We have tutorials on specific topics in at
https://developers.yubico.com/PGP[developers.yubico.com/PGP], for example card
editing and key import.