An open API service indexing awesome lists of open source software.

https://github.com/mikeralphson/encrypted-content-encoding-demo

Demo of RFC8188 encrypted-content-encoding in Node.js
https://github.com/mikeralphson/encrypted-content-encoding-demo

encrypted-content-encoding encryption rfc8188

Last synced: 2 months ago
JSON representation

Demo of RFC8188 encrypted-content-encoding in Node.js

Awesome Lists containing this project

README

        

# encrypted-content-encoding-demo

A working example of using the [http_ece](https://github.com/web-push-libs/encrypted-content-encoding/blob/master/nodejs/README.md#encrypted-content-encoding) module to perform [RFC8188](https://tools.ietf.org/html/rfc8188) Encrypted Content Encoding in JavaScript.

### Other implementations

* [Python](https://github.com/web-push-libs/encrypted-content-encoding/blob/master/python/README.rst#encrypted-content-encoding)
* [PHP](https://github.com/devjack/encrypted-content-encoding)
* [C](https://github.com/web-push-libs/ecec#ecec)