QR-code inception
70 points Hard

My boss read in a magazine that people in China are using QR-codes to pay goods. He thinks it is the future and he wants QR-codes everywhere from the company website to his coffee machine. To meet my new boss requirements, he asked me to write an application generating QR-code. I spent days on it as scope always changes.

Thanks god, the week-end is there and I can forget about these QR-codes. Yesterday, I watched "Inception" by Christopher Nolan, it was great but the night after did not turn well and I got strange dreams.

I am sharing with you a picture I took during my dream (yes I can because I am a hacker). Welcome to my QR-code inception...

inception.png
Flag
Rating 4.83
5
4
3
2
1

Discussion

WoW... This hacker really likes QR codes... I will dream of QR Codes...

0
Protected
0

Haha this was a very fun challenge! I used pyzbar, it does work with small QR codes, just leave 1 extra pixel each side!

0
0

Nightmare... Python: PIL. Had to resize QR codes to 400x400 pixels. Also you have to use only QR codes with white background (use invert function from PIL). Tried to use pyzbar but it wasn't working with that small QR codes (even after resize). ZBar: Decode of extracted QR codes. Powershell: Script to open image files with QR codes in order. Base64 to Image.

1

WoW, this was awesome challenge! Even thougt my code is a total mess. 10/5 !

1
Protected
0

Is there any easy way to do this rather than manual work? if so do let me know.

1
Protected
0

i dont know python therefore i spent 3 hrs in scanning each of those qr codes .but finally solved . only thing i get u knew in this challenge is base64 string to png

0