Skip to content

docs: Changed wording for default management key value and algorithm #233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions docs/users-manual/application-piv/pin-puk-mgmt-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,16 @@ data is 192 bits long, but because of the "parity bits", only 168 bits supply th
strength. In addition, because of certain attacks on Triple-DES, the actual effective bit
strength of a key is 112.

The YubiKey is manufactured with the standard default PIN, PUK, and managment key values:
The YubiKey is manufactured with the following default PIN, PUK, and management key values:

* PIN: "123456"
* PUK: "12345678"
* Management Key: (Firmware Version 5.6 and below: Triple-DES / 5.7 and above: AES-192),
0x010203040506070801020304050607080102030405060708\
0102030405060708 three times
* Management Key: "010203040506070801020304050607080102030405060708"

Note that the PIV standard specifies these default/initial values. For firmware 5.4 YubiKeys that allow AES, the default
management key is Triple-DES. For firmware 5.7 and above
YubiKeys, the default management key is AES-192.
Note that the PIV standard specifies these default values. And while the management key value is
consistent across YubiKeys, the management key *algorithm* depends on a key's firmware version.
For firmware 5.6 and earlier, the default management key algorithm is Triple-DES; for firmware
5.7 and later, the default algorithm is AES-192.

Upon receipt of the YubiKey, it is a good idea to change the PIN, PUK, and management key from the default values. See
[PivSession.TryChangePin](xref:Yubico.YubiKey.Piv.PivSession.TryChangePin%2a), [PivSession.TryChangePuk](xref:Yubico.YubiKey.Piv.PivSession.TryChangePuk),
Expand Down