shaniqua-smeggdrop/procs/1fccf5ef813a75a09b00b9e2e2bd2a72a162fa6d

2 lines
229 B
Plaintext
Raw Normal View History

evil_code {set ret {}; set the_key [rot13 $evil_code]; set thecharacter {}; foreach thecharacter [split $evil_code {}] thesecret [split $the_key {}] {lappend ret [expr [scan $thecharacter %c] ^ [scan $thesecret %c]]}; join $ret}