cipher-lore
v0.0.6
Published
Lore Ciphers - Enjoy the classic ciphers.
Downloads
215
Readme
🕵️ cipher-lore
Lore Ciphers - Enjoy the classic ciphers.
📦 Getting Started
Installation
# npm
npm install cipher-lore
# yarn
yarn add cipher-lore
# pnpm
pnpm add cipher-lore
Usage
import { morseEncrypt, morseDecrypt } from 'cipher-lore';
morseEncrypt("SOS"); // "... --- ..."
morseDecrypt("... --- ..."); // "SOS"