dpd-crypt

This custom resource type allows md5 encryption.

Usage no npm install needed!

<script type="module">
  import dpdCrypt from 'https://cdn.skypack.dev/dpd-crypt';
</script>

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) {
    // ...
});

Follow me on Twitter

@devOps92