Basic Mission 6

Learn new things
Forum rules
DO NOT POST ANSWERS OR SPOILERS! [IE: Mission Links, Mission File Names/Pages, Scripts, etc.]

Posting these will result in warnings/bans!

Re: Basic Mission 6

Post by AtlasDark on Mon Apr 06, 2009 9:30 am
([msg=21292]see Re: Basic Mission 6[/msg])

I have the methodology down but I'm wondering if the algorithm is dynamic.

The output differs each time from the same input; anyone else having this issue?
User avatar
AtlasDark
Poster
Poster
 
Posts: 175
Joined: Sun Apr 05, 2009 10:40 pm
Blog: View Blog (0)


Re: Basic Mission 6

Post by aNewHobby4me on Mon Apr 06, 2009 11:17 am
([msg=21300]see Re: Basic Mission 6[/msg])

AtlasDark wrote:I have the methodology down but I'm wondering if the algorithm is dynamic.

The output differs each time from the same input; anyone else having this issue?



That's not an issue, its a feature :)

Seriously, it is. For any cipher to work correctly, the ciphertext must translate into the correct plaintext. Since you are getting different a ciphertext each time you encrypt the same plaintext, each of those ciphertexts must be equivalent to each other in some way.

[edit] Sorry, I was thinking of realistic mission 6. Were you referring to the input as a whole, or each character of your input?
"To understand recursion you must first understand recursion."
aNewHobby4me
Poster
Poster
 
Posts: 187
Joined: Thu Jan 08, 2009 5:44 pm
Blog: View Blog (0)


Re: Basic Mission 6

Post by Defience on Mon Apr 06, 2009 11:27 am
([msg=21304]see Re: Basic Mission 6[/msg])

AtlasDark wrote:I have the methodology down but I'm wondering if the algorithm is dynamic.

The output differs each time from the same input; anyone else having this issue?


It's static so you shouldn't be getting different ouputs with the same input. That would make decrypting the pass a nightmare.
User avatar
Defience
Addict
Addict
 
Posts: 1279
Joined: Thu Jun 12, 2008 3:16 pm
Blog: View Blog (0)


Re: Basic Mission 6

Post by AtlasDark on Mon Apr 06, 2009 1:00 pm
([msg=21307]see Re: Basic Mission 6[/msg])

Thanks Defience (and aNewHobby4me for trying).

I've cleared cache, did a once-through on the source, and even restarted (out of desperation, since prevailing logic has dropped to zero), though the same input yields an inconsistent output; for instance, I fed "abc" (minus quotes) into Sam's encryptor, but results typical of doing so range from "ace," "gsi," "rmv," and other nonsensical combinations.

To be sure that aNewHobby4me's advice did not apply to me, I double-checked to ensure that I was in Basic Mission 6 as well. It seems that this is the case, and I can think of nothing else to alleviate my problem. :(
User avatar
AtlasDark
Poster
Poster
 
Posts: 175
Joined: Sun Apr 05, 2009 10:40 pm
Blog: View Blog (0)


Re: Basic Mission 6

Post by aNewHobby4me on Mon Apr 06, 2009 2:11 pm
([msg=21311]see Re: Basic Mission 6[/msg])

AtlasDark wrote:... I fed "abc" (minus quotes) into Sam's encryptor, but results typical of doing so range from "ace," "gsi," "rmv," and other nonsensical combinations....


"abc" encrypted is "ace", so that worked correctly ( just checked it), but I cannot duplicate the other results.
"To understand recursion you must first understand recursion."
aNewHobby4me
Poster
Poster
 
Posts: 187
Joined: Thu Jan 08, 2009 5:44 pm
Blog: View Blog (0)


Re: Basic Mission 6

Post by AtlasDark on Mon Apr 06, 2009 3:51 pm
([msg=21314]see Re: Basic Mission 6[/msg])

That's a curiosity. :|

I'll see what I can do locally to [possibly] address this issue.
User avatar
AtlasDark
Poster
Poster
 
Posts: 175
Joined: Sun Apr 05, 2009 10:40 pm
Blog: View Blog (0)


Re: Basic Mission 6

Post by AtlasDark on Mon Apr 06, 2009 5:10 pm
([msg=21319]see Re: Basic Mission 6[/msg])

Solved! I finally figured out the algorithm, and I must say, that was quite clever.

I suppose the problems started when I was trying to script a decoder that was probably changing the output to some randomized text (perhaps due to the decoding process).
User avatar
AtlasDark
Poster
Poster
 
Posts: 175
Joined: Sun Apr 05, 2009 10:40 pm
Blog: View Blog (0)


Basic Mission 6 is faulty.....

Post by jhetfield20 on Tue Apr 07, 2009 7:53 am
([msg=21351]see Basic Mission 6 is faulty.....[/msg])

Sorry for making a new thread here but for some reason I can't see the NEW TOPIC button in the Basic Missions Subforum.


Anyway to the matter at hand.....while I've figured the algorithm for the encryption and found the decrypted password(which by the way is right and tested with the script to ensure its the right one) when I submit it I get an error incorrect password.

Can somebody check it out???


Thanks!
jhetfield20
New User
New User
 
Posts: 2
Joined: Tue Apr 07, 2009 7:44 am
Blog: View Blog (0)


Re: Basic Mission 6

Post by Defience on Tue Apr 07, 2009 8:09 am
([msg=21354]see Re: Basic Mission 6[/msg])

AtlasDark wrote:Solved! I finally figured out the algorithm, and I must say, that was quite clever.

I suppose the problems started when I was trying to script a decoder that was probably changing the output to some randomized text (perhaps due to the decoding process).


Yeah, scripting your own decoder isn't needed, it's just a matter of using some logic and figuring out the algorithm. Good job passing it.
User avatar
Defience
Addict
Addict
 
Posts: 1279
Joined: Thu Jun 12, 2008 3:16 pm
Blog: View Blog (0)


Re: Basic Mission 6

Post by capedebo on Tue Apr 07, 2009 4:56 pm
([msg=21370]see Re: Basic Mission 6[/msg])

GUYS,..
no matter what you should refer to ASCII code flow http://www.asciitable.com/
first, you should find the algorithm flow
second, the flow is on ASCII table
last, CONGRATZ ;)
capedebo
New User
New User
 
Posts: 4
Joined: Tue Apr 07, 2009 4:48 pm
Blog: View Blog (0)


PreviousNext

Return to Basic

Who is online

Users browsing this forum: No registered users and 0 guests