Skip to content

Commit e5878c5

Browse files
committed
Use correct TOTP AID
1 parent bc83416 commit e5878c5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

applets/apex-totp

Submodule apex-totp updated 1 file

docs/applets/2-totp-hotp.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ These codes are preferred over e.g. SMS codes, because the process requires no c
99
- Repository: https://github.com/VivoKey/apex-totp
1010
- Binary name: `vivokey-otp.cap`
1111
- Download: https://github.com/DangerousThings/flexsecure-applets/releases
12-
- 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`
12+
- 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`
1313
- Storage requirements:
1414
- Persistent: `5128` bytes (`6020` with three TOTP accounts)
1515
- Transient reset: `2296` bytes (`2392`)
@@ -32,35 +32,35 @@ gp -install vivokey-otp.cap
3232
Listing the applets using `gp --list` should print something like this:
3333

3434
```
35-
APP: A0000006170061FC54D50101 (SELECTABLE)
35+
APP: A0000007470061FC54D50101 (SELECTABLE)
3636
Parent: A000000151000000
37-
From: A0000006170061FC54D501
37+
From: A0000007470061FC54D501
3838
39-
PKG: A0000006170061FC54D501 (LOADED)
39+
PKG: A0000007470061FC54D501 (LOADED)
4040
Parent: A000000151000000
41-
Version: 1.0
42-
Applet: A0000006170061FC54D50101
41+
Version: 1.1
42+
Applet: A0000007470061FC54D50101
4343
```
4444

4545
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`):
4646

4747
```
4848
gp -load vivokey-otp.cap
4949
50-
gp -package A0000006170061FC54D501 -applet A0000006170061FC54D50101 -create A000000527210101
50+
gp -package A0000007470061FC54D501 -applet A0000007470061FC54D50101 -create A000000527210101
5151
```
5252

5353
Listing the applets using `gp --list` should print something like this:
5454

5555
```
5656
APP: A000000527210101 (SELECTABLE)
5757
Parent: A000000151000000
58-
From: A0000006170061FC54D501
58+
From: A0000007470061FC54D501
5959
60-
PKG: A0000006170061FC54D501 (LOADED)
60+
PKG: A0000007470061FC54D501 (LOADED)
6161
Parent: A000000151000000
6262
Version: 1.1
63-
Applet: A0000006170061FC54D50101
63+
Applet: A0000007470061FC54D50101
6464
```
6565

6666
## Using the Applet

0 commit comments

Comments
 (0)