super-simple-crypto-lib
v1.0.1
Published
> Simplest Encrypting and Decrypting Package for Node.js
Downloads
3
Readme
🔥 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
- [x] Encrypt and Decrypt Strings using 1 Line
⭐ Starhistory
📫 Contact
If you want to contact me you can reach me at Discord: wuemeli