Caesar cipher: Difference between revisions

Content added Content deleted
Line 1,894: Line 1,894:
1. Note
1. Note
<pre>if rot(text shift) = cyphertext then rot(cyphertext -shift) = text</pre>
<pre>if rot(text shift) = cyphertext then rot(cyphertext -shift) = text</pre>

See « caesar-decipher » function above.


2. Program
2. Program
Line 1,908: Line 1,910:


3. Execution
3. Execution

See 1.


{{out}}
{{out}}