Skip to content

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

License

Notifications You must be signed in to change notification settings

Sarath-24/MorseSteg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages