cipherProc configure ?options?
cipherProc configure -ciphertext string
cipherProc configure -ct string
cipherProc configure -period n
period * 2 - 2
.
Be warned that the period (number of rails) that you set is not the same
as the period that is returned with cget -period (myszcowski period).
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 -language
cipherProc restore key
set key [$firstCipher cget -key]
$secondCipher restore [lindex $key 0] [lindex $key 1]
cipherProc move rail direction
cipherProc move 3 up
Will set the starting rail to the third rail from the top. The ciphertext will them be written out in an upward direction:
Example neededThis operation clears any swap operations that have been performed.
cipherProc swap rail1 rail2
cipherProc undo
cipherProc solve