Beta Release - v0.1.0
🚀 Beta Release - v0.1.0
This is the first beta version of the C2-Educational-Steganography project.
The goal of this version is to provide a functional foundation for encoding and extracting payloads from images, using security and encryption protocols.
✨ Features
- Payload Encoder/Decoder:
Allows embedding and extracting messages from images. - Secure Protocol:
Implementation ofsecure_encodeandsecure_decodewith encryption (Fernet). - Base64 Messages:
Converts messages to Base64 format for transport. - Modular Structure:
Organized folders:payload_encoder/,payloads/,shared/.
⚠️ Notices
- This version is still in the testing phase. - Possible bugs in the
decodeprocess and the encryption key (Fernet). - Do not use in production environments.
🛠 How to run
# Embed
PYTHONPATH=. python3 payload_encoder/output/embed_payload.py
# Extract
PYTHONPATH=. python3 payload_encoder/output/extract_payload_img.py