Bifid cipher: Difference between revisions

m
→‎{{header|Quackery}}: now compliant with task requirements
(Added Quackery.)
m (→‎{{header|Quackery}}: now compliant with task requirements)
Line 1,624:
 
say "Using tasksquare:" cr
$ "Attack at dawn." dup echo$ say " -> "
tasksquare encrypt dup echo$ say " -> "
tasksquare decrypt echo$
cr cr
say "Using wikisquare:" cr
$ "Flee at once." dup echo$ say " -> "
wikisquare encrypt dup echo$ say " -> "
wikisquare decrypt echo$
cr cr
say "Using ducksquare:" cr
$ "SoftThe quacksinvasion bringwill peacestart on the first of January." dup echo$ cr say " -> "
ducksquare encrypt dup echo$ cr say " -> "
ducksquare decrypt echo$</syntaxhighlight>
</syntaxhighlight>
 
{{out}}
Line 1,647 ⟶ 1,648:
 
Using ducksquare:
The invasion will start on the first of January.
Soft quacks bring peace. -> MOQQCXIYDUVCUNZANWPO -> SOFTQUACKSBRINGPEACE
-> EPGCNGINDORETNOMLLCNVNPWTIQXIOMVAGOANPY
Stack empty.
-> THEINVASIONWILLSTARTONTHEFIRSTOFIANUARY
</pre>
 
1,462

edits