cipherProc configure ?options?
cipherProc configure -ciphertext string
cipherProc configure -ct string
cipherProc configure -period n
cipherProc configure -language language
cipherProc configure -primer n
cipherProc configure -chain 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 cget option
cipherProc cget -type
cipherProc cget -ciphertext
cipherProc cget -ct
cipherProc cget -plaintext
cipherProc cget -pt
cipherProc cget -key
cipherProc cget -keyword
cipherProc cget -length
cipherProc cget -period
cipherProc cget -primer
cipherProc cget -offset
cipherProc cget -chain
cipherProc cget -stepinterval
cipherProc cget -stepcommand
cipherProc cget -bestfitcommand
cipherProc cget -language
cipherProc substitute ct pt
cipherProc chainsubstitute ct position
cipherProc restore ct pt
cipherProc undo ct
cipherProc locate pt ?ct?