C0VERTX   – P4ul Jeremi4h

An Art Of Plain Sight Steganography !

C0vertX (Steganography Tool)  – P4ul Jeremi4h

❯ Hiding a Secret Text in a plain sight

Usage :

image

ZWSP

commonly abbreviated ZWSP this character is intended for invisible word separation and for line break control; it has no width, but its presence between two characters does not prevent increased letter spacing in justification

[p4ul@Earth~]$ cat Author.txt

P4ul Jeremi4h

❯ Usage :

Encoding :

python3 c0vertX.py -e <secret text>  <encodedoutput_filename> 

Example :

❯ python3 c0vertX.py -e 'The-super-secret-forever' secret.txt

file saved as : secret.txt

content of   secret.txt :

❯ head secret.txt








Decoding :

python3  c0vertX.py -d <encoded-text-file>

Example :

python3 c0vertX.py -d secret.txt

The-super-secret-forevercat  decoded.txt

The-super-secret-forever

Built With :

Python

Tools Used :

Visual Studio Code

Arch

GitHub

[+] About :

0.Command Line Steganography Tool  Written in Python

1. Command Line support 

2.Easy to Automate

3.Both Encode and Decode Option

License :

MIT

GitHub

View Github