1.0.1 âĒ Published 1 year ago
super-simple-crypto-lib v1.0.1
ðĨ SUPER Simple Crypto
Simplest Encrypting and Decrypting Package for Node.js
ðĶ Built With
ð Installation
npm install super-simple-crypto
ð Usage
import { encrypt, decrypt } from 'super-simple-crypto-lib';
const ciphertext = encrypt("Hello World", "supersecretpassword", "aes-256-cbc");
const decryptedText = decrypt(ciphertext, "supersecretpassword", "aes-256-cbc");
console.log(decryptedText); // Hello World
ð° License
This Project is under the GNU GENERAL PUBLIC LICENSE. See the LICENSE file for more info. Dont remove any Credits from the Footer.
ð Contributing
Just.. Do.. It..
ðŠķ Features
- Encrypt and Decrypt Strings using 1 Line
â Starhistory
ðŦ Contact
If you want to contact me you can reach me at Discord: wuemeli