@leodog896/vigenere-cipher
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

vigenere cipher

deno implementation of the vigenere cypher in typescript.

Available via deno (vigenere_cipher) or node (@leodog896/vigenere-cipher)

import { encrypt, decrypt } from "https://deno.land/x/vigenere_cipher"; // with npm: @leodog896/vigenere-cipher

const encrypted = encrypt("This is a test", "deNo") // "Wlvg lw n hhwg"
const decrypted = decrypt("Wlvg lw n hhwg", "deNo") // "THis is a test"

Readme

Keywords

none

Package Sidebar

Install

npm i @leodog896/vigenere-cipher

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

6.04 kB

Total Files

8

Last publish

Collaborators

  • leodog896