Jump to content

Caesar cipher: Difference between revisions

m
Line 1,892:
 
====Alternate version====
1. NoteProgram
<pre>if caesar(txt offset) = cyphertext then caesar(cyphertext -offset) = txt</pre>
 
2. Program
 
<lang lisp>(defconstant +a+ "AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz")
Line 1,907 ⟶ 1,904:
txt))</lang>
 
32. Execution
 
See 1.
 
{{out}}
422

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.