Package Exports
- dpd-crypt
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 (dpd-crypt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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) {
// ...
});