@@ -9,7 +9,7 @@ These codes are preferred over e.g. SMS codes, because the process requires no c
9
9
- Repository: https://github.com/VivoKey/apex-totp
10
10
- Binary name: ` vivokey-otp.cap `
11
11
- 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 `
13
13
- Storage requirements:
14
14
- Persistent: ` 5128 ` bytes (` 6020 ` with three TOTP accounts)
15
15
- Transient reset: ` 2296 ` bytes (` 2392 ` )
@@ -32,35 +32,35 @@ gp -install vivokey-otp.cap
32
32
Listing the applets using ` gp --list ` should print something like this:
33
33
34
34
```
35
- APP: A0000006170061FC54D50101 (SELECTABLE)
35
+ APP: A0000007470061FC54D50101 (SELECTABLE)
36
36
Parent: A000000151000000
37
- From: A0000006170061FC54D501
37
+ From: A0000007470061FC54D501
38
38
39
- PKG: A0000006170061FC54D501 (LOADED)
39
+ PKG: A0000007470061FC54D501 (LOADED)
40
40
Parent: A000000151000000
41
- Version: 1.0
42
- Applet: A0000006170061FC54D50101
41
+ Version: 1.1
42
+ Applet: A0000007470061FC54D50101
43
43
```
44
44
45
45
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 ` ):
46
46
47
47
```
48
48
gp -load vivokey-otp.cap
49
49
50
- gp -package A0000006170061FC54D501 -applet A0000006170061FC54D50101 -create A000000527210101
50
+ gp -package A0000007470061FC54D501 -applet A0000007470061FC54D50101 -create A000000527210101
51
51
```
52
52
53
53
Listing the applets using ` gp --list ` should print something like this:
54
54
55
55
```
56
56
APP: A000000527210101 (SELECTABLE)
57
57
Parent: A000000151000000
58
- From: A0000006170061FC54D501
58
+ From: A0000007470061FC54D501
59
59
60
- PKG: A0000006170061FC54D501 (LOADED)
60
+ PKG: A0000007470061FC54D501 (LOADED)
61
61
Parent: A000000151000000
62
62
Version: 1.1
63
- Applet: A0000006170061FC54D50101
63
+ Applet: A0000007470061FC54D50101
64
64
```
65
65
66
66
## Using the Applet
0 commit comments