1.0.2 • Published 12 months ago

@nacho-cs/aes v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

aes

Quick and easy encryption using AES

IMPORTANT: Do not use this package for encrpyting passwords. Use bcrpyt for encrypting passwords.

import { aes } from "@nacho-cs/aes";

const encryption = aes.encrypt("some data");
console.log(encryption); // <encryption>
console.log(aes.decrypt(encryption)); // "some data"
1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago