DarkWrite
Secure communication through invisible data
Trust no platform. Assume no security. Everything is monitored. The only way out? Protect
yourself.
Encryption isnβt enough : Makes your messages disappear into the darkness.
Why DarkWrite?
Advanced Steganography
Hide messages or files inside images by modifying pixel data. Your secrets stay invisible until you decide to reveal them.
Military-Grade Encryption
Messages and files are encrypted using AES-256-GCM, one of the most secure encryption algorithms available today.
Steganography Detection Evasion
DarkWrite uses LSB combined with obfuscation to help evade detection by steganalysis tools.
End-to-End Encryption
Planned support for secure key exchange and message confidentiality between sender and receiver.
Open Source
Fully open-source and auditable code. Your privacy tools should be transparent and trustworthy.
β οΈ Security Warning
This project is still in early stages and has not received external security review and may contain vulnerabilities. Do not use for sensitive use cases.
Installation
wget https://codeberg.org/judemont/DarkWrite/releases/download/latest/darkwrite chmod +x darkwrite sudo mv darkwrite /bin
Usage Examples
Hide a Secret Message
darkwrite hide "My secret message" input.png
Hide with Encryption
darkwrite hide "My message" input.png --key "my_secret_key" --output "result.png"
Hide a File
darkwrite hide-file "secret.pdf" input.png --key "my_secret_key" --output "result.png"
Extract Hidden Data
darkwrite extract "result.png" --key "my_secret_key" --output "extracted_file.pdf"
For complete usage documentation and advanced options:
View Complete Documentation