| Crates.io | qrstream |
| lib.rs | qrstream |
| version | 0.1.0 |
| created_at | 2023-08-14 10:24:09.857647+00 |
| updated_at | 2023-08-14 10:24:09.857647+00 |
| description | A secure no-persistence way to convert confidential data into QR codes, and vice-versa |
| homepage | https://github.com/amodm/qrstream-rs |
| repository | https://github.com/amodm/qrstream-rs |
| max_upload_size | |
| id | 944013 |
| size | 103,906 |
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.