1.0.1 â€Ē Published 1 year ago

super-simple-crypto-lib v1.0.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year ago

ðŸ”Ĩ 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

Star History Chart

ðŸ“Ŧ Contact

If you want to contact me you can reach me at Discord: wuemeli

1.0.1

1 year ago

1.0.0

1 year ago