5 releases (3 major breaking)
4.0.0 | Sep 21, 2024 |
---|---|
3.0.0 | Sep 21, 2024 |
2.0.0 | Sep 20, 2024 |
1.1.0 | Jun 26, 2024 |
1.0.0 | Jun 25, 2024 |
#825 in Cryptography
Used in gd
11KB
xor-cipher
Simple, reusable and optimized XOR ciphers in Rust.
Installation
cargo
You can add xor-cipher
as a dependency with the following command:
$ cargo add xor-cipher
Or by directly specifying it in the configuration like so:
[dependencies]
xor-cipher = "4.0.0"
Alternatively, you can add it directly from the source:
[dependencies.xor-cipher]
git = "https://github.com/xor-cipher/xor-cipher-crate.git"
Documentation
You can find the documentation here.
Support
If you need support with the library, you can send an email.
Changelog
You can find the changelog here.
Security Policy
You can find the Security Policy of xor-cipher
here.
Contributing
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.
License
xor-cipher
is licensed under the MIT License terms. See License for details.