Skip to content

Commit

Permalink
Add fido u2f app
Browse files Browse the repository at this point in the history
  • Loading branch information
squix78 committed Jun 20, 2024
1 parent 136d4b1 commit a4a2efa
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/assets/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,36 @@
}],
"tags": ["circuit-python", "adafruit", "microcontroller", "embedded"]
},
{
"id": "tp-pendrive-s3-fido2-u2f-key",
"name": "FIDO2 U2F Key",
"description": "Turns your Pendrive S3 into an U2F key. Please note: this is currently for learning purposes only and not secure, as the private key is stored on the device and not protected from extraction.",
"instructions": "",
"version": "1.0.0",
"repository": "https://github.com/jocover/esp32_u2f",
"appIcon": "/assets/apps/esp32-u2f/esp32-u2f.jpg",
"supportedDevices": [
"tp-pendrive-s3"
],
"partitions": [{
"name": "Bootloader",
"data": [],
"offset": "0x0",
"url": "./assets/apps/esp32-u2f/bootloader.bin"
},
{
"name": "Partition Table",
"data": [],
"offset": "0x8000",
"url": "./assets/apps/esp32-u2f/partition-table.bin"},
{
"name": "Firmware",
"data": [],
"offset": "0x10000",
"url": "./assets/apps/esp32-u2f/esp32_u2f.bin"
}],
"tags": ["fido2", "u2f", "security", "authentication", "webauthn"]
},
{
"id": "other-device",
"name": "Weird Firmware",
Expand Down
Binary file added src/assets/apps/esp32-u2f/bootloader.bin
Binary file not shown.
Binary file added src/assets/apps/esp32-u2f/esp32-u2f.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/apps/esp32-u2f/esp32_u2f.bin
Binary file not shown.
Binary file added src/assets/apps/esp32-u2f/partition-table.bin
Binary file not shown.

0 comments on commit a4a2efa

Please sign in to comment.