1.0.2 • Published 2 years ago

@nacho-cs/aes v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago