JSPM

criton

2.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 110
  • Score
    100M100P100Q74425F
  • License MIT

crypt passwords

Package Exports

  • criton

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (criton) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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