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.
In questa repository pubblico due codici che ho creato per il mio studio di python: due programmi di criptazione, il primo che usa il metodo del Cifrario di Cesare, il secondo che usa la manipolazione bitwise con operatore XOR
XORPHER - Advanced XOR encryption tool for antivirus/EDR evasion. Features rotating XOR, multi-layer encryption, polymorphic algorithms, and automatic C code generation for dropper development. Educational tool for security research.
raw shellcode to xor with c++ sutable byte array
This is a small GUI-based file encryptor with RSA only written in python
CLI FILE ENCRYPTION SYSTEM USING XOR OPERATOR
Console Based Password Manager
A demonstration on how XOR encryption works using Python where the user can encrypt and decrypt a 32 character message in real-time
Tool for changing localized strings in the Fall Guys
A simple program to simulate a Quantum Key Exchange (QKE) algorithm, written in Python3.
A simple Python CLI password manager using XOR cipher encryption.
bruteforce xor key and message
A combination of Huffman compression and xor block cipher encryption.
University Cryptography Course Repository
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.
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."