Macros for compile time String obfuscations
-
Updated
Sep 7, 2022 - Rust
Macros for compile time String obfuscations
CLI tool for multi-threaded XOR encryption
A joke encryption utility
A fast XOR enoding cryptanalysis tool for the command line, written in Rust.
A simple Rust tool to obfuscate or deobfuscate data with a repeating XOR key.
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.
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."