aes

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

Example

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