Topic: "xor-cipher"
hellman/xortool
A tool to analyze multi-byte xor cipher
Language: Python - Size: 284 KB - Last synced at: 1 day ago - Pushed at: almost 2 years ago - Stars: 1,432 - Forks: 176

pannous/xipher
๐ Simple perfect xor encryption cipher ๐
Language: C - Size: 18.6 KB - Last synced at: 22 days ago - Pushed at: over 8 years ago - Stars: 62 - Forks: 6

Fytex/simple-ransomware
Simple ransomware to troll your friends. Encrypt and Decrypt a Windows computer using a simple xor encryption which is pretty basic!
Language: C - Size: 16.6 KB - Last synced at: 17 days ago - Pushed at: over 4 years ago - Stars: 33 - Forks: 6

macmcmeans/isaacCSPRNG
๐ฃ ISAAC is a fast, seedable, cryptographically secure pseudo-random number generator (CSPRNG) and synchronous stream cipher.
Language: JavaScript - Size: 93.8 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 25 - Forks: 3

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.
Language: Python - Size: 44.9 KB - Last synced at: 13 days ago - Pushed at: 9 months ago - Stars: 20 - Forks: 6

FuturraGroup/OpenVPNXor
Library for simple connection via OpenVPN protocol with Xor patch.
Language: C++ - Size: 31.7 MB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 16 - Forks: 6

cheatsnake/classify
:key: Simple API for enrypting/decrypting text messages
Language: TypeScript - Size: 95.7 KB - Last synced at: 11 months ago - Pushed at: about 2 years ago - Stars: 15 - Forks: 3

CrypTools/XORCipher
Additive Cipher related to binary
Language: JavaScript - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 13 - Forks: 5

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.
Language: Python - Size: 3.67 MB - Last synced at: 22 days ago - Pushed at: almost 3 years ago - Stars: 10 - Forks: 1

a-p-jo/XOTP
XOR One Time Pad Cipher written in C
Language: C - Size: 83 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 9 - Forks: 0

malladisiddu/ZCrypt
Basic decryption tool
Language: Python - Size: 152 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 4

Sina-Ghaderi/rabbitio
rabbit stream cipher package RFC 4503 for Go
Language: Go - Size: 54.7 KB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 2

subsoap/pack
Compress, decompress, and obfuscate table data with Defold
Language: Lua - Size: 45.9 KB - Last synced at: 1 day ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 1

liborty/TokenCrypt
Compress, encrypt, archive. Easy and secure..
Language: Shell - Size: 1.23 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 0

craftxbox/yubiclip-xor Fork of Yubico/yubiclip-android
Fork of Yubiclip for Static Passwords over NFC. Encrypt your static password to secure it from Drive-by reading attacks.
Language: Java - Size: 554 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 1

Bisonai/flutter-machine-learning-security
Protect your Machine Learning model in your Flutter application.
Language: C++ - Size: 890 KB - Last synced at: about 16 hours ago - Pushed at: almost 3 years ago - Stars: 6 - Forks: 0

PlugFox/xor_cipher
The XOR Encryption algorithm is an effective and easy-to-implement method of symmetric encryption.
Language: Dart - Size: 17.6 KB - Last synced at: 16 days ago - Pushed at: about 3 years ago - Stars: 6 - Forks: 0

VAD3R-95/Misc-Scripts...
Simple {scripts for ctf`s and challenges/python irc bot/automating stuff etc.}
Language: Python - Size: 148 KB - Last synced at: 5 months ago - Pushed at: about 3 years ago - Stars: 6 - Forks: 2

shank03/XORCryptor
CLI tool for multi-threaded XOR encryption
Language: Rust - Size: 3.68 MB - Last synced at: 27 days ago - Pushed at: 2 months ago - Stars: 5 - Forks: 2

adityashinde521/DataShield
A Python Tool to encrypt all types of files using AES and XOR Algorithm.
Language: Python - Size: 2.77 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 5

hadal1337/XOR-Crypter
Encrypt files using XOR algorithms
Language: C++ - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 5 - Forks: 0

Lrakulka/Double_Bottom_USB_Stick
Google Summer of Code 2017 | Student Project
Language: C - Size: 7.77 MB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 5 - Forks: 0

Hue-Jhan/Encrypted-Trojan-Undetected
Encrypted self-injection malware that creates a shell on a victim's pc, using Xor and Base64 encryption.
Language: C - Size: 463 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 4 - Forks: 0

nronzel/xoracle
Brute force repeating-key XOR cracker.
Language: Go - Size: 133 KB - Last synced at: 10 months ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

MechaDragonX/Fafnir.NET
A simple malware program that enrypts files with an XOR cipher. DANGEROUD DO NOT USE (C# version of Fafnir-CPP)
Language: C# - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

MechaDragonX/Fafnir-CPP ๐ฆ
A simple malware program that enrypts all files important for Windows with an XOR cipher. DANGEROUS DO NOT USE
Language: C++ - Size: 104 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 5

Locotir/LCRYPT
Unbreakable encryption combination [ Byte Shuffle | reverse-bits | bit-padding | byte-to-decimal | decimal-to-byte | XOR Key ]
Language: Python - Size: 145 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0

BoyBACKS/XOREncrypt
Simple file encrypter and decrypter using XOR encryption with key saver function
Language: Java - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

michaelvanstraten/encryption-macros
Macros for compile time String obfuscations
Language: Rust - Size: 11.7 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

mightbesimon/XOR-file-encryption
Encrypts files with a password byte-by-byte using a XOR cipher
Language: C - Size: 43.9 KB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 4

AyeshaIftikhar/xor_cipher
Simply put, XOR (pronounced โexclusive orโ) cipher is an additive cypher. It is based on the XOR operation (also known as the exclusive disjunction) in logic. As a logical operation, XOR is also called modulus 2 addition. In XOR operation, the output is true when the inputs differ.
Language: C++ - Size: 2.59 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

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.
Language: C++ - Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

tmarrec/xorcipher
School project for my second year of Computer Science at University Paul Sabatier Toulouse
Language: C - Size: 1.43 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

gh0st17/HexCoder
Encryption processor
Language: C++ - Size: 133 KB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

ranaansh46/trident
Password management and cryptography tool
Language: Python - Size: 43 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 3

Saya-de/XORCipherMethods
XOR string encryption and decryption methods in Cpp and CSharp (XORCipher)
Language: C++ - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

0xc0d3r/StegTool
stegtool is a steganography tool which can embed or extract data from image files..
Language: Java - Size: 1.1 MB - Last synced at: 9 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

HassanYosuf/Image-Processor
Language: Java - Size: 58.6 KB - Last synced at: 4 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

inzapp/inzcrypt
Powerful file encryption, decryption util using AES, DES, XOR, etc...
Language: Java - Size: 16.1 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

AlSch092/XORStringFinder
UTF-8 String XOR brute forcer
Language: C++ - Size: 7.81 KB - Last synced at: 14 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

MatusOllah/xorcipher
XOR Cipher library for Go
Language: Go - Size: 3.91 KB - Last synced at: 20 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

myStery24/matlab-image-encryption-decryption
BIM33403 Multimedia Security Technology Semester 6 Lab 2
Language: MATLAB - Size: 1.27 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

mariahrucker/Secret_Communication
Secret Communication program is an image and message encryption/decryption tool. It uses the SHA-256 hashing algorithm to store and compare passwords, and bitwise XOR encryption to encrypt both the image and message.
Language: C++ - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 1

RaduRelics/xor-ransomware
A POC ransomware to troll your friends. Encrypt and Decrypt a Windows computer using basic xor encryption.
Language: C - Size: 15.6 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 1

DariaClem/XOR-Encryption-Decryption
Language: Python - Size: 214 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

cardinal9999/CryptoQuail
๐ A Python cryptography package with more features, simplicity, and quality.
Language: Python - Size: 123 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

kartikhunt3r/Adrishya-StegKit
A Stegbography Toolkit for CTF Players and Organizers. All in one Stegnography toolkit in Python
Size: 321 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

vinayshanbhag/tplink-smartplug
tp-link command list and cipher functions in c
Language: C - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

HK-Transfield/python-quantum-key-exchange-simulator
A simple program to simulate a Quantum Key Exchange (QKE) algorithm, written in Python3.
Language: Python - Size: 207 KB - Last synced at: 22 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

morganda/crypto_hacks
Language: Python - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

PandH4cker/PandaCipher
Symetrical encryption/decryption program
Language: C - Size: 58.6 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

mivinci/bcc
BCCๆ ก้ช๏ผ้ไฝๅผๆๆ ก้ช๏ผ
Language: C - Size: 1.95 KB - Last synced at: 16 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Patchyst/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: Python - Size: 17.5 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

aerth/argon2-xor
Encrypt and Decrypt Files (password based symmetric encryption)
Language: Go - Size: 34.2 KB - Last synced at: 10 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

pranavms13/Link-Shortner
Python Link Shortner Script using XOR Cipher
Language: Python - Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

bediger4000/xor-decoding
Semi-automatically decode xor-encoded text files, including key discovery
Language: C - Size: 42 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

angeal185/hex-xor-cipher
xor cipher for shift base encrypting and decrypting hexadecimal string
Language: JavaScript - Size: 10.7 KB - Last synced at: about 1 month ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

andrew-malikov/coding-theory ๐ฆ
Examples of Coding Theory
Language: Kotlin - Size: 109 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

ivan-avalos/paper-cryptor ๐ฆ
Simple symmetric encryption tool made on paper, written in C.
Size: 6.05 MB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

gearsix/MorseBit-Protocol
A simple, single-wire communication protocol that transmits data between 2 BBC Micro:Bit devices using GPIO pins.
Language: C++ - Size: 938 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 1

Tomn94/MATLABit
๐ First app in Swift including a Fruit Ninja, a Tinder and many funny useless features
Language: Swift - Size: 14.6 MB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

nevioo1337/XOR-Encryption
XOR Encryption
Language: C++ - Size: 4.88 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

BuilderZac/Raskell
This is an encryption algorithm based on the XOR cypher.
Language: Lua - Size: 14.6 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

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.
Language: Python - Size: 15.6 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

daisvke/ciphers
A set of ciphers.
Language: Python - Size: 689 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

CrateOfThunder/fuzz
Keyed Binary Cipherage Utility featuring Shift, XOR, ROT128
Language: C - Size: 4.88 KB - Last synced at: 23 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

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.
Language: C# - Size: 16.2 MB - Last synced at: 11 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

tr41z/crypto
file encryption tool
Language: C - Size: 247 KB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

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
Language: C - Size: 37.1 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

thinkphp/react-vernam-cipher
React Vernam Cipher
Language: JavaScript - Size: 171 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Glebegor/xor-c
xor cipher in c language
Language: Makefile - Size: 50.8 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

kalmux1/ImgCrypt
Image Encryption and Decryption Tool
Language: Python - Size: 170 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Aram-Ibrahim/XOR_AES_EncryptionApp
A Simple text ecryption application uses a layer of XOR and AES encryption algorithims.
Language: Java - Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

rohitsaraswat7865/PHP_Algorithm_To_Generate_Validate_CheckSum
PHP_Pseudocode_To_Generate_Validate_CheckSum
Language: PHP - Size: 1.95 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Slyvred/JCrypt
This is a simple CLI text/file encrypter made in Java that supports XOR and AES-256.
Language: Java - Size: 89.8 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Special-Rocket-Agents/KawaiiXOR
Minimal encryption algorithm for fun in Python
Language: Python - Size: 42 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

igefined/xor-cipher
XOR Cipher
Language: Rust - Size: 2.93 KB - Last synced at: 5 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

FZNSec/XOR_KSA
XOR Known Substring Attack Tool: This tool serves as a Proof of Concept (PoC) for exploring vulnerabilities in XOR encryption through Known Plaintext Attacks.
Language: Python - Size: 27.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

shifraMa/CipherAssignment
encrypts and decrypts with xor
Language: Java - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

rcabezas29/pestilence
Hiding ELF self-injection virus with the PT_NOTE to PT_LOAD technique
Language: Assembly - Size: 37.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

gyselle-marques/CriptografiaXOR
Criptografia XOR por deslocamento de texto simples.
Language: C - Size: 21.5 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

luciangutu/Java_FileXOR
PoC: Java File XOR with a key
Language: Java - Size: 1000 Bytes - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ofasgard/xorhelper
A simple Rust tool to obfuscate or deobfuscate data with a repeating XOR key.
Language: Rust - Size: 23.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jheffat/-FiXOR
Encrypt files with a specified key.
Language: Python - Size: 151 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Bominkkwon/modern_cryptography
Encoding and decoding data types that are commonly used in cryptography.
Language: Python - Size: 18.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

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.
Language: C++ - Size: 35.2 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Nurshot/XOR-Encrypter
Encrypting and decrypting text using XOR algorithm in Python and C++ programming languages.
Language: C++ - Size: 34.2 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

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.
Language: Python - Size: 4.88 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

andrewjka/XorCipher
Message cipher based on Xor bitwise operation
Language: C# - Size: 31.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

camarman/cryptography
Some codes related to base64, Fernet, and XOR cryptography.
Language: Python - Size: 11.1 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

yalue/byte_utils
A collection of byte-slice-related functions for Go (golang).
Language: Go - Size: 3.91 KB - Last synced at: 25 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

johndeweyzxc/Dcrypt
Simple encryption program
Language: Python - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Slyvred/SimpleXor
This CLI tool allows for file encryption using a xor and also features a basic frequency analysis tool
Language: C++ - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

graveetone/basic_ciphers_ruby ๐ฆ
Ceaser | Hill | Vernam | XOR Crypto Algorithms | Ruby | LNU 2022
Language: Ruby - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

hrichharms/Salsa20
Salsa20 stream cipher implemented in Haskell
Language: Haskell - Size: 2.93 KB - Last synced at: 15 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

obwan02/xcrypt
A fast XOR enoding cryptanalysis tool for the command line, written in Eust.
Language: Rust - Size: 3.5 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

PhilboBaggins/cryptXor
A joke encryption utility
Language: Rust - Size: 39.1 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ph1nx/ZCrypt Fork of malladisiddu/ZCrypt
Basic decryption tool
Language: Python - Size: 142 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

arifBurakDemiray/information-security ๐ฆ
This repository holds assignments during taking the course. Includes basic XOR cipher with DHKE
Language: Python - Size: 533 KB - Last synced at: 5 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

jkerai1/CaesarCipher-XORDecimal-Cracker
Caeser Cipher cracker and XOR Cracker written in python for a CTF.
Language: Python - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0
