You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Persistent: `5128` bytes (`6020` with three TOTP accounts)
15
15
- Transient reset: `2296` bytes (`2392`)
@@ -32,42 +32,21 @@ gp -install vivokey-otp.cap
32
32
Listing the applets using `gp --list` should print something like this:
33
33
34
34
```
35
-
APP: A0000007470061FC54D50101 (SELECTABLE)
35
+
APP: A00000052721010102 (SELECTABLE)
36
36
Parent: A000000151000000
37
-
From: A0000007470061FC54D501
37
+
From: A000000527210101
38
38
39
-
PKG: A0000007470061FC54D501 (LOADED)
39
+
PKG: A000000527210101 (LOADED)
40
40
Parent: A000000151000000
41
41
Version: 1.1
42
-
Applet: A0000007470061FC54D50101
43
-
```
44
-
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
-
47
-
```
48
-
gp -load vivokey-otp.cap
49
-
50
-
gp -package A0000007470061FC54D501 -applet A0000007470061FC54D50101 -create A000000527210101
51
-
```
52
-
53
-
Listing the applets using `gp --list` should print something like this:
54
-
55
-
```
56
-
APP: A000000527210101 (SELECTABLE)
57
-
Parent: A000000151000000
58
-
From: A0000007470061FC54D501
59
-
60
-
PKG: A0000007470061FC54D501 (LOADED)
61
-
Parent: A000000151000000
62
-
Version: 1.1
63
-
Applet: A0000007470061FC54D50101
42
+
Applet: A00000052721010102
64
43
```
65
44
66
45
## Using the Applet
67
46
68
47
Use the VivoKey Apex Manager App to interface this applet.
69
48
70
-
The Yubikey Authenticator tool is able to interface this applet on both Desktop and Mobile if you emulate a YubiKey AID, and also have the HMAC-SHA1 applet installed (it does not necessarily have to be initialized with keys). On Desktop, you have to specify your PCSC reader in **Settings -> Advanced -> Custom Reader**.
49
+
The Yubikey Authenticator tool is able to interface this applet on both Desktop and Mobile as well, but it requires you to also have the HMAC-SHA1 applet installed (it does not necessarily have to be initialized with keys). On Desktop, you have to specify your PCSC reader in **Settings -> Advanced -> Custom Reader**.
71
50
72
51
You can also use the yubikey-manager CLI tool (`ykman`) to interface with the applet. You have to specify your reader using the `-r` flag (use `ykman list -r` to get a list of readers). Replace `SECRET` with a 32 character Base-32 encoded secret:
0 commit comments