New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ecies-lite

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ecies-lite - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "ecies-lite",
"version": "1.0.4",
"version": "1.0.5",
"description": "A lightweight ECIES tool implemented in pure Node.JS",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -24,4 +24,4 @@ # ecies-lite

iv: initialization vector for the cipher algorithm;
ct: cipher text;
mac: MAC value of the above fields along with the derived mac key;
ct: cipher text with the derived encrypt key;
mac: MAC value of the above fields using the derived MAC key;
**/

@@ -28,0 +28,0 @@ for (let [k, v] of Object.entries(body)) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc