HTS Basic Web 6: Decrypt the Password

The fifth basic web mission is very different from the prior missions (except maybe in one way the second mission) in that it requires an extensive use of logic. Actually this mission doesn’t have anything to do with hacking, but it teaches a very valuable lesson, which we will come to later.

By looking at the source code, we can only see the two forms. Nothing interesting. The next step is to try out the password encryption form. Type anything, and you can see that it does work. It shows you the encrypted string. Logically, the task is simply to construct a string that is encrypted to the code you were given. I got dg7847>l. First, try with something simple:

a -> a

a gives a. Seems simple, doesn’t it?

aaaaaaaa -> abcdefgh
bbbbbbbb -> bcdefghi

This is interesting. The same character is converted to different characters depending on what position in the string it has. If we think about it, though, it isn’t complex at all: In place 0 (the first), the letter is moved 0 steps in the alphabet. In place 1, it is moved 1 step, and so on. The password, though, contained a character other than a-z, >. How can we get it? Let’s check what happens if the alphabet isn’t enough:

wwwwwwww -> wxyz{|}~

That gives it all away: everyone should know about the ASCII table. After x, y, z comes — that’s right — {, |, } and ~. Now, we only have to find the correct characters. Every character should be counted backwards a number of steps equal to its position in the encrypted string. Start with the first character. dg7847>l:

d -> d
f -> g
5 -> 7
5 -> 8
0 -> 4
2 -> 7
8 -> >
e -> l

The decrypted string is therefore df55028e. Check it first to check if you have to adjust it, and then use it to continue to the next mission. As I said before, this mission teaches a very valuable lesson: never, ever use a simple encryption algorithm. The best would be to use an irreversible algorithm, such as MD5 or SHA-1. It is even better if you manage to hide the algorithm, although security through obscurity should never be recommended. Of course, the best is to never let the encrybted password leak out.movie porn animemasterbation free moviesglory the movienudes moviemovies free bbw pornsex full length moviesmovies of stripping girlssex from scenes movies Map

Maybe Related?

146 Comments »

  1. the new one is>>bbddd777

    Comment by YOFAG — October 12, 2006 @ 12:41 am

  2. Yo fag: Thanks, but I’m afraid that the password is different for every user.

    Comment by Tim — October 12, 2006 @ 1:02 am

  3. 0:389:?8

    WTF>.

    Comment by HELPME — October 16, 2006 @ 2:27 am

  4. it was me up there, help me please

    Comment by HELPME — October 16, 2006 @ 2:27 am

  5. HELPME: Try reading this post. It’s really helpful.

    Comment by Tim — October 16, 2006 @ 5:20 am

  6. how do i try the fourm without typing into the password box

    Comment by help — October 27, 2006 @ 7:36 pm

  7. “help”: There are two boxes, if memory serves me right. One is for trying the algorithm out, and the other one is for entering the real password.

    Comment by Tim — October 27, 2006 @ 9:52 pm

  8. how to i get to the password encription form to try it

    Comment by helpmeplease — October 28, 2006 @ 1:05 pm

  9. “helpmeplease”: Read the text on the mission page.

    Comment by Tim — October 30, 2006 @ 8:57 am

  10. Frist..thanks for the nice explanation…
    i think i know what do u meen and i tried it on the example which u put on.. and i solve it … but i try it again and i didn’t work … so i ask if i go right or wrong

    String : e2c7ikl

    Comment by shereib — November 6, 2006 @ 7:47 am

  11. Encrypted: e3e:mprC
    Decrypted: e4g=quxJ

    Comment by shereib — November 6, 2006 @ 7:48 am

  12. Shereib: You’ve got the right idea, you’re just counting in the wrong direction: You should take e + 0, 3 + 1, e + 2, : + 3 and so on instead of e - 0, 3 - 1, e - 2 and : - 3. Then the first three characters would be: e2c. I’m not sure, but that might be the problem.

    Comment by Tim — November 6, 2006 @ 5:00 pm

  13. hey i cant figure out what to do. do i take the password and copy it into the box to have it encrypted? if so…then what?

    Comment by hey — November 8, 2006 @ 4:28 am

  14. hey“: That’s right. When you have verified that your decryption of the password is correct, you can enter it into the real password field (not the encryption field).

    Comment by Tim — November 8, 2006 @ 9:48 am

  15. ugh i’m stuck

    mine is

    You have recovered his encrypted password. It is:

    83:

    Your encrypted string is: ‘84

    Comment by Anonymous — November 28, 2006 @ 3:38 am

  16. bump.

    Your encrypted string is: ‘84

    Comment by Anonymous — November 28, 2006 @ 3:38 am

  17. Anonymous: Well, I am not going to spoil it for you. It should be easy enough if you just read this post thoroughly. If you’re stuck on a specific part, though, I’d gladly help.

    Comment by Tim — November 28, 2006 @ 6:41 am

  18. The password I have to decrypt is 3e96hgg= what would that be? I have tried many times but I just don’t understand the ASCII table.

    Comment by Anonymous — November 29, 2006 @ 12:37 am

  19. Never mind Sorry I posted to soon because I didn’t have enough hope in my self like I should have. It was actually incredibly easy and I found out how to do it on my own sorry for posting.

    Comment by Anonymous — November 29, 2006 @ 12:48 am

  20. need to help to solve this one? I can’t make the decryption process work!!
    Encrypted : 536i

    Comment by darkvix — December 5, 2006 @ 5:34 pm

  21. darkvix: Try doing what is outlined in the post. If that doesn’t work, please write what part is not working for you.

    Comment by Tim — December 5, 2006 @ 9:22 pm

  22. This is my encrypted password: e3e;e:i;

    but I cant find the firs ;

    It is really irritating… it doesn’t go on annything I try! AARGH!

    Comment by Topcat — December 24, 2006 @ 3:53 pm

  23. sup tim, can you make this shit for me ?

    4:h7

    Comment by . — January 4, 2007 @ 8:24 pm

  24. can someone show me the WHOLE alphabet (including {['#[]#[’ ect)

    Comment by augustusgloo — January 5, 2007 @ 5:23 pm

  25. well i got the numeric part and alphabetical parts, but when i get to the things like this i am baffled and dumbfounded. I read the scales and tables for these but I seam to be missing something. Can you help? thanks ~Power~

    Comment by Power — January 6, 2007 @ 9:34 pm

  26. Ha wow do i feel syupid. the damn table “ecuse my french langueges lol” tells you just count backwards from theASCII tables. DUH! I got it! woopwoop. :)

    Comment by Power — January 6, 2007 @ 9:40 pm

  27. i resolved it, with alot of help from my friend, he explained me in my language so i understand it better ^^

    my password was: 49f48f78

    49f48f78 }
    |||||||| }result: 4 = 0; 9 = 1; f = 2; 4 = 3; 8 = 4; f = 5; 7 = 6; 8=7
    01234567 }

    so 1: 4 - 0 = 0 }
    2: 9 - 1 = 8 }
    3: f - 2 = d }
    4: 4 - 3 = 1 } my password decrypted is: 08d14a11 :) i hope you all
    5: 8 - 4 = 4 } did understand… if you decrypt you minus, if you
    6: f - 5 = a } encrypt you + ^^ sorry for my bad english, i go to
    7: 7 - 6 = 1 } sleep, good night… and see ya
    8: 8 - 7 = 1 }

    Comment by . — January 8, 2007 @ 10:25 pm

  28. shit, at 4 - 0 = 0 it’s 4 - 0 = 4 , sorry :) so it’s 48d14a11

    Comment by . — January 8, 2007 @ 10:28 pm

  29. ., thanks for sharing. I bet it helps a lot of people.

    Comment by Tim — January 8, 2007 @ 11:19 pm

  30. ughh, first i tried to add, and i got nervous why doesnt this thingy work? then i realized that you have to decrease.. mine pass was 25282146… so encrypted it was 264 and so on… writing those thingys down helped really much, without this, (umm?) timjoh thingy i couldnt have made this =b

    Comment by t1011100 — January 9, 2007 @ 10:51 pm

  31. no wel i seen fag and wtf , i was like that to and got explaned good , and now i see here , its even better explaned , pretty eazy , exapt th

    Comment by darknevil — January 24, 2007 @ 4:27 pm

  32. I Am Actually Really Stuck
    Im 12 Yrs Old So Im Obviously No Expert
    So I Would Really Appreciate It If Someone Decypted My Password

    You have recovered his encrypted password. It is:

    0e59h:jh

    Thank You

    Comment by Tarun — January 27, 2007 @ 11:53 am

  33. hi… i really dont understand this. i tryed so hard to break it. But i guess its too hard for me ):
    soo. i would ask if anyone could help me?
    my encrypted pwd is:

    a7545f

    Comment by Skylord — January 28, 2007 @ 5:59 pm

  34. hi… i really dont understand this. i tryed so hard to break it. But i guess its too hard for me ):
    soo. i would ask if anyone could help me?
    my encrypted pwd is:

    a7545f

    Comment by wiii — January 28, 2007 @ 6:05 pm

  35. Tarun and Skylord: It would be easier to help if you could tell me on what point of these instructions that you get stuck.

    Comment by Tim — January 28, 2007 @ 6:25 pm

  36. heh, i actually took a look at the page’s info (in firefox just right click in a blank area and it’s at the bottom). from there i found the encryption’s php page, brought that up and typed in “blah” as a test and i ended up on level seven. not to sure how it worked though…?

    Comment by zywex — January 29, 2007 @ 6:59 am

  37. hmm… to further comment on my last post, im on what seemed to be level seven but nothing of what’s described on this site is what i have on the page i came up. i’ve saved the source code incase tim want’s to see what it was.

    Comment by zywex — January 29, 2007 @ 7:03 am

  38. zywex, that sounds weird. I’d love if you could email me the source code or upload a mirror of it somewhere. Anyway, you should report it to the HTS crew. You might get those extra points from the last realistic mission, hacking that site.

    Comment by Tim — January 29, 2007 @ 4:08 pm

  39. You have recovered his encrypted password. It is:
    0e59h:jh

    This Is What I Got When I Decrypted It
    0f7

    Comment by Tarun — January 30, 2007 @ 7:53 pm

  40. The Other 1 Went Wrong - SORRY
    Encypted Password : 0e59h:jh
    When I Decrypted It : 0f7

    Comment by Tarun — January 30, 2007 @ 7:54 pm

  41. OKAY IT WENT WRONG AGAIN THIS IS MY DECYRPTED PASS
    0f7

    Comment by Tarun — January 30, 2007 @ 7:55 pm

  42. aaarrrggghhh it keeps changing meh decrypted version
    so ill include a print screen : http://i18.tinypic.com/3151tlx.jpg

    Comment by Tarun — January 30, 2007 @ 8:07 pm

  43. Tarun, sorry for the WordPress comment filter messing around. I think that the decrypted password should be right, doesn’t it work?

    Comment by Tim — January 30, 2007 @ 9:03 pm

  44. No It Doesn’t Work
    I Got This Message
    “Error: Sorry. but you have entered an incorrect password”

    Comment by Tarun — January 31, 2007 @ 7:18 pm

  45. Yes Ive Done It Now
    Here Is My Decrpted Pass Without The Spaces
    0 d 3 6 d 5 d a

    Comment by Tarun — February 1, 2007 @ 4:37 pm

  46. Congratulations, Tarun :)

    Comment by Tim — February 1, 2007 @ 5:45 pm

  47. LOL Thnx
    Ive Now Completed The Basic Web Missions Thnx To This EXCELLENT Help/Answers Site - Tim I Think Your The One Hu Needs Congratulting

    Comment by Tarun — February 2, 2007 @ 7:51 pm

  48. Hey.. just found this site after getting to basic 6 on my own :///

    I tried getting this password decrypted: 888egk9=
    Before I went inhere I came to: 876 myself.. thats is equal ‘888′

    Well, even tho. Im reading this over and over it doesnt help me much.. cant find out how to do the last ‘egk9=’

    Could someone please help me? ..

    Comment by Daniel Andersen — February 25, 2007 @ 10:19 am

  49. Daniel, you’re right about 876. For the next character, just move three steps back in the ASCII table.

    Comment by Tim — February 25, 2007 @ 11:46 am

  50. i have no i dea wats happening her help me out

    Comment by Da'Von — February 25, 2007 @ 4:44 pm

  51. Da’Von, would you mind supplying me with a better description of your problem?

    Comment by Tim — February 25, 2007 @ 5:41 pm

  52. Thanks dude, i was getting confused with the javascript in mission five, and i would have not thought of the asciII table. Again thanks dude

    Comment by Rob — February 27, 2007 @ 1:50 am

  53. I’m having difficulties decrypting 1f264>7k
    the table is really confusing and difficult for me to follow…

    Comment by Kasuten — February 27, 2007 @ 3:42 am

  54. Ok. I’m confused. Whenever I decrypt my password it turns out to be 1e/2/80c but the site says it’s wrong.
    The encrypted password is 1f264>7k
    What am I doing wrong?

    Comment by Kasuten — February 27, 2007 @ 4:06 am

  55. nm. I fiured it out.

    Comment by Kasuten — March 1, 2007 @ 4:42 am

  56. i just noticed u have to decrypt the one it already shows. i felt like a jackass that i didn’t think of this before

    Comment by 4356 — March 2, 2007 @ 5:03 pm

  57. hi, my encrypted password is 3b:6
    but I´m not sure how to get the value of the :
    can you help me?
    thanks

    Comment by ajerick — March 10, 2007 @ 2:09 am

  58. ajerick: Look at the ASCII table, and see what’s before the colon.

    Comment by Tim — March 10, 2007 @ 7:44 am

  59. yeah! thanks I get it…

    Comment by ajerick — March 10, 2007 @ 8:45 pm

  60. this is what it gave me : f23

    Comment by i dont understand — March 13, 2007 @ 2:41 am

  61. nevermind! that was a lowercase L not one of those straight line things: |

    l|l| they look the same an arial type font

    Comment by i dont understand — March 13, 2007 @ 2:47 am

  62. whoa what happened to my post ^^^

    Comment by i dont understand — March 13, 2007 @ 2:49 am

  63. James your a noob, but pretty good for finding this site :D
    5f06504e is the answer !

    Comment by Nathan — March 14, 2007 @ 5:29 pm

  64. ive been trying this for over a houre my code is e5fii7l8 i just cant figure the table thing its just to hard can someone help me encrippted is e5fii7l8 i keep on getting e6hlm13s15 as the decoded please someone help

    Comment by dakota — March 17, 2007 @ 7:02 pm

  65. dakota, take e5fii718 and do as it says in the post here. The beginning will be e4d.

    Comment by Tim — March 18, 2007 @ 9:33 am

  66. i just cant figure it out i think imm ganna quit i keep getting e4dfe1f0ands its not right errr

    Comment by dakota — March 18, 2007 @ 1:30 pm

  67. i dont get anything here .. what would this be.. bf8j?=p

    Comment by help me whit this please.. — March 20, 2007 @ 5:46 pm

  68. oke tim i have no clue what so ever (i know that respond alone will only get me the awnser can you tell me on what part you have no clue)

    wel so i don’t know if start whit the code put it in the decripting thing or i use the own code and use it on the ASCII table and wheter to go back 1 or 2 or forward 8|

    help plz

    Comment by idiot — March 21, 2007 @ 12:13 pm

  69. im gonna read you explenation again and see if it helps “this is not my laungwich so its hard to understand fully

    Comment by idiot — March 21, 2007 @ 12:15 pm

  70. idiot (interesting name): For the first character, move 0 steps forward in the ASCII table. For the second character, move 1 step forward. For the third character, move 2 steps. For the fourth character, move 3 steps and so on. Hope it helps.

    Comment by Tim — March 21, 2007 @ 6:21 pm

  71. thanks tim il give it a try i tried somthing like that before i must of done it wrong then.

    (i feel so smart whit my name :P)

    Comment by idiot — March 21, 2007 @ 9:23 pm

  72. yay tim :D i did it lol i was doing it 1+ insted of 1 back :rolleyes:

    Comment by idiot — March 21, 2007 @ 9:43 pm

  73. Hello. Decrypted password is a2;e9=9h and what I can encrypt from it is:
    Encrypted - a2;e9=9h
    Decrypted - a2 d8 7a
    I don’t find the algorithm for “;” and “=”
    Please help me. Thanks. And I’m still working out on it!! (going to bed at midnite lol)

    Comment by Akasha — March 28, 2007 @ 7:07 pm

  74. No I made an error !!
    Encrypted - a2;e9=9h
    Decrypted - a1 d8 7a
    What about “;” and “=”?
    I don’t know its aglorithm. Thanks :-)

    Comment by Akasha — March 28, 2007 @ 7:11 pm

  75. Akasha, look at the ASCII table: http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters

    “;” is number 59, and “=” is number 61. 59 - 2 = 57 (”9″), and 61 - 5 = 56 (”8″).

    Comment by Tim — March 28, 2007 @ 9:16 pm

  76. I would like some help please, my code says bb289:j

    Comment by Brittany — April 4, 2007 @ 11:14 pm

  77. and I have bc4 so far, my questions are 1. am I right so far? and 2. since 8 + 4 = 10 my fourth number would be 10, right?

    Comment by Brittany — April 4, 2007 @ 11:16 pm

  78. Brittany, not quite. You should subtract, not add. Thus, your first two characters should be ba. Next, look at the ASCII table and see what comes two steps before 2.

    Comment by Tim — April 5, 2007 @ 12:15 am

  79. Thanks!

    Comment by Brittany — April 5, 2007 @ 2:23 am

  80. HEY TIm! can you tell me what program can i use to run a pseudocode?

    Comment by negroi — April 8, 2007 @ 3:52 am

  81. negroi, unfortunately pseudocode is just that — pseudocode. It isn’t real code. It’s just written like that to make it simple for a human to follow the code flow.

    Comment by Tim — April 9, 2007 @ 10:12 pm

  82. ok tim look i didnt get anything. my code was c6:;87l:
    i encryptidet it came out c7

    Comment by aspirin111 — April 12, 2007 @ 4:32 pm

  83. aspirin111: The start looks right. Unfortunately WordPress removed part of your comment thinking it was a tag; please post your attempt again, replacing < with “&lt;” and > with “&gt;”.

    Comment by Tim — April 12, 2007 @ 9:34 pm

  84. 205d4352 thats the newest one

    Comment by onlyprinzp — April 15, 2007 @ 6:10 pm

  85. onlyprinzp: Actually, I think that it changes all the time.

    Comment by Tim — April 15, 2007 @ 7:59 pm

  86. Ok… The site gave me ‘a64hhjh9′. Using the method you did, it should be ‘a76klon@’ but it doesn’t work. What’s the problem?

    Comment by Urmom — April 16, 2007 @ 9:01 pm

  87. Urmom, it should work. Weird.

    Comment by Tim — April 17, 2007 @ 6:00 pm

  88. mine is af846=9

    Comment by redlock — April 19, 2007 @ 9:08 am

  89. can you please say what it would be? mine is be6g;8j? and when i ecrypted it its bf8j?=pF ?

    Comment by helpmeplease.. — April 19, 2007 @ 5:52 pm

  90. i have tried and tried
    encrypted=ebh4j>j7
    decrypted password=y¸x
    decrypted password (hex)=79b878
    what am i doing wrong

    Comment by fruity — April 20, 2007 @ 12:33 am

  91. helpmeplease: The one that you have from the beginning is already encrypted. You should now find the password which, encrypted, becomes the one that you started with.

    fruity I don’t know what you are doing, really. Try re-reading the post.

    Comment by Tim — April 20, 2007 @ 5:05 pm

  92. my encrypted password is 137;=k9h what does this translate to i have not a clue

    Comment by CJ — April 22, 2007 @ 11:21 am

  93. CJ, please read the post. I am not decrypting people’s passwords; I’m merely helping them do it by themselves.

    Comment by Tim — April 22, 2007 @ 12:43 pm

  94. try to impress a guy could you help me with this string
    2:5;h5=;
    thanx

    Comment by Datingahacker — April 30, 2007 @ 8:32 pm

  95. so far i have gotten 2938d0
    the scrit was 2:5;h5=;
    cant figure out the last two

    Comment by Datingahacker — April 30, 2007 @ 9:24 pm

  96. hey i think iv got my password rite it sed its rite int the first field but when i enter it to the real password field it ses its wrong,,,help?
    encrypted- bb67

    Comment by dean — May 8, 2007 @ 2:25 pm

  97. IZ THIS RIGHT
    ENCRYPTED-bb67

    Comment by dean — May 8, 2007 @ 2:33 pm

  98. My password wich i must decrypt is 5237i>?9 . I do what you say and it tells me that password is incorrect. 535:mCE@

    Comment by Matija — May 17, 2007 @ 7:50 pm

  99. This is the whole ASCII table, right?

    0 1 2 3 4 5 6 7 8 9 : ; ? @ 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 [ \ ] ^ _ ` 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 { | } ~  €  ‚ ƒ „ … † ‡ ˆ ‰ Š ‹ Œ

     Ž   ‘ ’ “ ” • – — ˜ ™ š › œ  ž Ÿ ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬

    ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë

    Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê

    ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ

    …So, why doesn’t the encrypted password (5efhfi8l) come out to be this? (5fhkjn>s)

    If I look at the algorithm like an acronym…

    5
    ef
    fgh
    hijk
    fghij
    ijklmn
    89:;
    lmnopqrs

    And then another question…Why couldn’t you just put the encrypted password into the encrypter and have it give you the password? (Or is the meaning of this mission understanding how it works?)

    Comment by Kristian Latta — May 17, 2007 @ 10:47 pm

  100. Oh, screw it. I wasn’t thinking. I had to go backwards. Sorry about all that!

    Comment by Kristian Latta — May 17, 2007 @ 10:49 pm

  101. I can’t decrypt the ; part of the encrypted password Please help?

    Comment by Anonymous — May 20, 2007 @ 9:37 am

  102. Kristian: Good that you solved it :)

    Anonymous: Do just as you did with the other characters!

    Comment by Tim — May 20, 2007 @ 3:52 pm

  103. Hey my password to decrypt is 59cg7;;j i know how to decrypt all the numbers a letters but how do i do decrypt ; how do i count back from a ;

    any suggestions?

    Comment by Anonymous — May 21, 2007 @ 8:09 am

  104. Just go to google and type ascii table

    Comment by Matija — May 21, 2007 @ 4:01 pm

  105. You guys must be retards that needed a walkthrough for that mission or any other of the mission in basic web

    Comment by david — May 23, 2007 @ 6:38 pm

  106. Anonymous, you need to use a ASCII table, theres one on wikipedia, then you count back from the ‘;’ depending on where it’s placed in the string, in your case its on the 5th and 6th part so you just count back 5, and 6 times to get the answer. If that’s not simple enough then the answers for you are ‘6′ and ‘5′ for both of those parts.

    Comment by glenn — May 31, 2007 @ 3:59 pm

  107. Nothing makes sense at all……..bull shit

    Comment by John_Hacker — June 4, 2007 @ 4:02 pm

  108. Got it i can explain it in a simple way but cant be assed

    Comment by John_Hacker — June 4, 2007 @ 7:02 pm

  109. Good blog this one :P

    now my string is

    c39i8=h>

    i am completely lost on it.

    Comment by Yo — June 6, 2007 @ 11:38 am

  110. Yo: Try doing as the original post specifies.

    Comment by Tim — June 14, 2007 @ 11:34 am

  111. I decoded it and entered my result. No dice. I entered what I thought to be the password into the encryptor and got exactly what Sam had gotten. what the hell?

    Comment by David — June 22, 2007 @ 1:48 am

  112. David: That’s weird. Sure you didn’t misread anything, such as 1 and l?

    Comment by Tim — June 23, 2007 @ 11:13 pm

  113. same with me david….my code is 577hg>kk which so decode as 565ec7ed but it won’t go. I also checked it in the encryptor and again it wont work. is your’s the same code david?

    Comment by Psychosquirrel — June 27, 2007 @ 12:24 pm

  114. grr help!

    0ed;;6h7

    i have so far

    0db but canot work out the ;;

    cheers

    Comment by grrr help — July 10, 2007 @ 8:04 pm

  115. Ok, I’m pretty sure I’m doing this right, I just can’t figure out what the last character is in my password:

    Encrypted: c8cgj:=l
    Decrypted: c7adf57*

    I thought my decrypted password was right, but no luck. Any idea what I did wrong? I’m almost positive it has something to do with the last symbol/number. When I view the passwordon the HTS page, the “one/1″ simply looks like a bolded line, but when I copy and paste the encrypted password, it’s clearly a one.

    Comment by HackNub — July 11, 2007 @ 4:25 am

  116. Well, I decided to just replace the last symbol/letter/number with every single choice on the ASCII list, and I finally found it: e.

    Comment by HackNub — July 11, 2007 @ 4:39 am

  117. Congratulations, you have successfully completed basic 6!
    it took around 15 mins. thanks 2 dis site. my case was…

    8ceh;:6k and it was 8bce7506 use this site it has da table.. http://en.wikipedia.org/wiki/ASCII

    Comment by sike — July 17, 2007 @ 1:01 pm

  118. hi, my encrypted password is f498eh=j , but i can’t figure out how to decrypt the = sign. any help?

    Comment by Anonimous — August 22, 2007 @ 6:08 am

  119. So its like:

    54c8hkj@
    -01234567
    =53a5dfd6

    Is that right or am i doing something wrong because every time i submit it is says its wrong but ive checked it over and over again. What am i doing wrong

    Comment by Hex — August 26, 2007 @ 6:12 am

  120. The complete set of ASCII that the level uses

    abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ !”#$%&’()*+,-./0123456789:;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`

    Comment by Me — September 12, 2007 @ 9:21 pm

  121. Well….. For those lazy guys in here, I just made a decrypter :P

    http://www.treesoft.dk/hts/level6/HTSBasicsLevel6EncryptDecrypt.zip

    Comment by MulleDK13 (Me again :P) — September 12, 2007 @ 10:17 pm

  122. My encrypted key is:646g:ig8
    My decrypted key is:634d6dd1

    Can anyone tell me why my decrypted key isn’t working?

    Thanks,
    Brian

    Comment by Why isn't my code working — September 26, 2007 @ 3:35 am

  123. Nevermind, I found the solution to my code posted above (646g:ig8). The decrypted key is:634d6da1.

    -Brian

    Comment by Brian — September 26, 2007 @ 3:38 am

  124. Quote::: #

    Well….. For those lazy guys in here, I just made a decrypter :P

    http://www.treesoft.dk/hts/level6/HTSBasicsLevel6EncryptDecrypt.zip

    Comment by MulleDK13 (Me again :P) — September 12, 2007 @ 10:17 pm
    :::Quote

    Thnx so much for this, it worked great.. mad props :)

    Comment by Dan — October 3, 2007 @ 12:55 am

  125. 1cf9gh
    can solve it….sir..

    Comment by anonymous — October 8, 2007 @ 2:01 pm

  126. David, How is someone retarded if they haven’t ever did this type thing before? How would you know to use java script if you had never seen a javascript code? I’d say 99% of the people on the web haven’t ever used the view source option. People have to start somewhere and to having a coach/teacher will progress there learning/knowledge astronomicaly. How many sucessful programmers do you know who haven’t ever been to any type of programming class? The site is there to learn what is possible. How do you learn these if you don’t even know what is probable?

    Comment by James — October 17, 2007 @ 6:08 pm

  127. I use C jeje:

    #include "stdio.h"

    int main(void)
    {
    char hts[] = “21:

    just ugly and fast :P

    Comment by Pablo — November 3, 2007 @ 2:29 am

  128. hi, I have figured out most of it but I can’t find out where ; is. The code is e99;i8ii

    Comment by having truble — November 21, 2007 @ 6:13 pm

  129. Use this ASCII chart
    http://peapod.podzone.net:1234/hive/lojban-thing/current/local/ascii/table.gif

    Comment by matt — November 27, 2007 @ 3:11 am

  130. encrypted password:
    ce34:>l

    Comment by sexy — January 2, 2008 @ 10:56 pm

  131. javascript:alert(”testing testing”);

    Comment by bob — January 30, 2008 @ 12:30 am

  132. hey i need help. my pass is e44gi878 and i dont know how to decrypt it. i put it in the box above but that just encryptes it. can somebody tell mey how to decrypt it?

    Comment by kooliooo — February 1, 2008 @ 1:31 am

  133. yo i need lots of help my password is e44gi878. i know that this is encrypted but i dont really know how to decrypt it. could sum1 plz help me?

    Comment by koolifafaf — February 1, 2008 @ 1:35 am

  134. I am also confused, I have e:2

    Comment by ApocGoD — February 4, 2008 @ 5:12 am

  135. what will the decrypted code be for b8;g5g7; if thats sams encrypted password

    email me if ya know my email is holloween.david@gmail.com

    Comment by divide100 — February 12, 2008 @ 4:02 pm

  136. This thing is really pissing me off. My encrypted code is

    bb;g;gh@

    on the ASCII table i went forwards and backwards just in case i missed something in the posting. Going backwards I got ba9d7c:

    going forwards i got
    bc=j?mF

    i tried both and neither of them worked. what am i doing wrong??

    Comment by Bob — February 18, 2008 @ 1:09 am

  137. SEE HERE
    -PHP DECRYPTOR SCRIPT
    -PHP DECRYPTOR SCRIPT
    -PHP DECRYPTOR SCRIPT
    -PHP DECRYPTOR SCRIPT
    -PHP DECRYPTOR SCRIPT

    -if you have a php server or somewhere where you can host this just paste the code in and change —— to your code and let it run
    -
    -

    -
    -
    -
    -
    -
    -
    -
    -

    Comment by DECRYPTOR — March 27, 2008 @ 12:29 am

  138. bah it wouldnt paste believe it or not… took the whole dam thing out… http://rafb.net/p/621hkT99.html heres a link to the code on a text dump hope it pastes this time

    Comment by DECRYPTOR — March 27, 2008 @ 12:33 am

  139. i have a problem
    it says:
    You have recovered his encrypted password. It is:

    0gd3f;9:

    then:
    Your encrypted string is: ‘0hf6j@?A’

    please heelp!!!

    Comment by ToMo — April 5, 2008 @ 5:46 pm

  140. my encrypted pass is: 3gc;jj?l
    i cant figure out what the unencrypted pass is? can someone help plz

    Comment by ron — April 12, 2008 @ 10:57 pm

  141. my encrypted is
    9f8h;

    Comment by eragon55 — April 28, 2008 @ 4:42 pm

  142. I have the encrypted password 228e5>>< and i decrypt it to 23:h9CDC What am i doing wrong?

    Comment by Nattzor — July 27, 2008 @ 5:25 pm

  143. d38:9g??is my encrypted pass anyone got any code to hack it.

    Comment by alan — August 15, 2008 @ 6:32 pm

  144. that was fun!

    Comment by Anonymous — August 21, 2008 @ 2:03 pm

  145. hiii ppl out here..im new to the world of hackers…thes discussion helped me a lot to complet this mission…thanks to every participants

    Comment by rexx — September 4, 2008 @ 11:28 am

  146. passowrd

    929ij7<@

    encrypted is : 93;ln<BG
    my decrypted is 94=orAHN

    whats wrong can someone help me?

    Comment by striker — September 23, 2008 @ 2:35 pm

RSS feed for comments on this post. TrackBack URI

Leave a comment

FireStats iconAnvänder FireStats