Title: RE: password based encryption.

I believe what you might be looking for can be found in PKCS #5.
Here: http://www.rsalabs.com/pkcs/pkcs-5/index.html

It describes password based encryption schemes.

- Bob

> -----Original Message-----
> From: Richard Levitte - VMS Whacker [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 17, 2000 2:05 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: password based encryption.
>
>
> From: [EMAIL PROTECTED]
>
> cowan> i want to encrypt the source data(null-terminated) using user's
> cowan> password. first, i want to generate the random number using
> cowan> user's password. and then encrypt the source data with the
> cowan> generated random number.
>
> A random number generated from a known string is not a random number,
> and therefore gives you no extra protection (unless you call one extra
> step of computation "protection").
>
> --
> Richard Levitte   \ Spannv�gen 38, II \ [EMAIL PROTECTED]
> Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
> Redakteur@Stacken   \      SWEDEN       \ or +46-709-50 36 10
> Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
> Member of the OpenSSL development team: http://www.openssl.org/
> Software Engineer, Celo Communications: http://www.celocom.com/
>
> Unsolicited commercial email is subject to an archival fee of $400.
> See <http://www.stacken.kth.se/~levitte/mail/> for more info.
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
>

Reply via email to