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
@@ -86,7 +86,7 @@ To "eject" the card, just stop the Jcardsim process.
86
86
87
87
## Docker Container
88
88
89
-
If you do not want to clutter your system, or don't have a compatible Linux system, you can use a pre-made Docker container for compilation. Install Docker, and use the image at https://hub.docker.com/r/stargate01/smartcard-ci . You can find the source Dockerfile at https://github.com/StarGate01/smartcard-ci . This image is also used to compile the applets distributed via https://github.com/StarGate01/flexsecure-applets/releases .
89
+
If you do not want to clutter your system, or don't have a compatible Linux system, you can use a pre-made Docker container for compilation. Install Docker, and use the image at https://hub.docker.com/r/stargate01/smartcard-ci . You can find the source Dockerfile at https://github.com/DangerousThings/smartcard-ci . This image is also used to compile the applets distributed via https://github.com/DangerousThings/flexsecure-applets/releases .
Replace `SOURCES` with the absolute path to your source code directory, and `"command"` with the command you want to run.
98
98
99
-
You can look at the compilation scripts in https://github.com/StarGate01/flexsecure-applets for reference.
99
+
You can look at the compilation scripts in https://github.com/DangerousThings/flexsecure-applets for reference.
100
100
101
101
The container also contains the virtual smartcard emulator, as well as the Bats test runner. You can use that to run tests against emulated applets. Refer to the test scripts in the repository.
102
102
@@ -111,16 +111,16 @@ Do not remove the management applet package (`A0000001515350`), or security cont
- AID: `d2:76:00:01:24:01:03:04:00:0A:00:00:00:00:00:00` (has to be adjusted, see below), Package: `d2:76:00:01:24:01`
13
13
- Storage requirements:
14
14
- Persistent: `24776` bytes (`28148` with one RSA 2048 key)
@@ -31,7 +31,7 @@ If you want to use RSA keys larger than 2048 bits, you have to change the consta
31
31
32
32
Otherwise, gpg might fail with a message like `gpg: KEYTOCARD failed: Hardware problem`.
33
33
34
-
You might also want to use my Docker image and build environment, which contains all necessary packages for compilation and testing: https://github.com/StarGate01/flexsecure-applets . This environment automatically builds both the default and large configuration.
34
+
You might also want to use my Docker image and build environment, which contains all necessary packages for compilation and testing: https://github.com/DangerousThings/flexsecure-applets . This environment automatically builds both the default and large configuration.
35
35
36
36
For more options, see the SmartPGP README file.
37
37
@@ -82,4 +82,4 @@ Generating keys on the card itself can be done for any algorithm without having
Copy file name to clipboardExpand all lines: docs/applets/3-hmac-sha1.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ This applet is compatible to the Yubikey-style protocol, supported by e.g. KeePa
6
6
7
7
## Applet Information
8
8
9
-
- Repository: https://github.com/StarGate01/vk-ykhmac (which is a fork of https://github.com/arekinath/YkOtpApplet. The fork fixes some bugs.). There is also a version by Vivokey at https://github.com/VivoKey/apex-ykhmac , which is forked from StarGate01 but distributed via Fidesmo.
9
+
- Repository: https://github.com/DangerousThings/flexsecure-ykhmac (which is a fork of https://github.com/arekinath/YkOtpApplet. The fork fixes some bugs.).
You can also use the `yktool.jar` utility (Download from https://github.com/StarGate01/flexsecure-applets/releases/). Take care of the string encoding on your operating system, this command is for Linux:
61
+
You can also use the `yktool.jar` utility (Download from https://github.com/DangerousThings/flexsecure-applets/releases/). Take care of the string encoding on your operating system, this command is for Linux:
0 commit comments