Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
Fido2Applet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Josh Ji
Fido2Applet
Commits
f52a3eaf
Commit
f52a3eaf
authored
May 05, 2024
by
Josh Ji
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/hkdf_chain' into hkdf_chain
parents
b9cdf15a
06998038
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
README.md
README.md
+33
-0
No files found.
README.md
View file @
f52a3eaf
# vk_u2f_gradle
add gradle plugin into fido u2f applet from
[
vk_u2f
](
https://github.com/VivoKey/vk-u2f
)
## branch
```
v2 -> hkdf_chain
v1 -> main
```
## dependency
[
passport applet
](
https://git.prlab.io/joshji/PassportAppletWithGradlePlugin
)
## build.gradle
```
groovy
javacard
{
config
{
debugGpPro
true
jckit
jcdk_dir
cap
{
.
.
.
dependencies
{
local
{
// 這邊的路徑建議用絕對路徑,用相對路徑gradle找得到,但build的時候找不到
exps
'C:\\Users\\josh2\\Documents\\GitLab\\EID\\Fido2Applet\\lib\\javacard\\applet.exp'
jar
'C:\\Users\\josh2\\Documents\\GitLab\\EID\\Fido2Applet\\lib\\javacard\\applet.exp\\passport.jar'
}
}
}
}
.
.
.
}
```
## applet install
1.
open intelliJ by administrator
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment