Skip to content

Instantly share code, notes, and snippets.

@delvison
Created April 20, 2022 00:18
Show Gist options
  • Save delvison/e5549b700369df73e83dbaa33bfe06a6 to your computer and use it in GitHub Desktop.
Save delvison/e5549b700369df73e83dbaa33bfe06a6 to your computer and use it in GitHub Desktop.
#!/bin/bash
# decrypt an encrypted QR code
zbarimg "${1}" --raw -q | gpg -d | base64 -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment