From e5878c5ff3a83a22294e09ef2bfb662082dea9db Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Tue, 10 Jan 2023 02:35:12 +0100 Subject: [PATCH] Use correct TOTP AID --- applets/apex-totp | 2 +- docs/applets/2-totp-hotp.md | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/applets/apex-totp b/applets/apex-totp index c644946..b2d4401 160000 --- a/applets/apex-totp +++ b/applets/apex-totp @@ -1 +1 @@ -Subproject commit c644946e9d6470938dc78e31d728768a84610eac +Subproject commit b2d4401ec34266bf0d86a56f734956bd7109f92a diff --git a/docs/applets/2-totp-hotp.md b/docs/applets/2-totp-hotp.md index 5fa73fd..40fafce 100644 --- a/docs/applets/2-totp-hotp.md +++ b/docs/applets/2-totp-hotp.md @@ -9,7 +9,7 @@ These codes are preferred over e.g. SMS codes, because the process requires no c - Repository: https://github.com/VivoKey/apex-totp - Binary name: `vivokey-otp.cap` - Download: https://github.com/DangerousThings/flexsecure-applets/releases -- AID: `A0:00:00:06:17:00:61:FC:54:D5:01:01`, Package: `A0:00:00:06:17:00:61:FC:54:D5:01` +- AID: `A0:00:00:07:47:00:61:FC:54:D5:01:01`, Package: `A0:00:00:07:47:00:61:FC:54:D5:01` - Storage requirements: - Persistent: `5128` bytes (`6020` with three TOTP accounts) - Transient reset: `2296` bytes (`2392`) @@ -32,14 +32,14 @@ gp -install vivokey-otp.cap Listing the applets using `gp --list` should print something like this: ``` -APP: A0000006170061FC54D50101 (SELECTABLE) +APP: A0000007470061FC54D50101 (SELECTABLE) Parent: A000000151000000 - From: A0000006170061FC54D501 + From: A0000007470061FC54D501 -PKG: A0000006170061FC54D501 (LOADED) +PKG: A0000007470061FC54D501 (LOADED) Parent: A000000151000000 - Version: 1.0 - Applet: A0000006170061FC54D50101 + Version: 1.1 + Applet: A0000007470061FC54D50101 ``` If you want to emulate a YubiKey, e.g. to use the Yubico Authenticator app, you have to specify another AID (`A0:00:00:05:27:21:01:01`): @@ -47,7 +47,7 @@ If you want to emulate a YubiKey, e.g. to use the Yubico Authenticator app, you ``` gp -load vivokey-otp.cap -gp -package A0000006170061FC54D501 -applet A0000006170061FC54D50101 -create A000000527210101 +gp -package A0000007470061FC54D501 -applet A0000007470061FC54D50101 -create A000000527210101 ``` Listing the applets using `gp --list` should print something like this: @@ -55,12 +55,12 @@ Listing the applets using `gp --list` should print something like this: ``` APP: A000000527210101 (SELECTABLE) Parent: A000000151000000 - From: A0000006170061FC54D501 + From: A0000007470061FC54D501 -PKG: A0000006170061FC54D501 (LOADED) +PKG: A0000007470061FC54D501 (LOADED) Parent: A000000151000000 Version: 1.1 - Applet: A0000006170061FC54D50101 + Applet: A0000007470061FC54D50101 ``` ## Using the Applet