Nihilist
1.0
119 ratings
Kategori:
Text manipulation
Skaber:
adonisnafeh
Sidste opdatering:
17-05-2010 14:49:55
Totalt antal downloads:
7.889
Sidste måned:
15
Sidste uge:
3
I går:
N/A
Beskrivelse:
The Nihilist scripts works by encrypting the messages sent by a password that the parties sending and receive the message have chosen prior to the conversation.
Here's an example on how to encrypt the message, the password is test and the message is hello world:
/hide -test hello world
This message will sent like this:
Hidden: 220 202 223 224 227 133 234 227 230 209 215
To decrypt the message on the other end, we do the following:
/rev -test 220 202 223 224 227 133 234 227 230 209 215
This will reveal the message.