Algosim documentation: VigenèreDecode

VigenèreDecode

Decodes a text using the Vigenère cipher.

Syntax

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.

See also