On Wed, Oct 24, 2001 at 12:04:08PM +0800, yang yuanjie wrote:
>     I am dong my reseach job and want to know the speed of symmetric encryption and 
>how many memory it needs when process encrption. For example, about how many memory 
>is needed to encrypt a 12,000Byte string. use 3DES(168), on pII333,?

Please buy yourself a book about cryptopraphic methods. You will see, that
3DES is a symmetric cipher. Symmetric ciphers are working on chunks of a given
size (determined by the block length, which is corresponding to the key
length).
Therefore you will receive an encrypted length of 12,000bytes plus some
bytes for padding.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to