Original Repo: SamRB-dev/Kry0Steg
Kry0Steg is a simple cryptographic toolkit providing classical ciphers, hashing, encoding and steganography tools with graphical user interface written with C++ and GTK C++ binding called GTKmm. Our project was heavily inspired by the tools like Cryptii, CyberChef and aims to provide the tools natively without requiring internet connection.
-
General Symmetric Ciphers
- Ceasar cipher
- Rot13
- Atbash
- Affine
-
Encoders, Type: Header
- text => hex
-
Hashing
- MD5
- SHA1
- SHA256
-
Steganography
- Null cipher (Text steg)
sudo pacman -Syu base-develsudo pacman -Syu gtkmm-4.0sudo pacman -Syu opensslg++ Kry0Steg-GUI.cpp -o Kry0Steg `pkg-config --cflags --libs gtkmm-4.0` -l ssl -l cryptoor execute make file
make- pacman -Syuu
- pacman -S mingw-w64-x86_64-toolchain base-devel
- pacman -S mingw-w64-x86_64-{gtkmm-4.0,openssl}