FIDO2Applet
FIDO2 Javacard Applet
File Explorer
Download Latest Version (.zip)- devcontainer.json
- Dockerfile
- certs.md
- FAQ.md
- fido_certification.md
- implementation.md
- installation.md
- requirements.md
- security_model.md
- gradle-wrapper.jar
- gradle-wrapper.properties
- __init__.py
- ctap_hid_device.py
- ctap_test.py
- test_auth_config.py
- test_cred_blob.py
- test_cred_mgmt.py
- test_credprotect.py
- test_ctap_attestation_mode_switch.py
- test_ctap_attestation_mode_switch_with_fixed_key.py
- test_ctap_basic_attestation.py
- test_ctap_basics.py
- test_ctap_locked_self_attestation.py
- test_ctap_pins.py
- test_ctap_resets.py
- test_extended_apdus.py
- test_hmac_secret.py
- test_largeblobs.py
- test_long_request_buffer.py
- test_malformed_input.py
- test_setminpin.py
- test_u2f.py
- test_uvm.py
- __init__.py
- BufferManager.java
- CannedCBOR.java
- FIDO2Applet.java
- FIDOConstants.java
- P256Constants.java
- PinRetryCounter.java
- ResidentKeyData.java
- SigOpCounter.java
- TransientStorage.java
- AppletBasicTest.java
- VSim.java
- .gitignore
- .gitmodules
- .tool-versions
- attestation_key_pair.py
- build.gradle
- decode_bufinfo.py
- get_install_parameters.py
- gradle.properties
- gradlew
- gradlew.bat
- install_attestation_cert.py
- LICENSE
- mds.json
- README.md
- requirements.txt
- sdks
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/BryanJacobs/FIDO2Applet
Downloads the entire project code from GitHub to your computer.
cd FIDO2Applet
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew buildJavaCard
Builds the project using Gradle.
./gradlew jar testJar
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
python -m venv venv
Runs the Python script (or module).
./venv/bin/pip install -U -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
./venv/bin/python -m unittest discover -s python_tests
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
