Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Yubico/ykneo-openpgp
OpenPGP applet for the YubiKey NEO
https://github.com/Yubico/ykneo-openpgp
Last synced: 3 months ago
JSON representation
OpenPGP applet for the YubiKey NEO
- Host: GitHub
- URL: https://github.com/Yubico/ykneo-openpgp
- Owner: Yubico
- License: gpl-2.0
- Created: 2012-12-18T14:27:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-03-20T14:25:07.000Z (almost 5 years ago)
- Last Synced: 2024-04-10T09:05:56.166Z (9 months ago)
- Language: Java
- Homepage: https://developers.yubico.com/ykneo-openpgp/
- Size: 216 KB
- Stars: 214
- Watchers: 76
- Forks: 67
- Open Issues: 18
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-smart-card - OpenPGP applet for the YubiKey NEO
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.