Code Snippets Tagged with crypter by KuTsuM
(1)
This snippet is a Hexadecimal encoder and decoder. Just add $hex(your text here).encode/decode
IE:
alias test {
if ($1 == encode) { echo -a $hex($2-).encode }
else { echo -a $hex($2-).decode }
}
NOTE:..
Tags:
crypter
+ 0 likes




