2.0.0 • Published 6 years ago

criton v2.0.0

Weekly downloads
436
License
MIT
Repository
github
Last release
6 years ago

Criton License NPM version Dependency Status Build Status Coverage Status

Crypt passwords.

Install

npm i criton --save

How to use?

const criton = require('criton');

criton('hello');
// returns
'9b71d224bd62f3785d96d46ad3ea3d73319bfbc2890caadae2dff72519673ca72323c3d99ba5c11d7c7acc6e14b8c5da0c4663475c2e5c3adef46f73bcdec043';

criton('hello', 'MD5');
// returns
'5d41402abc4b2a76b9719d911017c592'

License

MIT