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

/dpd-crypt/

    Package Sidebar

    Install

    npm i dpd-crypt

    Weekly Downloads

    12

    Version

    0.1.7

    License

    none

    Last publish

    Collaborators

    • devops92