A tool to analyze multi-byte xor cipher
-
Updated
May 9, 2023 - Python
A tool to analyze multi-byte xor cipher
Simple encryption tool designed to perform a bitwise XOR operation (XORing) on the contents of files with specific extensions in a given directory or file path. The XOR operation is executed using a user-defined key to encrypt the data.
Article here: http://muonray.blogspot.com/2022/02/quantum-encryption-of-images-in-python.html The definition of image encryption used here is an extension of data encryption in general: using the bitwise XOR operation of the original image pixels and the random key image pixels, with the key image being either a pseudo-random stream cipher or th…
Basic decryption tool
Simple {scripts for ctf`s and challenges/python irc bot/automating stuff etc.}
A Python Tool to encrypt all types of files using AES and XOR Algorithm.
Unbreakable encryption combination [ Byte Shuffle | reverse-bits | bit-padding | byte-to-decimal | decimal-to-byte | XOR Key ]
Password management and cryptography tool
A simple program to simulate a Quantum Key Exchange (QKE) algorithm, written in Python3.
[outdated] A Python cryptography package with more features, simplicity, and quality.
To demonstrate the power of the XOR logic gate I created a few functions in Python that converts an ASCII string and a shift key(integer), converts them to binary and runs the XOR gate on them to produce a XOR encrypted string
Python Link Shortner Script using XOR Cipher
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.
Simple function to implement XOR 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.
This repository holds assignments during taking the course. Includes basic XOR cipher with DHKE
Unlock the world of clandestine communication with Python's XOR cipher, enabling the concealment and revelation of messages through sophisticated encryption and decryption techniques.
Add a description, image, and links to the xor-cipher topic page so that developers can more easily learn about it.
To associate your repository with the xor-cipher topic, visit your repo's landing page and select "manage topics."