crypt3-bindings
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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

Package Sidebar

Install

npm i crypt3-bindings

Weekly Downloads

3

Version

1.2.0

License

MIT

Unpacked Size

57.5 kB

Total Files

39

Last publish

Collaborators

  • juliusza