Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   MCSD (http://www.velocityreviews.com/forums/f26-mcsd.html)
-   -   Please help - a question on Ciphering... (http://www.velocityreviews.com/forums/t43908-please-help-a-question-on-ciphering.html)

Vincent 02-19-2004 09:48 AM

Please help - a question on Ciphering...
 
Dear experts,

I am a college student and I was asked a question on
Cipher (network security). I am frustrated as I could not
solve this problem myself. If possible, please help.

Scenario:
Consider the subsitution cipher for English text which
consists of A,B,...,Y,Z only (a total of 26 letters). The
encryption rule is to substitute a letter by another
letter which is different from itself. For instance,
subsitute A by W (but not A), B by H (but not B),...etc.
The actual subsitution rule is governed by a key. Once
the key is chosen, the subsitution rule is fixed and can
represented as follows:

A-W; B-H; C-J; D-K; E-Y; .... ;X-B; Y-U; Z-L

Questions:
1) Based on the above cipher system, determin the total
number of different keys
2) If an attacker uses a brute force attack to decrypt a
particular message, and he try 1,000,000 keys in a
second. WHat is the average time that he can decrypt the
message?
3) Is it possible to decrypt the ciphertext "WXEUV" by
this brute force attack? Why?
4) Is it possible to decrypt a ciphertext which consists
of 100,000 letters? WHy?

Please give me some ideas if possible.
Thanks a lot for your help. :-)

Jay Walters 02-19-2004 04:13 PM

Please help - a question on Ciphering...
 
This feels like a game of boggle :-)

How to crack: write a recursive function that iterates
through the possibly. For a person to physically look at
each variant would take forever. However writing another
function to perform substring checks against a dictionary
to tag possible successes would cut this down.

It's 8am ... I'm tired. So I'm shooting in the dark here.

A real example would be better, do you have spaces in
your text, or are all the words run together?

number of possibilities / number of keys tried per second
= total number of seconds

fixed key size of 26 ... 26 different letters something
like : (26*25*24* ... *3*2*1) = total number of
possibilities minus the math for a!=a, b!=b

Interms of question 4 and 5 ... I smell a trick here.

Decrypting a single word would be very hard because as
you run through all of the cipher key possibilities,
you'd basically create every 5 letter word in the
dictionary. So yes, you could decrypt it, you just
wouldn't know which word is right :-)

The more words to decrypt, the greater chance you'll get
a match.

Bottom line: It would still take some time, but it's very
achievable.











>-----Original Message-----
>Dear experts,
>
>I am a college student and I was asked a question on
>Cipher (network security). I am frustrated as I could

not
>solve this problem myself. If possible, please help.
>
>Scenario:
>Consider the subsitution cipher for English text which
>consists of A,B,...,Y,Z only (a total of 26 letters).

The
>encryption rule is to substitute a letter by another
>letter which is different from itself. For instance,
>subsitute A by W (but not A), B by H (but not B),...etc.
>The actual subsitution rule is governed by a key. Once
>the key is chosen, the subsitution rule is fixed and can
>represented as follows:
>
>A-W; B-H; C-J; D-K; E-Y; .... ;X-B; Y-U; Z-L
>
>Questions:
>1) Based on the above cipher system, determin the total
>number of different keys
>2) If an attacker uses a brute force attack to decrypt a
>particular message, and he try 1,000,000 keys in a
>second. WHat is the average time that he can decrypt the
>message?
>3) Is it possible to decrypt the ciphertext "WXEUV" by
>this brute force attack? Why?
>4) Is it possible to decrypt a ciphertext which consists
>of 100,000 letters? WHy?
>
>Please give me some ideas if possible.
>Thanks a lot for your help. :-)
>.
>


Vincent 02-20-2004 05:50 AM

Please help - a question on Ciphering...
 
Hello Jay,

Thanks a lot for your valuable comments. It helps me a
lot. Thanks again! :-)

Vincent


>-----Original Message-----
>This feels like a game of boggle :-)
>
>How to crack: write a recursive function that iterates
>through the possibly. For a person to physically look at
>each variant would take forever. However writing another
>function to perform substring checks against a

dictionary
>to tag possible successes would cut this down.
>
>It's 8am ... I'm tired. So I'm shooting in the dark here.
>
>A real example would be better, do you have spaces in
>your text, or are all the words run together?
>
>number of possibilities / number of keys tried per

second
>= total number of seconds
>
>fixed key size of 26 ... 26 different letters something
>like : (26*25*24* ... *3*2*1) = total number of
>possibilities minus the math for a!=a, b!=b
>
>Interms of question 4 and 5 ... I smell a trick here.
>
>Decrypting a single word would be very hard because as
>you run through all of the cipher key possibilities,
>you'd basically create every 5 letter word in the
>dictionary. So yes, you could decrypt it, you just
>wouldn't know which word is right :-)
>
>The more words to decrypt, the greater chance you'll get
>a match.
>
>Bottom line: It would still take some time, but it's

very
>achievable.
>
>
>
>
>
>
>
>
>
>
>
>>-----Original Message-----
>>Dear experts,
>>
>>I am a college student and I was asked a question on
>>Cipher (network security). I am frustrated as I could

>not
>>solve this problem myself. If possible, please help.
>>
>>Scenario:
>>Consider the subsitution cipher for English text which
>>consists of A,B,...,Y,Z only (a total of 26 letters).

>The
>>encryption rule is to substitute a letter by another
>>letter which is different from itself. For instance,
>>subsitute A by W (but not A), B by H (but not

B),...etc.
>>The actual subsitution rule is governed by a key. Once
>>the key is chosen, the subsitution rule is fixed and

can
>>represented as follows:
>>
>>A-W; B-H; C-J; D-K; E-Y; .... ;X-B; Y-U; Z-L
>>
>>Questions:
>>1) Based on the above cipher system, determin the total
>>number of different keys
>>2) If an attacker uses a brute force attack to decrypt

a
>>particular message, and he try 1,000,000 keys in a
>>second. WHat is the average time that he can decrypt

the
>>message?
>>3) Is it possible to decrypt the ciphertext "WXEUV" by
>>this brute force attack? Why?
>>4) Is it possible to decrypt a ciphertext which

consists
>>of 100,000 letters? WHy?
>>
>>Please give me some ideas if possible.
>>Thanks a lot for your help. :-)
>>.
>>

>.
>



All times are GMT. The time now is 02:32 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57