0.0.6 • Published 9 months ago

cipher-lore v0.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

🕵️ 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"
0.0.6

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago