Evaluated proc NASA_GRADE_ENCRYPTION' 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]]}; return $ret}
This commit is contained in:
committed by
FUCK YOU
parent
e612df7822
commit
b8504fef08
1
procs/facc3d7d8888cd922098694ce61fda1e33c879b8
Normal file
1
procs/facc3d7d8888cd922098694ce61fda1e33c879b8
Normal file
@ -0,0 +1 @@
|
||||
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]]}; return $ret}
|
Reference in New Issue
Block a user