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

#614 in Cryptography

Download history 786/week @ 2024-06-24 27/week @ 2024-07-01 9/week @ 2024-07-29 489/week @ 2024-09-16 72/week @ 2024-09-23 38/week @ 2024-09-30

599 downloads per month
Used in gd

MIT license

11KB

xor-cipher

License Version Downloads Test

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.

No runtime deps

Features