Skip to main content
Module

x/vigenere_cipher/mod.ts>encode

viginere cipher implementation in deno
Latest
function encode
import { encode } from "https://deno.land/x/vigenere_cipher@v0.0.1/mod.ts";

Parameters

input: string
key: string
optional
alphabet: string[] = [UNSUPPORTED]

Returns

string