Steganography project for Intro to Computer Security - Spring 2018
- Be working on an Macintosh OS
- It should work on any OS, but I will only be outlining exactly how I have it set up on my machine
- Open a terminal and install Homebrew Package Manager for Mac OS
-
This command should install it:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
Run the command "brew install python"
-
If PIL (Python Image Library) is installed, UNINSTALL IT BEFORE CONTINUING
-
Now you should be able to run the command "pip2 install pillow"
-
Clone this repo to your machine
-
Open a terminal, navigate to the folder
-
Type the command "python2.7 Run_Steg.py"
- You MUST use Python 2.7 or the program may not work
- Follow the on screen prompts for the program