Skip to content

Instantly share code, notes, and snippets.

@brianddk
Created June 2, 2015 06:11
Show Gist options
  • Select an option

  • Save brianddk/813e2012f2a1d2a4ff67 to your computer and use it in GitHub Desktop.

Select an option

Save brianddk/813e2012f2a1d2a4ff67 to your computer and use it in GitHub Desktop.
QR Code enc/dec
ls -l | gzip | openssl enc -a | qrencode -o test.png; zbarimg --raw -q -Sdisable -Sqrcode.enable test.png | openssl enc -d -a | gzip -d
# ref: http://stackoverflow.com/questions/27233351
# cygwin-qrencode
# win32-zbarimg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment