Steganographic tool to encrypt files and hide them inside of .jpeg images
-
Updated
Dec 17, 2024 - Python
Steganographic tool to encrypt files and hide them inside of .jpeg images
A Python GUI tool for learning classical encryption & decryption. Supports Caesar, Playfair, Rail Fence, ROT13, Substitution & Vigenère ciphers. Includes file handling, modular design, and error messages. Built with Tkinter for an interactive, educational cybersecurity experience.
This Python tool provides a flexible way to encrypt and decrypt files using Stored Key Method and Password-Based Key Derivation.
Encrypting and Decrypting Image using PIL library by swapping pixels values.
A Python GUI tool for learning classical encryption & decryption. Supports Caesar, Playfair, Rail Fence, ROT13, Substitution & Vigenère ciphers. Includes file handling, modular design, and error messages. Built with Tkinter for an interactive, educational cybersecurity experience.
🔐 Implement the Rail Fence Cipher in Python to learn classical zigzag transposition encryption and decryption with clear, structured code.
Simple app for encryption and decrypting files.
Provide a GUI tool for CTF challenges that supports multiple ZigZag cipher variants with easy Python setup using Tkinter and numpy.
Encrypting files with AES algorithm.
Add a description, image, and links to the encryption-decryption-tool topic page so that developers can more easily learn about it.
To associate your repository with the encryption-decryption-tool topic, visit your repo's landing page and select "manage topics."