Bitcoin Forum
May 26, 2024, 12:38:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: offline QR Code software with selectable error correction level?  (Read 1207 times)
Dabs (OP)
Legendary
*
Offline Offline

Activity: 3416
Merit: 1912


The Concierge of Crypto


View Profile
April 01, 2013, 08:07:39 AM
 #1

Is there any offline QR code creation or generation software with selectable error correction level? I have kept looking, but almost all the ones I see are online.

Maybe there are some where I can save the web pages and test if they work offline? I am looking for Windows programs if there are any.

aantonop
Full Member
***
Offline Offline

Activity: 196
Merit: 116


Entrepreneur, coder, hacker, pundit, humanist.


View Profile WWW
April 01, 2013, 10:54:50 AM
 #2

bitaddress.org runs offline. Does it have a variable error rate QR coder (it has a coder capable of different size code, that's for sure).

Bitcoin entrepreneur - OpenBitcoinStore,SafePaperWallet,BitcoinPressCenter.org... and more.
Host on LetsTalkBitcoin.
CIYAM
Legendary
*
Offline Offline

Activity: 1890
Merit: 1078


Ian Knowles - CIYAM Lead Developer


View Profile WWW
April 01, 2013, 10:58:21 AM
 #3

You can also use brainwallet.org offline and from memory the .js has arguments for the type of QR code and level of error correction (I did play around with the QR code "type" but didn't play with the error correction).


With CIYAM anyone can create 100% generated C++ web applications in literally minutes.

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
Dabs (OP)
Legendary
*
Offline Offline

Activity: 3416
Merit: 1912


The Concierge of Crypto


View Profile
April 02, 2013, 12:07:01 AM
 #4

bitaddress would be perfect but I want it to have some modifications:

1. bulk wallet (and paper wallet) using compressed keys.
2. QR code error options for both public and private keys.

I may end up manually generating compressed keys and manually loading them into some QR code generator with error correction level H (high or 30%). Then print a few per page or even one per page.

Brainwallet.org currently has no easily accessible options for QR code, I am guessing you had to play with the source files and do a little editing there.


etotheipi
Legendary
*
Offline Offline

Activity: 1428
Merit: 1093


Core Armory Developer


View Profile WWW
April 02, 2013, 05:41:58 AM
Last edit: April 02, 2013, 06:27:09 AM by etotheipi
 #5

bitaddress would be perfect but I want it to have some modifications:

1. bulk wallet (and paper wallet) using compressed keys.
2. QR code error options for both public and private keys.

I may end up manually generating compressed keys and manually loading them into some QR code generator with error correction level H (high or 30%). Then print a few per page or even one per page.

Brainwallet.org currently has no easily accessible options for QR code, I am guessing you had to play with the source files and do a little editing there.

If you install Armory on the offline computer, you can modify the python code to do what you want.  Armory has QR codes everywhere -- and there's a simple wrapper around a python-qr library that says "give me the smallest qr code that holds these X bytes", and it spits out a  NxN matrix of 1s and 0s which represents the QR code.  In Armory, that NxN may equal 53x53, so I scale draw a bunch of 5x5 black and white boxes to make a 265x265 pixel QR code.    Of course, that's already wrapped up, you can just put a QRCodeWidget anywhere with any data you want.  Create a new dialog, or butcher one of the existing ones, add QR codes to it.

(P.S. - if you're in Windows, ignore this... it's a total PITA to get Windows setup with all the dependencies to run the python scripts, and load Armory... it's fairly trivial in linux, though)


Founder and CEO of Armory Technologies, Inc.
Armory Bitcoin Wallet: Bringing cold storage to the average user!
Only use Armory software signed by the Armory Offline Signing Key (0x98832223)

Please donate to the Armory project by clicking here!    (or donate directly via 1QBDLYTDFHHZAABYSKGKPWKLSXZWCCJQBX -- yes, it's a real address!)
Jeweller
Newbie
*
Offline Offline

Activity: 24
Merit: 1


View Profile
April 02, 2013, 06:25:54 AM
 #6

Is there any offline QR code creation or generation software with selectable error correction level? I have kept looking, but almost all the ones I see are online.


Can't help with windows but linux has QtQr.  Works great.
I wouldn't feel safe generating and printing private keys in windows anyway though.  Just get a usb flash drive and put some bootable linux on it, and boot from there.

And maybe unplug your sata cables if you're real paranoid.
Dabs (OP)
Legendary
*
Offline Offline

Activity: 3416
Merit: 1912


The Concierge of Crypto


View Profile
April 02, 2013, 06:57:00 AM
 #7

I found Zint Barcode Studio. It also has a portable version. Just what I need, I think. Still, it would be nice if someone makes an integrated wallet tool. While bitaddress is fine, I have seen the speed with which vanitygen makes keys, even on a CPU only machine (with no GPU).

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!