You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steganography is the art of implanting content in a file, by inserting the underline data in the parent file's least significant bits.
Usage:
python3steganography.py(--encode|-e)"I know someday you'll have a beautiful life, I know you'll be the sun in somebody else's skys, but whyy! whyy! whyyy... can't it be, oh can't it be mineeeeeee... ahhh"python3steganography.py(--decode|-d)
# returnstheunderline text: "I know someday you'll have a beautiful life, I know you'll be the sun in somebody else's skys, but whyy! whyy! whyyy... can't it be, oh can't it be mineeeeeee... ahhh"python3steganography.py(--diff|-c)
# returnsthedictionary{'pixels': 157920,'diff': 41}-indicatinghowfararethe2imagesfromeachother(atmost3foreachtgbcellportion)