cipher types
cipher create
cipher create ?args?
set cipherInstance [cipher create vigenere]
$cipherInstance configure -ciphertext "pgtwf gqpvx fmzfg vwimq uhvgg"
$cipherInstance configure -period 8
See the help pages for the individual cipher types for more information on the available options.