vigenere => Is a method of encrypting alphabetic text where each letter of the plaintext is encoded with a different Caesar cipher, whose increment is determined by the corresponding letter of another text, the key.<br> quantumEncryption => Resistant to
npm install utils-criptografia
vigenere("key oh te word","meesage","encrypt")
vigenere("key oh te word","XJ^^FP","decrypt")
$3
`
const dicionario = Dicionarygenerator("secet Key very long more that the text")
quantumEncryption("meesage",dicionario,"encrypt")
quantumEncryption("vqi",dicionario,"decrypt")
`
$3
`
cesarEncryption("meesage",key of number,"encrypt")
cesarEncryption("ipab",1,"decrypt")
``