Re: asymmetric vs symmetric ciphers - block size?

From: Adam O'Brien (adamobrien54321_at_yahoo.co.uk)
Date: 05/19/03


Date: 19 May 2003 07:56:27 -0700

digitalhome@ananzi.co.za (Clive) wrote in message news:<3e90be2d.0305181107.49e1cd79@posting.google.com>...
> Can anyone briefly explain why in general asymmetric ciphers need
> larger block sizes than symmetric ones?
>
> Your help is much appreciated.
> Clive Barker

For asymmetric ciphers the keys need to be bigger than for symmetric
ciphers. This is because the 'brute force' method of cryptanalysis are
different in the two cases. For symmetric ciphers one has to check
every key in the key space (minor tweaks aside). For an asymmetric
cipher like (standard) RSA you don't have to ckeck every possible key
- e.g. you know that p and q will be odd. For RSA the 'brute force'
attacks are actually quite sophisticated (GNFS), so the keys must be
longer.
Now, given that you are using a larger key you may as well use a
larger block size. Again to use RSA, large values of p and q imply
large ciphertext values. So it would just be wilfully inefficient to
restrict the size of input blocks to lower values.
Adam



Relevant Pages

  • Re: asymmetric vs symmetric ciphers - block size?
    ... > For asymmetric ciphers the keys need to be bigger than for symmetric ... That's the pollard-rho algorithm in pseudo-C source. ... My point being is that brute force attacks aren't used against ...
    (sci.crypt)
  • Re: different Modes of Operation
    ... > I want some information and some digrams that shows ... > different modes of operation of symmetric block ... > ciphers NOT with asymmetric ciphers or stream ciphers. ...
    (sci.crypt)
  • different Modes of Operation
    ... I want some information and some digrams that shows ... ciphers NOT with asymmetric ciphers or stream ciphers. ...
    (sci.crypt)
  • Re: what are best resources on cryptanalysis?
    ... A1) A Collision Attack On 7 Rounds of Rijndael ... A18) Breaking RSA May Be Easier Than Factoring ... A23) CA of Block Ciphers - The AES Case ... A56) DCA of DES-like Cryptosystems ...
    (sci.crypt)
  • Re: RSA large messages
    ... I am not sure if your RSA figures are for bits or bytes - if bytes, ... is faster than the listed ciphers (DES, blowfish, rc5 etc.)- if bits, ... it's about mid way between the fast and slow ciphers. ...
    (sci.crypt)

Loading