On 0, Xu Gang <[EMAIL PROTECTED]> writes:
> Hi, fellows. Thanks a lot for the hint. I'm using Blowfish in cfb mode.
> Will there be any "padding not removed" problem with this cipher?
>
> Actually I'm very new here. I wonder if anyone can also clarify to me some
> basic concepts as well. I real
Hello,
> 3) In enc manpage, what does a "salt" mean?
In "openssl enc" passphrase and salt are parameters
to PKCS#5-like key generation function.
You may read more about PKCS#5 at:
http://www.rsasecurity.com/rsalabs/node.asp?id=2127
> 4) Suppose I have an input file foo.in and a key file
Hello,
> > Hi, fellows. Thanks a lot for the hint. I'm using Blowfish in cfb mode.
> > Will there be any "padding not removed" problem with this cipher?
> >
> > Actually I'm very new here. I wonder if anyone can also clarify to me some
> > basic concepts as well. I really appreciate the help.
>
bf-cfb -in foo.in -out foo.out", where should I
insert the key file option?
>From: Marek Marcola <[EMAIL PROTECTED]>
>Reply-To: openssl-users@openssl.org
>To: openssl-users@openssl.org
>Subject: Re: Junk code after enc/dec by OpenSSL
>Date: Fri, 19 May 2006 22:33:20 +0200
>
>
On Wed, May 24, 2006 at 09:20:53PM +, Xu Gang wrote:
> Hi, fellows. Thanks a lot for the hint. I'm using Blowfish in cfb mode.
> Will there be any "padding not removed" problem with this cipher?
>
> Actually I'm very new here. I wonder if anyone can also clarify to me some
> basic concepts
nssl bf-cfb -in foo.in -out foo.out", where should I
insert the key file option?
From: Marek Marcola <[EMAIL PROTECTED]>
Reply-To: openssl-users@openssl.org
To: openssl-users@openssl.org
Subject: Re: Junk code after enc/dec by OpenSSL
Date: Fri, 19 May 2006 22:33:20 +0200
Hello,
>
Hello,
> Dear OpenSSL community fellows. I'm a new OpenSSL user. I have met my first
> headache recently. I have a plain text file to encrypt and pass to my
> friend. Afterwards, he decrypts the file. Everything is fine except for a
> small piece of junk code attached at the end of the original