Re: Got Plaintext and Ciphertext ... Want Algorithm
- From: Steve <user@xxxxxxxxxxx>
- Date: Tue, 30 May 2006 22:59:29 +0800
William L. Bahn wrote:
How will a hex converter help? It clearly isn't as simple as
that. The one thing that may help is that the length of the
cipher text (in bytes) is equal to the length of the plaintext
(in characters). Since adding a character at the end of the plain
text changes even the first byte of the cipher text, it would
appear that it might be some kind of block cipher (but with the
length dependence already noted). Since the attacker appears able
to do chosen plaintext attacks, I would recommend using strings
of increasing length until block length can be determined.
So how would I actually "determine" the block length. As you say, I can use any plaintext and get the ciphertext equivalent.
This is all just satisfying curiosity now. I've decided my overall goal (writing a client capable of communicating with a once-popular online game), was impractical but this bit still has me interested.
Cheers.
Steve
.
- References:
- Got Plaintext and Ciphertext ... Want Algorithm
- From: Steve
- Re: Got Plaintext and Ciphertext ... Want Algorithm
- From: Tuna Fish
- Re: Got Plaintext and Ciphertext ... Want Algorithm
- From: William L. Bahn
- Got Plaintext and Ciphertext ... Want Algorithm
- Prev by Date: Re: LTM Book :-)
- Next by Date: Re: Crypto Mini-FAQ
- Previous by thread: Re: Got Plaintext and Ciphertext ... Want Algorithm
- Next by thread: Re: Got Plaintext and Ciphertext ... Want Algorithm
- Index(es):
Relevant Pages
|