cipherProc configure ?options?
cipherProc configure -ciphertext string
cipherProc configure -ct string
cipherProc configure -period n
cipherProc configure -stepinterval n
cipherProc configure -stepcommand proc
stepcommand iter key pt
iter is the current iteration number. key is the current value of the key that is being used. pt is the plaintext that is produced with this key.
cipherProc configure -bestfitcommand proc
bestfitcommand iter key value pt
iter is the current iteration number. key is the current value of the key that is being used. value is the value of the metric used to judge how good this solution is. The value is often a digram or trigram frequency count. pt is the plaintext that is produced with this key.
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 -period
cipherProc cget -stepinterval
cipherProc cget -stepcommand
cipherProc cget -bestfitcommand
cipherProc cget -language
cipherProc substitute row column letter
cipherProc substitute 1 3 e
cipherProc undo ?row column?
cipherProc undo
cipherProc undo 1 3
cipherProc swap row|col item1 item2
cipherProc swap row 2 5
cipherProc swap col 1 3
cipherProc restore key
set key [$firstCipher cget -key]
$secondCipher restore $key