dpd-crypt
v0.1.7
Published
This custom resource type allows md5 encryption.
Downloads
7
Readme
dpd-crypt
This custom resource type allows you allows md5 encryption.
Installation
$ npm install dpd-crypt
See Installing Modules for details.
Example Usage
dpd.md5.get({
string: 'Text to encode'
}, function (results) {
// ...
});