xor_cryptor 1.2.2

A encryption/decryption library using bitwise xor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.rayon]
version = "1.9.0"

[package]
authors = ["Shashank Verma <shank03>"]
categories = ["cryptography"]
description = "A encryption/decryption library using bitwise xor"
edition = "2021"
keywords = ["xor", "cryptor", "encryption", "decryption", "cipher"]
license = "MIT"
name = "xor_cryptor"
readme = "README.md"
repository = "https://github.com/shank03/XORCryptor-Rust"
version = "1.2.2"