├── .gitignore ├── Decode.c ├── Encode.c ├── LICENSE ├── README.md ├── Stegano_header.h ├── Steganography.c ├── linux.bmp └── secret.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bapzz/Steganography-In-C/HEAD/.gitignore -------------------------------------------------------------------------------- /Decode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bapzz/Steganography-In-C/HEAD/Decode.c -------------------------------------------------------------------------------- /Encode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bapzz/Steganography-In-C/HEAD/Encode.c -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bapzz/Steganography-In-C/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bapzz/Steganography-In-C/HEAD/README.md -------------------------------------------------------------------------------- /Stegano_header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bapzz/Steganography-In-C/HEAD/Stegano_header.h -------------------------------------------------------------------------------- /Steganography.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bapzz/Steganography-In-C/HEAD/Steganography.c -------------------------------------------------------------------------------- /linux.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bapzz/Steganography-In-C/HEAD/linux.bmp -------------------------------------------------------------------------------- /secret.txt: -------------------------------------------------------------------------------- 1 | Good Afternoon Everyone. --------------------------------------------------------------------------------