Re: Got Plaintext and Ciphertext ... Want Algorithm



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
.



Relevant Pages

  • Re: ASCII_Modulated _Trapdoor Cipher – New Cryptography.
    ... plaintext transformed into cipher text in secure communications. ... encryption data in use each has demonstrable randomness but the cipher ... the decryption algorithm should be Cipher text – ...
    (sci.crypt)
  • Re: SOBER-128 draft rfc
    ... because we extensively analysed the MAC ... function in combination with encryption. ... reason that plaintext was input to the MAC ... after all, we were designing a cipher, ...
    (sci.crypt)
  • Re: cipher program
    ... Both the program code and the cipher are, well, atrocious. ... name and the plaintext would be "file_name" and "plaintext". ... It's periodic XOR with a fixed period of 2^16 bytes. ... how an itinerant algorithm designer should spend the first ...
    (sci.crypt)
  • =?windows-1252?Q?ASCII=5FModulated_=5FTrapdoor_Cipher_=96_New_Cryptograph?= =?windows-1252?Q
    ... plaintext transformed into cipher text in secure communications. ... the decryption algorithm should be Cipher text – ... unknowns by collusion and can therefore find ...
    (sci.crypt)
  • Re: Got Plaintext and Ciphertext ... Want Algorithm
    ... How will a hex converter help? ... cipher text is equal to the length of the plaintext ... appear that it might be some kind of block cipher (but with the ... to do chosen plaintext attacks, ...
    (sci.crypt)