Secure QR Steganography and Encryption Tool
Project description
QR Stego Secure
This tool securely hides encrypted messages inside QR codes using AES encryption and LSB steganography. The visible QR contains a decoy message, while the real message is hidden inside the image.
🚀 Features
- 🔐 AES-256-CBC encryption using passphrase
- 🖼️ LSB-based steganography to embed encrypted data in QR code images
- 🪄 Automatically generated decoy messages for QR readability
- ✅ Safe offline encryption/decryption
- 🧹 Optionally wipe hidden data after decoding
🔧 Installation
pip install .
Install from PyPI:
pip install qr-stego-secure
Usage
Encode a secret message:
qr-stego --encode --message "Secret123" --passphrase "myp@ss" --image "secret_qr.png"
Decode a secret message:
qr-stego --decode --passphrase "myp@ss" --image "secret_qr.png"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qr_stego_secure-1.0.5.tar.gz
(4.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qr_stego_secure-1.0.5.tar.gz.
File metadata
- Download URL: qr_stego_secure-1.0.5.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4c582951ff457e076fc4265ff079961a11c99a6a5aede689f3e887a5adb0d7f
|
|
| MD5 |
7415c5b09bfcf243ff1f0be24ee4d8ab
|
|
| BLAKE2b-256 |
054207383d6a282c6dfb6c261a800e534a459bd15523798e14d2e4d4401d8eff
|
File details
Details for the file qr_stego_secure-1.0.5-py3-none-any.whl.
File metadata
- Download URL: qr_stego_secure-1.0.5-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
277ede5bc55650184d1ec0368ccc39a1f4f6163580b4e1d7de6526ea49257b32
|
|
| MD5 |
7fdf39e15f34e36ddb42d97bb5f3c01b
|
|
| BLAKE2b-256 |
7406d1c4133138781d830b7379940b9156579f14cf5d7d43e3228989f264caa3
|