BlockchainCommons / BCSwiftNFC

A modern Swift library for reading and writing NFC tags.
1 stars 1 forks source link

Implement an ISO7816 command set to take advantage of on-chip crypto #1

Open simonratner opened 2 years ago

simonratner commented 2 years ago

Some examples of what can be done on-chip:

This could become a standard AID and command set for other NFC devices to implement.

See: NFCISO7816Tag

friedger commented 7 months ago

Here are some commands in the wild: https://github.com/Toporin/SatochipApplet/blob/master/src/org/satochip/applet/CardEdge.java#L169 by @Bastien-Satoship

Bastien-Satochip commented 7 months ago

Hello,

Indeed, there are a lot of great things that can be done "on-chip" by Javacard.

I bump on @friedger 's comment and put some details here.

Satochip S.R.L. is already using dual interfaces smartcard (contact chip and contactless via NFC) in the blockchain field:

We will be more than happy to explorer these ideas with you.