Skip to content

Instantly share code, notes, and snippets.

@delvison
Created April 20, 2022 00:17
Show Gist options
  • Save delvison/6466d8e66d0af34318e0ed89d99f78d8 to your computer and use it in GitHub Desktop.
Save delvison/6466d8e66d0af34318e0ed89d99f78d8 to your computer and use it in GitHub Desktop.
#!/bin/bash
# create an encrypted QR code
echo -n "$@" | base64 | gpg -c --armor -o - | qrencode -o encrypted_qr.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment