This repository was created to serve as a backup for my local project, Steganography ASCII Art.
Encode: img2ascii {Inverted(0/1)} {ImageFilePath(path/file.png)} {MESSAGE}
Example - img2ascii 0 "./sampleImageFile.png" "Hello, World!"
Decode: img2ascii {TextFilePath(path/file.txt)}
Example - img2ascii "./outputTextFile.txt"
These are just the examples of ASCII Art generated, for the Steganography aspect of this project feel free to clone the repository and try it out.