This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
forked from Yubico/ykneo-openpgp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
44 lines (30 loc) · 1.64 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
== YubiKey NEO App: OpenPGP
image:https://travis-ci.org/Yubico/ykneo-openpgp.svg?branch=master["Build Status", link="https://travis-ci.org/Yubico/ykneo-openpgp"]
[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.