Encrypt and decrypt messages in images.
steganography.exe [flags] [path_to_image] ["message to encrypt"]
- -i | --info path_to_file => prints information about file specified in path_to_file
- -e | --encrypt path_to_file "message to encrypt" => checks if message can be encrypted in the image specified in path_to_file and codes it inside
- -d | --decrypt path_to_file => decrypts message encrypted in the file
- -c | --check path_to_file "message_to_encrypt" => checks if message can be encrypted in the image specified in path_to_file
- -h | --help => default flag. Shows usage and specs of the program
- For now, only PPM and BMP images are supported
Used CMake bundled with CLion.