1.0.1 • Published 1 year ago
decrypt-aes-js v1.0.1
Getting started
npm i decrypt-aes-js
or
yarn add decrypt-aes-js
How to use
import { decryptAES } from "decrypt-aes-js";
const decryptData = decryptAES(secretKey, data, iv);
Attribute
Attribute | type | options |
---|---|---|
secretKey | string | |
data | string | |
iv | string |