VigenèreDecode
Decodes a text using the Vigenère cipher.
Syntax
-
VigenèreDecode(s, w)-
sis a string -
wis a string
-
Description
If s is a string to be decoded and w a Vigenère password, a string containing only A..Z letters, then VigenèreDecode(s, w) returns s decoding using password w.