A secure no-persistence way to convert confidential data into encrypted QR codes, and vice-versa. If the secret doesn't fit into a single QR code, it is automatically split into multiple QR codes (the decoding process knows how to reassemble them later).
echo "MYSECRET" | qrstream -p prompt encode > my-secret-qr.png
echo "MYSECRET" | qrstream -p prompt encode | lpr
echo "MYSECRET" | qrstream -p prompt -i camera decode > outfile
cat my-secret-qr.png | qrstream -p prompt decode > outfile
SPDX-License-Identifier: Apache-2.0 OR MIT
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.