1.2.0 • Published 2 months ago

crypt3-bindings v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Introduction

Implements crypt3 C bindings for Node.js. Provides a simple interface to the crypt3 function with MD5 hashing. This is useful for generating password hashes for Linux systems.

Installation

Only linux platform is supported.

npm install crypt3-bindings

Usage

const { encrypt } = require('crypt3-bindings');

console.log(crypt3.encrypt("test")); // random salt will be generated
console.log(crypt3.encrypt("test", "salt")); // provide your own salt
1.2.0

2 months ago

1.1.5

7 months ago

1.1.4

7 months ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago