An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with xor-cipher

A curated list of projects in awesome lists tagged with xor-cipher .

https://github.com/hellman/xortool

A tool to analyze multi-byte xor cipher

cryptanalysis cryptography xor-cipher xortool

Last synced: 14 May 2025

https://github.com/pannous/xipher

🔒 Simple perfect xor encryption cipher 🔒

cipher encrypter encryption xor-cipher

Last synced: 17 Mar 2025

https://github.com/fytex/simple-ransomware

Simple ransomware to troll your friends. Encrypt and Decrypt a Windows computer using a simple xor encryption which is pretty basic!

c decryption encryption ransomware simple user windows xor-cipher

Last synced: 01 May 2025

https://github.com/amaitou/xorcry

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.

crypter cryptography python3 ransomware xor xor-cipher

Last synced: 30 Jul 2025

https://github.com/futurragroup/openvpnxor

Library for simple connection via OpenVPN protocol with Xor patch.

ios objective-c openvpn openvpn-client swift xor-cipher xor-encryption xor-patch

Last synced: 15 Apr 2025

https://github.com/subsoap/pack

Compress, decompress, and obfuscate table data with Defold

defold defold-game-engine xor-cipher

Last synced: 13 May 2025

https://github.com/bisonai/flutter-machine-learning-security

Protect your Machine Learning model in your Flutter application.

edge-machine-learning encoder-decoder mobile-ai security xor-cipher

Last synced: 18 Oct 2025

https://github.com/plugfox/xor_cipher

The XOR Encryption algorithm is an effective and easy-to-implement method of symmetric encryption.

cipher cryptography dart dartlang symmetric-cryptography xor xor-cipher

Last synced: 07 Oct 2025

https://github.com/mechadragonx/fafnir.net

A simple malware program that enrypts files with an XOR cipher. DANGEROUD DO NOT USE (C# version of Fafnir-CPP)

csharp dotnetcore malware ransomware virus virus-joke xor-cipher xor-encryption

Last synced: 16 Feb 2026

https://github.com/nronzel/xoracle

Brute force repeating-key XOR cracker.

cryptography ctf golang repeating-key-vigenere xor-cipher xor-decoder

Last synced: 17 Jan 2026

https://github.com/michaelvanstraten/encryption-macros

Macros for compile time String obfuscations

macros obfuscate-strings rust string-obfuscation xor-cipher

Last synced: 25 Jul 2025

https://github.com/muonray/quantum-encryption-of-images-using-bitwise-xor-and-qrng

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 the quantum random stream cipher or anti-correlated entangled information shared over a secure channel. In either case we Perform bitwise XOR operation on the encrypted image and the key image. It can be seen from the image encryption and decryption that they are all the same operation. According to the above bitwise XOR operation, we assume: xor(a,b)=c You can get: xor(c,b)=a Or: xor(c,a)=b In summary, we assume that a is the original image data and b is the key, then c calculated by xor(a,c) is the encrypted ciphertext. This is a simple summary of the encryption and decryption process as used in the coding in this repository. Encryption process: Perform a bitwise XOR operation on the image a and the key b to complete the encryption and obtain the ciphertext c. Decryption process: Perform a bitwise XOR operation on the ciphertext c and the key b, complete the decryption, and get the image a. We can use our quantum random numbers generator in 2 ways to create our image encryption key: (1) as a random number generator seed source (2) using the random superposition of the H and V modes We can also use the shared set of correlated images, captured using the single CCD, from our entangled photon source with Alice getting one half and Bob getting the anti-correlated half. This provides the perfect key, with the quantum images shared over a separate channel hidden from the encrypted classical images. The file exchange channel is 2 way: Alice can use Her key to encrypt the image, Bob can use His key to decrypt the image OR Bob can use His key to encrypt the image, Alice can use Her key to decrypt the image. The XOR Cipher in this use can also be extended as a component in more complex overlay network ciphers if need be however for computational efficiency it is not necessary. It is just as effectual to have 1 quantum cipher as many, so in effect the system is completely hidden, by virtue of hidden variables, and is encrypted in an information condensate.

bitwise-xor image-encryption image-processing muonray physics python quantum quantum-decryption quantum-encryption quantum-entanglement xor-cipher

Last synced: 24 Jul 2025

https://github.com/matusollah/xorcipher

XOR Cipher library for Go

go golang xor xor-cipher xor-encryption

Last synced: 04 Apr 2025

https://github.com/teneplaysofficial/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.

cipher-algorithm cpp emailvalidation fstream login-system regular-expression string xor-cipher

Last synced: 23 Feb 2025

https://github.com/angeal185/hex-xor-cipher

xor cipher for shift base encrypting and decrypting hexadecimal string

decryption encryption hex hexadecimal shift shift-cipher xor xor-cipher

Last synced: 14 May 2026

https://github.com/pranavms13/link-shortner

Python Link Shortner Script using XOR Cipher

link link-shortener python python-script xor-cipher xor-problem

Last synced: 27 Aug 2025

https://github.com/mivinci/bcc

BCC校验(逐位异或校验)

bcc c xor xor-cipher

Last synced: 07 Apr 2025

https://github.com/alsch092/xorstringfinder

UTF-8 String XOR brute forcer

xor-cipher xor-encryption xor-string

Last synced: 09 Apr 2025

https://github.com/aerth/argon2-xor

Encrypt and Decrypt Files (password based symmetric encryption)

argon2 hmac xor-cipher

Last synced: 06 Jul 2025

https://github.com/RaduRelics/xor-ransomware

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

c decryption encryption ransomware windows xor-cipher

Last synced: 12 Oct 2025

https://github.com/radurelics/xor-ransomware

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

c decryption encryption ransomware windows xor-cipher

Last synced: 01 May 2026

https://github.com/glebegor/xor-c

xor cipher in c language

clang cmake cpp xor-cipher

Last synced: 22 Aug 2025

https://github.com/luciangutu/java_filexor

PoC: Java File XOR with a key

java xor-cipher

Last synced: 09 Jun 2026

https://github.com/lucianoscarpaci/ctf-challenge-capture_us_xor

Enhance cybersecurity defenses with a specialized solution tackling a Capture the Flag challenge involving decryption of an encrypted message with a 2-bit key length using a C++ brute-force method.

brute-force-attack capture-the-flag cryptography cybersecurity decryption-tool encryption-decryption ethical-hacking problem-solving-algorithms software-security xor-cipher

Last synced: 20 Mar 2025

https://github.com/bodrovis-learning/ruby-xor-cipher-decipher

Исходный код для видео "Шифр XOR на Ruby

ruby xor xor-cipher

Last synced: 15 May 2025

https://github.com/crateofthunder/fuzz

Keyed Binary Cipherage Utility featuring Shift, XOR, ROT128

bit-shifting cipher decode encode rot-cipher rot128 transcode xor xor-cipher

Last synced: 31 Mar 2025

https://github.com/ofasgard/xorhelper

A simple Rust tool to obfuscate or deobfuscate data with a repeating XOR key.

commandline-tool xor-cipher

Last synced: 28 May 2026

https://github.com/rizul2108/xor-cipher

Finding XOR-cipher in Assembly Language

assembly dynamic-linking linking static-linking xor-cipher

Last synced: 23 Jun 2025

https://github.com/gyselle-marques/criptografiaxor

Criptografia XOR por deslocamento de texto simples.

brazilian-portuguese c criptography xor xor-cipher

Last synced: 24 Mar 2025

https://github.com/hrichharms/salsa20

Salsa20 stream cipher implemented in Haskell

cryptography salsa20 stream-cipher xor-cipher

Last synced: 08 Apr 2025

https://github.com/ahmed-gaper/password-manager

A secure console-based password management solution—initially console-only, with planned UI and advanced feature improvements—stores and encrypts your passwords using robust cryptographic algorithms.

ado-net cli-application encryption ooad oop sha-1-hash sqlite xor-cipher

Last synced: 04 May 2026

https://github.com/sadijr/pre-desafio-labsec

Pré desafio do Processo Seletivo PBAD/LabSEC 2019/1, necessário para as etapas subsequentes do mesmo.

aes-128 cryptography xor-cipher

Last synced: 29 Oct 2025

https://github.com/adriank31/xor_encryption

A simple XOR-based encryption program written in C that allows users to obfuscate (encrypt) and de-obfuscate (decrypt) messages using a password as a key

decryption encryption xor-cipher xor-encryption

Last synced: 11 Jun 2026

https://github.com/harens/kintercrypt

An easy-to-use encryption program, built from the ground up for educational purposes only

cryptography tkinter xor-cipher

Last synced: 13 Jun 2025

https://github.com/thefcraft/bhx-encryption-algorithm

Dynamic, block-based encryption algorithm (BHX / BlockHashXOR) with integrated HMAC integrity checks and support for both streaming and non‑streaming modes in Python.

bcrypt cryptography encryption hmac sha256 streaming xor-cipher

Last synced: 21 Mar 2025

https://github.com/aram-ibrahim/xor_aes_encryptionapp

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

aes aes-encryption decryption encrpytion encryption-decryption gui-application java security xor xor-cipher xor-encryption

Last synced: 03 Mar 2025

https://github.com/carloocchiena/xor_cipher

Simple function to implement XOR Encryption

algorithm encryption xor-cipher

Last synced: 21 Mar 2025

https://github.com/lucianoscarpaci/cipher

Unlock the world of clandestine communication with Python's XOR cipher, enabling the concealment and revelation of messages through sophisticated encryption and decryption techniques.

algorithm-implementation cryptography data-security encryption-decryption information-hiding python secure-communication software-development symmetric-key-cryptography xor-cipher

Last synced: 20 Mar 2025

https://github.com/yalue/byte_utils

A collection of byte-slice-related functions for Go (golang).

buffer bytes go golang readseeker seekable-buffer seeker writeseeker xor xor-cipher

Last synced: 30 Mar 2025

https://github.com/fredtux/asc_proiect_0x00

Proiect ASC - XOR encrypt/decrypt/crack

python python3 xor-cipher

Last synced: 23 Jun 2025