Using the NFC Chip of the Passport to Do Proof-of-Work

栏目: IT技术 · 发布时间: 3年前

内容简介:Finding ASIC, FPGA and GPU resistant hashing algorithms to perform a more equitable proof-of-work that would even let Smartphones participate on an equal level with computers has been a long term problem and so far there are no good solutions to it.I mysel

Finding ASIC, FPGA and GPU resistant hashing algorithms to perform a more equitable proof-of-work that would even let Smartphones participate on an equal level with computers has been a long term problem and so far there are no good solutions to it.

I myself didn’t believed there could be a solution until very recently when I got an epiphany while working with the “active authentication” feature of the passport.

Let me explain, biometric passports have been equipped with an NFC chip since their introduction 15 years ago.

Many of these passports have a feature called “active authentication” that verifies if the NFC chip has been cloned or not.

To do so the verification terminal sends a challenge to the NFC chip, a private key contained in the chip then signs the challenge and returns the signature.

It is also noteworthy that the NFC chip’s private key cannot be extracted from it, at least not easily and that it’s public key is signed by a Document Signing Certificate from the government.

So how could this help with POW?

Well, signing a challenge with a private key is similar to using sha256 or any other hashing algorithm in the sense that it will create an unpredictable and unique output for any provided input.

In this scenario passports would try to mine a block by signing it, until they find a signature that matches a certain difficulty requirement just like it is the case with the classical POW.

It is to assume that passport chips are similar enough so that they would provide a similar signing rate per second. Making it probably the most egalitarian POW mechanism that could exist.

Using the NFC Chip of the Passport to Do Proof-of-Work

This is how passport mining could look like, the passport or the left is using a smartphone, the one on the right an NFC reader connected to a computer

Conclusion

I am surprised that so little has been done to combine the NFC capabilities of passports with the blockchain and hope that this field will be explored in the future.

The passport POW is an interesting approach and this is why I decided to share it here but it faces some problems. What if a hardware hacker is capable to recover the private key from the NFC chip for example? I am not expert enough to say how realistic this is.

Related work

Some related work has already be done in the direction:

ubic.app — Is using the NFC chip to distribute newly minted coins to people who have authenticated the NFC chip of their passport (similar to what described previously but without mining), about 10,000 passports are registered on the UBIC blockchain.

q.org — Q was intending the NFC chip of the passport to distribute their coin. The project is now defunct despite having them spend $500,000 on the domain name.


以上所述就是小编给大家介绍的《Using the NFC Chip of the Passport to Do Proof-of-Work》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Objective-C编程

Objective-C编程

[美] Aaron Hillegass / 夏伟频、李骏 / 华中科技大学出版社 / 2012-9-25 / 58.00元

《Objective-C编程》讲述Objective-C编程语言和基本的iOS/Mac开发知识。作者首先从基本的编程概念讲起(变量、条件语句、循环结构等),接着用浅显易懂的语言讲解Objective-C和Foundation的知识,包括Objective-C的基本语法、 Foundation常用类 、内存管理、常用设计模式等,最后手把手教读者编写完整的、基于事件驱动的iOS/Mac应用。作者还穿插......一起来看看 《Objective-C编程》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具