encrypted-content-encoding
encrypted-content-encoding copied to clipboard
A simple implementation of the encrypted content-encoding
This PR addresses the below issue : TypeError [ERR_UNKNOWN_ENCODING]: Unknown encoding: base64url in Node v18, following error comes , so to fix this we need to change from base64url to...
While using package electron-push-receiver to listen firebase notification and when we update this package, this updates its internal dependency package http-ece from v1.1.0 to v1.2.0. So in version 1.2.0 its...
In Node Js this done as follows: ``` const crypto = require('crypto'); const ece = require('http_ece'); const dh = crypto.createECDH('prime256v1'); dh.setPrivateKey("d25a7249abac3beae6d03e0441867de762ea4cfc51e5c202a3fc0a45486d1f94", 'hex'); const params = { version: 'aes128gcm', authSecret: "a7omShAT1ycPQqu9UHaS6Q",...
We should drop official support for all versions of python that have met End of Life more than 10 years ago. This means dropping support for 2.7 to 3.4.
Hi, There's a request for package [0] for this package. It would be great if you can consider separate the source code in two projects, one for the Python package...