0.0.6 • Published 10 months ago

cipher-lore v0.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
10 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

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago