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
- Host: GitHub
- URL: https://github.com/mikeralphson/encrypted-content-encoding-demo
- Owner: MikeRalphson
- License: mit
- Created: 2019-01-24T08:39:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T14:07:36.000Z (over 4 years ago)
- Last Synced: 2024-10-11T23:12:36.383Z (8 months ago)
- Topics: encrypted-content-encoding, encryption, rfc8188
- Language: JavaScript
- Homepage: https://tools.ietf.org/html/rfc8188
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)