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
Inspired by the emergence of the Cicada 3301 group, I thought a fun way to introduce myself to cryptography/steganography was to create a program that conceals text, images, sound, and videos onto one master image. My main strategy in concealing information is Least Significant Bit manipulation, which isn't necessarily secure from image distorti…