A simple Tool that spread or hide the ciphered text across the random Text inside a file !
In order to use the tool first install all the requirements from requirements.txt as
pip install -r requirements.txt
then simply navigate to src dir and run python ./hideME.py
It simply ask for the file name and write random words into it , the size of the random words can be increased manually! and then hide the hidden text
It can also be used to extract the hidden data from the file and decrypt it
by passing the sequnce in it, the sequence is generated by using the secret module
chao~


