Socket
Socket
Sign inDemoInstall

nano-md5

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "nano-md5",
"version": "1.0.1",
"version": "1.0.2",
"description": "md5/md5crypt functions. UTF8 compatible. Small. Fast. 100% tests coverage. No dependencies.",

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

@@ -90,3 +90,3 @@ [![Gitter][gitter-image]][gitter-url]

'$1$01234567$8imesxsCtZWLDOPevHEvu.'
> md5.crypt('hello', md5.crypt('hello', '$1$01234567')) // crypted password can be user as salt source
> md5.crypt('hello', md5.crypt('hello', '$1$01234567')) // crypted password can be used as salt source
'$1$01234567$8imesxsCtZWLDOPevHEvu.'

@@ -93,0 +93,0 @@ ```

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc