dlnet

所属分类:图形图象
开发工具:JavaScript
文件大小:151KB
下载次数:0
上传日期:2018-11-09 09:48:40
上 传 者sh-1993
说明:  基于去中心化IPFS的QRCode下载链接器
(decentralized IPFS based QRCode download linker)

文件列表:
LICENSE (11357, 2018-11-09)
key.png (2686, 2018-11-09)
package-lock.json (593941, 2018-11-09)
package.json (969, 2018-11-09)
public (0, 2018-11-09)
public\favicon.ico (3870, 2018-11-09)
public\index.html (1572, 2018-11-09)
public\manifest.json (306, 2018-11-09)
src (0, 2018-11-09)
src\App.css (468, 2018-11-09)
src\App.js (637, 2018-11-09)
src\App.test.js (248, 2018-11-09)
src\components (0, 2018-11-09)
src\components\QRDownloader.js (6485, 2018-11-09)
src\index.css (380, 2018-11-09)
src\index.js (1127, 2018-11-09)
src\logo.svg (2671, 2018-11-09)
src\serviceWorker.js (4948, 2018-11-09)
transfer.png (2991, 2018-11-09)

# DLNET This is a small project that solves an issue when dealing with QR codes and security related issues when moving them. More and more projects especially in the crypto space use QR codes for logging in or convey information. However! It is usually very difficult without the use of external applications to get a QR code safely from one machine to the other. The only requirement is that the receiving machine has a camera. Only visual information is used to convey information. * QR Code AAA contains some information that is generated on device one. Device one can download the QR code and potentially upload it later but device two doesn't have access to this information. * Device one generates an a QR code that points to an IPFS hosted application that everything after the pound/hash sign (#). This part will never leave your browser. The part after the HASH sign contains information like the filename and the QR code size. * It also contains the AES encrypted information that you want to send to device two and a hashed random number for decryption key validation. * Device one creates a second QR code that has the AES key and encrypted random number. * Device two now scans QR code one, it gets directed to the IPFS hosted page. * The IPFS page will interpret the data and if encrypted will prompt for a key. Device two can now scan QR code two to decrypt the information that was send (and is present in browser history). * Once scanned it creates the AAA QR code with the given information and downloads it with the filename provided in the first QR code. Below an example on how to convey a QR code that contains 'Hello world!' in a safe way to any device with only a camera and internet (which is only required to download the page from IPFS). 100% decentralized! ### Scan this first: ![alt text](https://github.com/ovanwijk/dlnet/blob/master/transfer.png "Transfer QR") ### When asked scan this following code ![alt text](https://github.com/ovanwijk/dlnet/blob/master/key.png "Key QR") Now you received your Hello World QR code! ## Add this page to IPFS! ipfs pin QmXLmVTka5YHJpX7vomGEUrhZGDMQXz2RSBNVGinuaXHf2

近期下载者

相关文件


收藏者