Evaluated proc NASA_GRADE_DECRYPTION {the_cipher the_key} {set ret {}; set thecharacter {}; foreach thecharacter [split $the_cipher {}] thesecret [split $the_key {}] {lappend ret [format "%c" [expr [scan $thecharacter %c] ^ [scan $thesecret %c]]]}; join $ret}
This commit is contained in:
committed by
FUCK YOU
parent
a922dedb21
commit
d22c67a7c1
1
procs/7606229a99684f69dfa352a0e134b43af0cc78a6
Normal file
1
procs/7606229a99684f69dfa352a0e134b43af0cc78a6
Normal file
@ -0,0 +1 @@
|
||||
{the_cipher the_key} {set ret {}; set thecharacter {}; foreach thecharacter [split $the_cipher {}] thesecret [split $the_key {}] {lappend ret [format "%c" [expr [scan $thecharacter %c] ^ [scan $thesecret %c]]]}; join $ret}
|
Reference in New Issue
Block a user