VigenèreDecode
Decodes a text using the Vigenère cipher.
Syntax
-
VigenèreDecode(s, w)
-
s
is a string -
w
is 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
.