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

mcrypt

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcrypt - npm Package Compare versions

Comparing version 0.1.15 to 0.1.17

4

package.json
{
"name": "mcrypt",
"version": "0.1.15",
"version": "0.1.17",
"description": "MCrypt bindings",

@@ -27,3 +27,3 @@ "keywords": [

"bindings": "^1.3.0",
"nan": "^2.8.0"
"nan": "^2.14.0"
},

@@ -30,0 +30,0 @@ "devDependencies": {

@@ -0,1 +1,5 @@

__This repository not in active maintain state. Please use [cryptian](https://github.com/tugrul/cryptian) library instead of this library.__
# node-mcrypt [![Build Status](https://travis-ci.org/tugrul/node-mcrypt.svg)](https://travis-ci.org/tugrul/node-mcrypt)

@@ -11,14 +15,3 @@

## Introduction
Alright! There is already OpenSSL extension bundled with Node.js but there are something wrong with some traditional encryption algorithms on OpenSSL.
I tried to decrypt ciphertext of AES and DES algorithms using OpenSSL but i get the garbage outputs. There are some reasons with OpenSSL like null padding.
Also i saw same issues on the stackoverflow.com. Some people encountered with same problems.
This extension provide the cipher and decipher operations via `libmcrypt` and compatible with Java Crypto and PHP MCrypt consequently.
You should start with import the package like
```javascript

@@ -25,0 +18,0 @@ var mcrypt = require('mcrypt');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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