UNPKG

@raisinten/aes-crypto-js

Version:

Lightweight and convenient AES encryption/decryption library to make it easier to migrate away from the deprecated crypto-js library

3 lines (2 loc) 146 B
export function encryptAES(plainText: string, secret: string): string; export function decryptAES(encryptedText: string, secret: string): string;