1.0.1 • Published 8 months ago
pseudo-encrypt v1.0.1
Pseudo Encrypt
Pseudo Encrypt is a lightweight JavaScript library for simple text encryption and decryption using a pseudo encryption method. This library is ideal for educational purposes or basic obfuscation needs.
Demo - https://dimakolbasin.github.io/pseudo-encrypt/
Features
- Easy to Use: Simple API for encrypting and decrypting text.
- Lightweight: Minimal dependencies, making it easy to integrate into any project.
- TypeScript Support: Fully typed for better development experience.
Installation
Install the package via npm:
npm install pseudo-encrypt
yarn add pseudo-encrypt
pnpm add pseudo-encrypt
bun add pseudo-encrypt