Simple Decryption - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Simple Decryption (
/showthread.php?tid=273252)
Simple Decryption -
Mrkrabz - 31.07.2011
Sebz gur ybpx, gur cngu fcyvgf gb tb arne gur jngre. Gur pnpur vf va n znal-gehaxrq gerr fgnaqvat ba vgf bja ol gur jngre.
Decryption Key
A|B|C|D|E|F|G|H| I| J| K|L|M
-------------------------
N|O|P|Q|R|S|T|U|V|W|X|Y|Z
(letter above equals below, and vice versa)
Could someone decrypt that for me? (It's VERY VERY simple). I have like 6 others to do which are almost a paragraph.
So much work for a Geocache
Second one:
Jurer gur Xvatsvfure fcvrf,
Lbh jvyy svaq lbhe cevmr,
Jurer gur gebyy yvrf.
Third:
10z sebz gur srnfg naq va n ubyr ng gur sbbg bs n L funcrq gerr.
Re: Simple Decryption -
Hal - 01.08.2011
Did the first one. Thats all I'll do. And yes, I did it manually :P
Quote:
From The Lock, The Path Splits To Near the Water. The Cache Is In A Many-Trunked Tree Standing On Its Own By The Water
|
Re: Simple Decryption -
JaTochNietDan - 01.08.2011
http://glowebelbun.co.uk/SA-MP/MrKrabzDecryption.php
Have fun.
Re: Simple Decryption -
Mrkrabz - 01.08.2011
Quote:
Originally Posted by JaTochNietDan
|
Oooo, thanks
Just what I need hah, I found like 20 Geocache's in my area, so this will be useful
And thanks Hal
Re: Simple Decryption -
lolumadd_ - 01.08.2011
What game requires you to decrypt riddles?
Re: Simple Decryption -
JaTochNietDan - 01.08.2011
Quote:
Originally Posted by lolumadd_
What game requires you to decrypt riddles?
|
http://en.wikipedia.org/wiki/Geocaching
It's a worldwide GPS treasure hunting game, they often require you to solve riddles and stuff in order to actually find the cache (treasure).
Re: Simple Decryption -
RyDeR` - 01.08.2011
Have fun decrypting:
http://forum.sa-mp.com/showpost.php?...postcount=2019
Example:
pawn Код:
new
string[] = "Sebz gur ybpx, gur cngu fcyvgf gb tb arne gur jngre. Gur pnpur vf va n znal-gehaxrq gerr fgnaqvat ba vgf bja ol gur jngre."
;
rot_Encryption(13, string);
print(string);
Prints: "From the lock, the path splits to go near the water. The cache is in a many-trunked tree standing on its own by the water."
pawn Код:
new
string[] = "Jurer gur Xvatsvfure fcvrf, Lbh jvyy svaq lbhe cevmr, Jurer gur gebyy yvrf."
;
rot_Encryption(13, string);
print(string);
Prints: "Where the Kingfisher spies, You will find your prize, Where the troll lies."