Chaocipher: Difference between revisions

Line 1,133:
echo &"\nThe ciphertext is: {cipherText}"
var plainText2 = chao(cipherText, Decrypt, false)
echo &"The\nThe recovered plaintext is: {plainText2}"</lang>
{{out}}
<pre>
Line 1,170:
 
The ciphertext is: OAHQHCNYNXTSZJRRHJBYHQKSOUJY
 
The recovered plaintext is: WELLDONEISBETTERTHANWELLSAID
</pre>
Anonymous user