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) {
// ...
});
This custom resource type allows md5 encryption.
<script type="module">
import dpdCrypt from 'https://cdn.skypack.dev/dpd-crypt';
</script>
This custom resource type allows you allows md5 encryption.
$ npm install dpd-crypt
See Installing Modules for details.
dpd.md5.get({
string: 'Text to encode'
}, function (results) {
// ...
});