This website requires JavaScript.
Explore
Help
Sign In
wrath
/
shaniqua-smeggdrop
Watch
1
Star
0
Fork
0
You've already forked shaniqua-smeggdrop
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
41
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
hastur on #computerchat
d22c67a7c1
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}
2020-09-28 21:45:48 +02:00
procs
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}
2020-09-28 21:45:48 +02:00
vars
Evaluated set ret {}; set evil_code {eval {. mwahahahaha i am doing evil}}; set the_key [rot13 $evil_code]; set thecharacter {}; foreach thecharacter $evil_code thesecret $the_key {lappend ret [expr $thecharacter ^ $thesecret]}; join $ret
2020-09-28 21:34:51 +02:00
stolen-treasure.tcl
no
2020-09-27 17:24:22 +02:00
Description
No description provided
6.8
MiB
Languages
Tcl
100%