/xor-cipher-crate

Simple, reusable and optimized XOR ciphers in Rust.

Primary LanguageRustMIT LicenseMIT

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 = "1.1.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.