REWRAP OTP AEAD

Rewrap an OTP AEAD.

Description

Re-encrypt a Yubico OTP AEAD from one OTP AEAD Key to another OTP AEAD Key.

Shell Example

N/A

Protocol Details

Command

Tc = 0x63

Lc = 2 + 2 + 36

Vc = I1 || I2 || A

I1 := Key ID from (2 bytes) I2 := Key ID to (2 bytes) A := Nonce concatenated with AEAD (36 bytes)

Response

Tr = 0xe3

Lr = 36

Vr = A

A := Nonce concatenated with AEAD (36 bytes)