Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unixpass

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unixpass - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

foo.php

2

package.json
{
"name": "unixpass",
"version": "2.1.0",
"version": "2.1.1",
"description": "Native implementation of Unix compatible DES/MD5/SHA256/SHA512 password hashing.",

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

@@ -116,3 +116,24 @@ 'use strict';

s: '_zZ9/Az.0',
r: '_zZ9/Az.0qd4iljFxBa6' }
r: '_zZ9/Az.0qd4iljFxBa6' },
// Following "rasmus" password tests have been picked
// up from PHP manual page for crypt
// (https://www.php.net/manual/en/function.crypt.php)
{ p: 'rasmuslerdorf',
s: 'rl',
r: 'rl.3StKT.4T8M' },
{ p: 'rasmuslerdorf',
s: '_J9..rasm',
r: '_J9..rasmBYk8r9AiWNc' },
{ p: 'rasmuslerdorf',
s: '$1$rasmusle$',
r: '$1$rasmusle$rISCgZzpwk3UhDidwXvin0' },
// { p: 'rasmuslerdorf',
// s: '$2a$07$usesomesillystringforsalt$',
// r: '$2a$07$usesomesillystringfore2uDLvp1Ii2e./U9C8sBjqp8I90dH6hi' },
{ p: 'rasmuslerdorf',
s: '$5$rounds=5000$usesomesillystringforsalt$',
r: '$5$rounds=5000$usesomesillystri$KqJWpanXZHKq2BOB43TSaYhEWsQ1Lr5QNyPCDH/Tp.6' },
{ p: 'rasmuslerdorf',
s: '$6$rounds=5000$usesomesillystringforsalt$',
r: '$6$rounds=5000$usesomesillystri$D4IrlXatmP7rx3P3InaxBeoomnAihCKRVQP22JZ6EY47Wc6BkroIuUUBOov1i.S5KPgErtP/EN5mcO.ChWQW21' }
];

@@ -119,0 +140,0 @@ var n = 0, ok = 0, i;

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