Simple, reusable and optimized XOR ciphers in Rust.
You can add xor-cipher as a dependency with the following command:
$ cargo add xor-cipherOr by directly specifying it in the configuration like so:
[dependencies]
xor-cipher = "4.0.1"Alternatively, you can add it directly from the source:
[dependencies.xor-cipher]
git = "https://github.com/GDPSApp/xor-cipher.git"You can find the documentation here.
If you need support with the library, you can send an email or join the Discord server.
You can find the changelog here.
You can find the Security Policy of xor-cipher here.
If you are interested in contributing to xor-cipher, make sure to take a look at the
Contributing Guide, as well as the Code of Conduct.
xor-cipher is licensed under the MIT License terms. See License for details.