Created
April 20, 2022 00:17
-
-
Save delvison/6466d8e66d0af34318e0ed89d99f78d8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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