xor
Here are 10 public repositories matching this topic...
Str Crypter is a Rust macro to encrypt plaintext strings at compile time, and automatically decrypts them at runtime
-
Updated
Oct 16, 2024 - Rust
CLI tool for multi-threaded XOR encryption
-
Updated
Feb 21, 2025 - Rust
A minimal neural network that learns XOR from scratch using only the Rust standard library + rand.
-
Updated
Apr 22, 2025 - Rust
Basic Neural Network(exclusive OR examples)
-
Updated
Apr 30, 2025 - Rust
Get XOR checksum with this command-line tool
-
Updated
Sep 15, 2025 - Rust
A joke encryption utility
-
Updated
Jul 10, 2022 - Rust
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.
-
Updated
Oct 2, 2024 - Rust
Improve this page
Add a description, image, and links to the xor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xor topic, visit your repo's landing page and select "manage topics."