md5

Type:Object
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.crypto

Expose two function named “encrypt” that you can use to process your content using the md5 algorithm

Example

import { md5 } from '@blackbyte/sugar/crypto';
md5.encrypt('hello world');