FunkmastaD Posted October 6, 2004 Report Posted October 6, 2004 Shrop does not understand the ways of the useless posts that have no function other than waste space. Quote
Dav Posted October 7, 2004 Author Report Posted October 7, 2004 just read will be beat 17th, you will be spamming in no time. Quote
FunkmastaD Posted October 7, 2004 Report Posted October 7, 2004 Its ok shrop just dive into the meaningless conversation and you'll understand Quote
Dav Posted October 8, 2004 Author Report Posted October 8, 2004 post somthing relivant but maningless. Quote
Dav Posted October 8, 2004 Author Report Posted October 8, 2004 w00t new page [)4\/ 4 73|=| \/\/1|\| Quote
FunkmastaD Posted October 8, 2004 Report Posted October 8, 2004 Dav busts out the 1337 5p34k with the little victory Quote
Dr Brain Posted October 8, 2004 Report Posted October 8, 2004 4C65657420737065616B2069736E2774207175697465206D79207374796C652C20736F20492066696775726564204920776F756C6420706F737420697420696E206865782E0D0A0D0A4865782069732065617369657220746F20706F7374207468616E2062696E6172792C20776869636820776F756C642068617665206265656E206D792066697273742063686F6963652E203130207479706573206F662070656F706C652C20616E6420616C6C20746861742E00 Quote
Kilo Posted October 8, 2004 Report Posted October 8, 2004 (edited) Leet speak isn't quite my style, so I figured I would post it in hex. Hex is easier to post than binary, which would have been my first choice. 10 types of people, and all that.<{POST_SNAPBACK}> For PHP 5 only:<? $data = $StringOfHexASCII; $dataArray = str_split($data, 2); foreach ($dataArray as $piece) {   $dec = base_convert($piece, 16, 10);   print chr($dec); } ?>I'm just posting the output of that code where $StringOfHexASCII is his post (without the newlines interrupting the hex string.) Edited October 8, 2004 by Kilo Quote
Dr Brain Posted October 8, 2004 Report Posted October 8, 2004 127145154154054040154145164163040163145145040167150157040143141156040144145143157144145040164150151163040164150145156056040050111164047163040157143164141154040142171040164150145040167141171051015012015012117143164141154040151163040162141164150145162040151156164145162145163164151156147054040156157164040165163145144040141156171155157162145054040142165164040151164040167141163040143157155155157156040157156040157154144040141162143151164145143164165162145163040164150141164040150141144040167157162144040154145156147164150163040164150141164040167145162145040141040155165154164151160154145040157146040063040050071040146157162040145170141155160154145051056040 Quote
Kilo Posted October 8, 2004 Report Posted October 8, 2004 Well, I can't solve that one in five minutes. I'll try to figure it out later. If it's not complete garbage. Quote
Kilo Posted October 8, 2004 Report Posted October 8, 2004 Well, lets see who can decode this then. (It's octal by the way) Octal is rather interesting, not used anymore, but it was common on old arcitectures that had word lengths that were a multiple of 3 (9 for example).<{POST_SNAPBACK}> Agh, I was a really big idiot and forgot that octal ASCII is 3-digits per character...so I initially gave up after having my computer beep at attempting to decode 2-digit octal into decimal ASCII, which anyone could tell won't translate into typable characters just by the first pair being "12." I'm am teh dumb. (same code, except change the second parameter of str_split to 3 and the second parameter of base_convert to Quote
FunkmastaD Posted October 8, 2004 Report Posted October 8, 2004 Now Brain is just trying to show off. Quote
Dav Posted October 12, 2004 Author Report Posted October 12, 2004 i cant be botherd to find one, somone post traslation. Quote
Kilo Posted October 12, 2004 Report Posted October 12, 2004 Translation of what? Everything in number code has been translated so far. Quote
Dav Posted October 12, 2004 Author Report Posted October 12, 2004 well i didnt read it all properly Quote
Dr Brain Posted October 12, 2004 Report Posted October 12, 2004 52, 72, 73, 83, 0, 73, 83, 0, 65, 0, 82, 69, , 76, 65, 67, 69, 77,69, 78, 84, 0, 67, 89, , 72, 69, 82, 14, 0, 41, 0, 68, 79, 85, 66,84, 0, 84, 72, 65, 84, 0, 73, 84, 7, 76, 76, 0, 66, 69, 0, 67, 82,65, 67, 75, 69, 68, 0, 81, 85, 73, 67, 75, 76, 89, 12, 0, 66, 85,84, 0, 41, 7, 68, 0, 76, 73, 75, 69, 0, 84, 79, 0, 66, 69, 0, 65,77, 65, 90, 69, 68, 14, 0, 0, 35, 79, 78, 71, 82, 65, 84, 83, 0, 84,79, 0, 33, 82, 78, 75, 0, 70, 79, 82, 0, 68, 69, 67, 82, 89, , 84,73, 78, 71, 0, 77, 89, 0, 0, , 82, 69, 86, 73, 79, 85, 83, 0, 79,78, 69, 83, 12, 0, 84, 72, 79, 85, 71, 72, 14 Quote
Kilo Posted October 12, 2004 Report Posted October 12, 2004 (edited) This is a replacement cypher. I doubt that it'll be cracked quickly, but I'd like to be amazed. Congrats to Arnk for decrypting my previous ones, though.<{POST_SNAPBACK}> Tricky, I was thinking too hard about it. It's just ASCII offset backwards by 32. <? $data = $StringOfOffsetASCII; $dataArray = explode(', ', $data); foreach ($dataArray as $piece) {  $piece += 32;  print chr($piece); } ?> 15:3c:91 ab 6b 5e a4 b2 a7 5e ab a8 b6 a8 66 b7 5e b3 b2 a8 5e a9 b3 b6 5e bd b3 b9 6b 5e 83 b6 a4 ac b2 6b 5e ac a9 5e bd b3 b9 5e b4 b0 a4 bd 5e b8 ab ac b7 5e aa a4 b1 a8 5e ac b2 5e b6 a8 ba a8 b6 b7 a8 6d Edited October 12, 2004 by Kilo Quote
Dr Brain Posted October 13, 2004 Report Posted October 13, 2004 Oh, and here's one for you, Brain, if you play this game in reverse.<{POST_SNAPBACK}>Â Base 15 with a negative offset of 57. Very tricky with the base 15. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.