crypto-bunny
v1.0.0
Published
A lightweight Node.js utility for bcrypt hashing, RSA encryption/decryption, and AES-256 encryption with IV support.
Maintainers
Readme
🐰 Crypto Bunny
Crypto Bunny is a simple, lightweight Node.js utility that wraps common cryptographic operations:
- Bcrypt hashing
- RSA key generation, encryption, and decryption
- AES-256 encryption with initialization vector (IV)
🔧 Installation
npm install crypto-bunny📦 Features
- 🔐 Bcrypt hashing for secure password storage
- 🔑 RSA public/private key generation and secure message exchange
- 🧊 AES-256-CBC encryption with automatic IV handling
