#web-push #http-ece #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

#8 in #web-push

Download history 217/week @ 2026-01-05 279/week @ 2026-01-12 134/week @ 2026-01-19 67/week @ 2026-01-26 220/week @ 2026-02-02 162/week @ 2026-02-09 164/week @ 2026-02-16 138/week @ 2026-02-23 272/week @ 2026-03-02 193/week @ 2026-03-09 209/week @ 2026-03-16 267/week @ 2026-03-23 527/week @ 2026-03-30 382/week @ 2026-04-06 462/week @ 2026-04-13 656/week @ 2026-04-20

2,064 downloads per month
Used in 3 crates (via web-push-native)

MIT/Apache

15KB
298 lines

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


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.

Dependencies

~1.5MB
~30K SLoC