cipherProc configure ?options?
cipherProc configure -ciphertext string
cipherProc configure -ct string
cipherProc configure -language language
cipherProc cget option
cipherProc cget -type
cipherProc cget -ciphertext
cipherProc cget -ct
cipherProc cget -plaintext
cipherProc cget -pt
cipherProc cget -key
cipherProc cget -length
cipherProc cget -intlength
cipherProc cget -keylist
cipherProc cget -period
cipherProc cget -language
cipherProc substitute ct pt
cipherProc substitute 1212 ab
causes conflicting substitutions (12 -> a and 12 -> b).
cipherProc restore key
set key [$firstCipher cget -key]
$secondCipher restore $key
cipherProc undo ?ct?
cipherProc locate tip ?ct?