Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@stepansnigirev stepansnigirev released this 25 Sep 17:06
· 8 commits to master since this release
e999409

Cap files for all applets in the repo. Compiled for JC3.0.4 (tested on NXP JCOP3 cards).
Use GlobalPlatformPro to upload it to the card.

Verify signature in the applets.sha256.signed.txt against Stepan's PGP key

The one used in Specter-DIY is MemoryCardApplet.cap

Overview:

  • MemoryCardApplet - stores your secrets under PIN code, data is transferred encrypted and authenticated.
  • BlindOracleApplet - an applet with BIP-32 functionality, so the key never leaves the card, all crypto is happening on the card as well.
  • SingleUseKeyApplet - generates a random secret and signs with it only once. Deletes the key after signing.
  • TeapotApplet - a simple debugging applet that stores your secrets without any protection, good for testing.