cipherProc configure ?options?
cipherProc configure -ciphertext stringcipherProc configure -ct string
cipherProc configure -language language
cipherProc cget option
cipherProc cget -type
cipherProc cget -ciphertextcipherProc cget -ct
cipherProc cget -plaintextcipherProc cget -pt
cipherProc cget -key
cipherProc cget -length
cipherProc cget -period
cipherProc cget -language
cipherProc restore key
set key [$firstCipher cget -key]
$secondCipher restore [lindex $key 0] [lindex $key 1]