Skip to content
/ C-rypt Public

Easy-to-Use Steganography tool entirely written in C.

License

Notifications You must be signed in to change notification settings

rdWei/C-rypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOC

Description

C-rypt is a software written entirely in C. It enables encryption and decryption of text from an image (Steganography), which can be easily shared via messaging apps like WhatsApp or Telegram. The software features a straightforward and intuitive GUI interface.

Why

C-rypt serves as a personal project aimed at honing my skills in C programming. As I am currently learning the language, C-rypt provides a practical avenue to apply theoretical knowledge to real-world scenarios, particularly in cryptography and graphical user interface development.

Showcase

Before After

Limitations

  • Messages support alphabetical letters and spaces.
  • Supported image format: PNG.
  • Maximum character count: depend on the size of the image (if x = 600 then max char = ~900)

See TODO

Dependencies

To compile C-rypt, you will need the following libraries:

Compile

mkdir build
cd build
cmake ..
make
cd ..
./out/C-rypt

Usage

Here is a video that explains how to use C-rypt

Todo

  • Increase maximum character limit to 1000.
  • Add support for special characters such as ?, !, &, :, ., and numbers in messages.

Contributing

If you'd like to contribute, you can submit a pull request with your changes or open an issue to report any problems or feature requests.

About

Easy-to-Use Steganography tool entirely written in C.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published