Skip to content

Commit

Permalink
Update TOTP aid
Browse files Browse the repository at this point in the history
  • Loading branch information
StarGate01 committed Feb 2, 2023
1 parent 966daa6 commit a18f197
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion applets/apex-totp
Submodule apex-totp updated 1 files
+2 −2 build.xml
10 changes: 5 additions & 5 deletions docs/applets/2-totp-hotp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:05:27:21:01:01:02`, Package: `A0:00:00:05:27:21:01:01`
- AID: `A0:00:00:05:27:21:01:01:41:50:45:58:01`, Package: `A0:00:00:05:27:21:01:01:41:50:45:58`
- Storage requirements:
- Persistent: `5128` bytes (`6020` with three TOTP accounts)
- Transient reset: `2296` bytes (`2392`)
Expand All @@ -32,14 +32,14 @@ gp -install vivokey-otp.cap
Listing the applets using `gp --list` should print something like this:

```
APP: A00000052721010102 (SELECTABLE)
APP: A0000005272101014150455801 (SELECTABLE)
Parent: A000000151000000
From: A000000527210101
From: A00000052721010141504558
PKG: A000000527210101 (LOADED)
PKG: A00000052721010141504558 (LOADED)
Parent: A000000151000000
Version: 1.1
Applet: A00000052721010102
Applet: A0000005272101014150455801
```

## Using the Applet
Expand Down

0 comments on commit a18f197

Please sign in to comment.