Bacon cipher: Difference between revisions

Content added Content deleted
Line 1,064: Line 1,064:
3. Example
3. Example


<pre>(defconstant +monologue-plaintext+ (concatenate 'string
<lang lisp>(defconstant +monologue-plaintext+ (concatenate 'string
"I've known adventures, seen places you people will never see, I've been Offw"
"I've known adventures, seen places you people will never see, I've been Offw"
"orld and back... frontiers ! I've stood on the back deck of a blinker bound "
"orld and back... frontiers ! I've stood on the back deck of a blinker bound "
Line 1,077: Line 1,077:


(defconstant +monologue-key+
(defconstant +monologue-key+
"« Tears in rain »")</pre>
"« Tears in rain »")</lang>


4. Execution
4. Execution