Re: Re: Symmetric cipher question

2011-02-08 Thread m999
I think that OpenSSL is very good for my purposes, Thank you very much Michael "Florian Philipp" napisał(a): > ___ > Gnupg-users mailing list > Gnupg-users@gnupg.org > http://lists.gnupg.org/mailman/listinfo/gnupg-users ___

Re: Symmetric cipher question

2011-02-08 Thread Florian Philipp
Am 08.02.2011 13:49, schrieb m...@vp.pl: > I need clear encryption output not only for AES, but also for DES, RC5 and > BLOWFISH so I taught that GnuPG is universal tool but in that case it looks I > have to find separable encryptors for all of these methods. > > Best regards > Michael > Take

Re: Re: Symmetric cipher question

2011-02-08 Thread m999
I need clear encryption output not only for AES, but also for DES, RC5 and BLOWFISH so I taught that GnuPG is universal tool but in that case it looks I have to find separable encryptors for all of these methods. Best regards Michael "Sven Radde" napisał(a): > Hi, > > Am 20:59, schrieb m.

Re: Symmetric cipher question

2011-02-07 Thread David Smith
m...@vp.pl wrote: > Hello > I have a question. I want to encrypt file that consists of one word for > example 'home with AES'. When I did encryption I got file that is 49 > bytes. How can I separate my encrypted 4-byte word from the rest of > file. I need only encrypted part of my word, I don't wan

Symmetric cipher question

2011-02-07 Thread m999
Hello I have a question. I want to encrypt file that consists of one word for example 'home with AES'. When I did encryption I got file that is 49 bytes. How can I separate my encrypted 4-byte word from the rest of file. I need only encrypted part of my word, I don't want to implement AES on my