Image cryptography techniques
- Updated
Oct 5, 2021 - Python
Image cryptography techniques
A simple image encryption and decryption tool using XOR with seed-based key generation. Supports RGB pixel-level encryption, histogram analysis, and multi-seed operations.
raw shellcode to xor with c++ sutable byte array
This is a small GUI-based file encryptor with RSA only written in python
Tool for changing localized strings in the Fall Guys
A simple and flexible XOR encryption tool for text and files. Supports custom keys (string or hex) for encryption and decryption, ideal for basic data obfuscation.
A demonstration on how XOR encryption works using Python where the user can encrypt and decrypt a 32 character message in real-time
Console Based Password Manager
A simple program to simulate a Quantum Key Exchange (QKE) algorithm, written in Python3.
bruteforce xor key and message
A simple Python CLI password manager using XOR cipher encryption.
University Cryptography Course Repository
A combination of Huffman compression and xor block cipher encryption.
A simple Python script to find the key used in a XOR cipher. With a cleartext message and its XOR encrypted message, you can use this tool to find the key used to encode the messages. This can allow you to break future messages using the same XOR cipher key as well as encrypt your own messages with the same method.
A simple demo of the XOR masking techinque for constant obfuscation.
📌 Encryption-Decryption using a Key - Faculty Project
Add a description, image, and links to the xor-encryption topic page so that developers can more easily learn about it.
To associate your repository with the xor-encryption topic, visit your repo's landing page and select "manage topics."