xor-cipher

There are 117 repositories under xor-cipher topic.

  • Image-Processor

    Image-Processor

    Language:Java2
  • crypto_hacks

    Language:Python1
  • xor_cipher

    XOR string encryption and decryption methods in Cpp and CSharp

    Language:C++2
  • trident

    trident

    Password management and cryptography tool

    Language:Python2
  • 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

    Language:Python2
  • HexCoder

    Encryption processor

    Language:C++2
  • inzcrypt

    Powerful file encryption, decryption util using AES, DES, XOR, etc...

    Language:Java2
  • xorcipher

    School project for my second year of Computer Science at University Paul Sabatier Toulouse

    Language:C2
  • StegTool

    stegtool is a steganography tool which can embed or extract data from image files..

    Language:Java2
  • Registration-and-Login-System-Cpp

    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.

    Language:C++1
  • xorcipher

    XOR Cipher library for Go

    Language:Go1
  • xor-ransomware

    A POC ransomware to troll your friends. Encrypt and Decrypt a Windows computer using basic xor encryption.

    Language:C1
  • tplink-smartplug

    tp-link command list and cipher functions in c

    Language:C1
  • quantum-key-exchange

    A simple program to simulate a Quantum Key Exchange (QKE) algorithm, written in Python3.

    Language:Python1
  • CryptoQuail

    [outdated] A Python cryptography package with more features, simplicity, and quality.

    Language:Python1
  • Cipher

    Two cipher algorithms developed in C language as part of my studies : Xor and Cbc.

    Language:C1
  • PandaCipher

    Symetrical encryption/decryption program

    Language:C1
  • bcc

    BCC校验(逐位异或校验)

    Language:C1
  • argon2-xor

    Encrypt and Decrypt Files (password based symmetric encryption)

    Language:Go1
  • 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

    Language:Python1
  • xor-cipher-bash

    An XOR cipher port in Bash / Shell Script

    Language:Shell1
  • Link-Shortner

    Python Link Shortner Script using XOR Cipher

    Language:Python1
  • hex-xor-cipher

    xor cipher for shift base encrypting and decrypting hexadecimal string

    Language:JavaScript1
  • paper-cryptor

    Simple symmetric encryption tool made on paper, written in C.

  • coding-theory

    Examples of Coding Theory

    Language:Kotlin1
  • compress-archiver

    This project is a simple archiver for images (jpg-files). With a simple encryption and decryption function.

    Language:C1
  • MorseBit-Protocol

    A simple, single-wire communication protocol that transmits data between 2 BBC Micro:Bit devices using GPIO pins.

    Language:C++1
  • xor-decoding

    Semi-automatically decode xor-encoded text files, including key discovery

    Language:C1
  • MATLABit

    🍌 First app in Swift including a Fruit Ninja, a Tinder and many funny useless features

    Language:Swift1
  • CipherCracker

    Information Security Management

    Language:Jupyter Notebook
  • xor-c

    xor cipher in c language

    Language:Makefile
  • 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.

    Language:Rust
  • ImgCrypt

    Image Encryption and Decryption Tool

    Language:Python
  • XOR_AES_EncryptionApp

    A Simple text ecryption application uses a layer of XOR and AES encryption algorithims.

    Language:Java