#encryption-decryption #web-push #rust-crypto #ece #http-ece

ece-native

Encrypted Content-Encoding (ECE) encryption and decryption implemented according to RFC8188

13 unstable releases (3 breaking)

0.4.0 Dec 25, 2023
0.3.0 Oct 1, 2023
0.2.1 Sep 22, 2023
0.2.0 May 28, 2023
0.1.0 Nov 25, 2022

#979 in Cryptography

Download history 6/week @ 2024-02-15 16/week @ 2024-02-22 6/week @ 2024-02-29 13/week @ 2024-03-07 10/week @ 2024-03-14 39/week @ 2024-03-28 35/week @ 2024-04-04

74 downloads per month
Used in web-push-native

MIT/Apache

15KB
298 lines

ece-native

Crates.io Lib.rs Documentation

RFC8188 "Encrypted Content-Encoding for HTTP" implemented using rust-crypto native cryptographic primitives.

License

ece-native is free and open source software distributed under the terms of either the MIT or the Apache 2.0 license, at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

This crate implements Encrypted Content-Encoding (ECE) encryption and decryption according to RFC8188.

Dependencies

~1.5MB
~20K SLoC