StegoBin

Binary Steganography

Usage : python ./main.py [hide/extract] [OPTIONS]

hide options :

-f <file_path> \tCover file
-d <file_path> \tData file
-p <string>\tpassword
-o <file_path>\tOutput file 

extract options : 
-f <file_path> \tfile to extract data from 
-p <string> \tpassword
-o <file_path>\tOutput file 

-h/--help\tPrint this help 

StegoBin is a Binary Stegnography Tool which stores data of one file to another Binary File using encryption key.