Here is a little utility I wrote to facilitate my work when I have to try methods on deciphering coded messages.
Well, of course for all those who do not treasure hunts, it seems slightly unnecessary. So for them, it can also be used to encode a message for a lover banned by the family. It allows to encrypt and decrypt messages with the following algorithmes (the numbers following the method name indicates the version number when it was added):
CryptUtils, implements all these algorithms and can decode a large part of enigmes treasure hunts. If you know an encryption methods, but not implemented already used in a hunt made contact me and will be added to this list. Next to be added are:
The main features of CryptUtils:
SET #cd=Cod_Cesar
set $TEXT_CODE="RHJZTBVQFHVCZVHQBQVTEBVQFEBOJVTYDZGKVQRQFE"
set %i
set $TEXT_CLAIR
OPTION #cd TABLE=ABCDEFGHIJKLMNOPQRSTUVWXYZ_
CODAGE #cd
for %i=1 to %i=26
OPTION #cd DECALAGE=%i
APPLY_DECODAGE $TEXT_CODE $TEXT_CLAIR
PRINT Essais avec le decalage %i
PRINT Texte decode : $TEXT_CLAIR
NEXT %i
PRINT FinThe next major developments will be: