@ilihub/cipher
A collection of useful cipher cryptography TypeScript functions.

Installation
pnpm add @ilihub/cipher
npm install @ilihub/cipher
yarn add @ilihub/cipher
Usage
import { CaesarCipher } from "@ilihub/cipher";
const caesarCipher = new CaesarCipher();
const encrypted = caesarCipher.encrypt("Hello World", 3);
console.log(encrypted);
const decrypted = caesarCipher.decrypt(encrypted, 3);
console.log(decrypted);
const alldecrypted = caesarCipher.decryptAll(encrypted);
console.log(alldecrypted);
Available Functions

Support the development of new open-source projects from ilihub through crowdfunding.
The core of ilihub is our crowd-funded open-source projects, licensed under the permissive MIT license. Sponsorship increases the rate of bug fixes, documentation improvements, and feature development.


🎁 Backer 🎁

🤝 Supporter 🤝
