base64

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 base64 algorithm

Example

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