Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steganography project

Encrypt and decrypt messages in images.

Usage

steganography.exe [flags] [path_to_image] ["message to encrypt"]

Available flags

  • -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

Supported files

  • For now, only PPM and BMP images are supported

Compilation

Used CMake bundled with CLion.

Releases

Packages

Contributors

Languages