Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.07 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.07 KB

MorseSteg

Morsesteg is a type of Stegnography tool used to encode and decode a message in an image.

Setup and Usage

  1. Upgrade pip.
  2. pip install -r requirements.txt
  3. Clone this repo to your local machine.
  4. Help:

  $ python morsesteg.py -h
  usage: python morsesteg.py [-h] [-e ENC_IMG] [-d DEC_IMG]

  optional arguments:
    -h, --help  show this help message and exit
    -e ENC_IMG  To Encode a message into an image
    -d DEC_IMG  To Decode a message from an image
  1. To Encode:

  $ python morsesteg.py -e test.png        
  Please enter data to encode : plan is scheduled at 10:00 pm tomorrow
  The Encoded message is saved in testen.png
  1. To Decode:

  $  python morsesteg.py -d testen.png
     Decoding Message...
     PLAN IS SCHEDULED AT 10:00 PM TOMORROW

Contributors

License

This software is licensed under the terms of the MIT License.