xor-cipher
There are 117 repositories under xor-cipher topic.
xor_cipher
XOR string encryption and decryption methods in Cpp and CSharp
trident
Password management and cryptography tool
Kryptor
Kryptor is a crypting tool Kryptor can crypt XoR and Cesar for only files [.ZIP .JPEG .JPG .XLS .SYS .BAT .LOG ... all types of files !] [excluding folders] Cesar is only for words
HexCoder
Encryption processor
inzcrypt
Powerful file encryption, decryption util using AES, DES, XOR, etc...
xorcipher
School project for my second year of Computer Science at University Paul Sabatier Toulouse
StegTool
stegtool is a steganography tool which can embed or extract data from image files..
Registration-and-Login-System-Cpp
A C++ project that provides user registration with email and password, featuring email validation using regular expressions, password length validation, and secure password management with options for resetting passwords. Future plans include implementing a cipher algorithm for enhanced data protection.
xorcipher
XOR Cipher library for Go
xor-ransomware
A POC ransomware to troll your friends. Encrypt and Decrypt a Windows computer using basic xor encryption.
tplink-smartplug
tp-link command list and cipher functions in c
quantum-key-exchange
A simple program to simulate a Quantum Key Exchange (QKE) algorithm, written in Python3.
CryptoQuail
[outdated] A Python cryptography package with more features, simplicity, and quality.
Cipher
Two cipher algorithms developed in C language as part of my studies : Xor and Cbc.
PandaCipher
Symetrical encryption/decryption program
bcc
BCC校验(逐位异或校验)
argon2-xor
Encrypt and Decrypt Files (password based symmetric encryption)
XOR-Encryption-GUI
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
xor-cipher-bash
An XOR cipher port in Bash / Shell Script
Link-Shortner
Python Link Shortner Script using XOR Cipher
hex-xor-cipher
xor cipher for shift base encrypting and decrypting hexadecimal string
paper-cryptor
Simple symmetric encryption tool made on paper, written in C.
coding-theory
Examples of Coding Theory
compress-archiver
This project is a simple archiver for images (jpg-files). With a simple encryption and decryption function.
MorseBit-Protocol
A simple, single-wire communication protocol that transmits data between 2 BBC Micro:Bit devices using GPIO pins.
xor-decoding
Semi-automatically decode xor-encoded text files, including key discovery
MATLABit
🍌 First app in Swift including a Fruit Ninja, a Tinder and many funny useless features
CipherCracker
Information Security Management
xor-c
xor cipher in c language
One-Time-Pad
This is a simple implementation of the One Time Pad encryption algorithm. The One Time Pad is a symmetric encryption algorithm that uses a key that is (at least) as long as the message to encrypt. The key is generated randomly and is only used once. The key is then XORed with the message to encrypt it.
ImgCrypt
Image Encryption and Decryption Tool
XOR_AES_EncryptionApp
A Simple text ecryption application uses a layer of XOR and AES encryption algorithims.