Skip to content

adamwilczynski/bmp-steganography

Repository files navigation

bmp-steganography

course: Computer architecture with low-level programming

Project description

Only supports BM header BMP-files

Running with project arguments

Encoding

[input_filename.bmp] [output_filename.bmp] "[message]"

example: tux.bmp tux_encoded.bmp "Programming in C is hard."

encoding_example.png

The visuals of image tux.bmp does not change.

Decoding

[input_filename.bmp]

example: tux_encoded.bmp

decoding_example.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published