dpd-crypt

0.1.7 • Public • Published

dpd-crypt

This custom resource type allows you allows md5 encryption.

Installation

$ npm install dpd-crypt

See Installing Modules for details.

Example Usage

By default md5 you don't need specify method


dpd.crypt.get({
    string: 'Text to encode',
    method: 'sha1'
}, function (results) {
    // ...
});

Follow me on Twitter

@devOps92

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.7
    1
    • latest

Version History

Package Sidebar

Install

npm i dpd-crypt

Weekly Downloads

12

Version

0.1.7

License

none

Last publish

Collaborators

  • devops92