Skip to content

tristan-f-r/vigenere_cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vigenere cipher

deno implementation of the vigenere cypher in typescript. part of the doke family.

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"

About

viginere cipher implementation in deno

Resources

License

Stars

Watchers

Forks

Packages

No packages published