Skip to content

Beta Release - v0.1.0

Choose a tag to compare

@Vyzer9 Vyzer9 released this 26 Jul 00:46
· 78 commits to main since this release

🚀 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 of secure_encode and secure_decode with 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 decode process 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