Show HN: Hiding a secret message in plain sight with Steganography

smalltorch1 pts0 comments

This is a combination of my hobby project The ed cipher and a small steganography engine stego.py (also in the repo) that allows you to hide a secret message within a paragraph of text. The python program pipes the input into the ed program, where it gets encipher, then back to the engine that generates a fake story.If one piece of the message is missing it will not decode.repo https://gitlab.com/here_forawhile/edasm

message secret steganography engine repo program

Related Articles