Author

Topic: Flipqr, transfer long text or small file over air gap (Read 1085 times)

hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
Could you make an Android or iOS app for this?

   -MZ
member
Activity: 74
Merit: 28
what's fipqr?

It is simple application for transfer data between computers through QR code movies.
It split long string to multiple parts, when every parts data were transferred, join every parts into one string or one file, then verify md5 check-sum to make sure data integrity.

why flipqr?

When use cold wallet(offline PC), we need a way to transfer data between offline PC and online PC.
The network is not available in offline PC, most people use USB stick transfer data. but affected USB stick is not security. if you worry about USB stick risk, try flipqr.

Source
https://github.com/huanghq/flipqr

Installation

Ubuntu:

Code:
sudo apt-get install python-zbar
sudo apt-get install python-qrcode
git clone https://github.com/huanghq/flipqr.git
cd flipqr/
python flipqr

Windows:

Standalone Executable: flipqr-0.1-win32.zip
md5: 9f9c82e22a30ad364292d71a24790010


Other OS
1 install dependencies: python, PyQt4, python-zbar, python-qrcode
2 install flipqr
Code:
git clone https://github.com/huanghq/flipqr.git
cd flipqr/
python Flipqr



Jump to: