1.0.3 • Published 1 year ago

encrypt-aes-js v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Getting started

npm i encrypt-aes-js

or

yarn add encrypt-aes-js

How to use

import { encryptAES } from "encrypt-aes-js";

const encryptData = encryptAES(secretKey, data);

Attribute

Attributetypeoptions
secretKeystring
datastring
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago