shaniqua-smeggdrop/procs/1fccf5ef813a75a09b00b9e2e2bd2a72a162fa6d

2 lines
213 B
Plaintext

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