RE: Using password based encryption.

2005-09-28 Thread Fan, Zhenqiang
, 2005 3:34 PM To: openssl-users@openssl.org Subject: Re: Using password based encryption. On Tue, Sep 27, 2005, Fan, Zhenqiang wrote: > > Hi, > I am writing PKCS #5 v.2 PBE (password based encryption) program, and cannot > make it work. The problem is that EVP_get_cipherbynid() always

Re: Using password based encryption.

2005-09-27 Thread Dr. Stephen Henson
On Tue, Sep 27, 2005, Fan, Zhenqiang wrote: > > Hi, > I am writing PKCS #5 v.2 PBE (password based encryption) program, and cannot > make it work. The problem is that EVP_get_cipherbynid() always returns nil > (see program below). I wonder if there is another way to get an appropriate > EVP_CIPHE

Using password based encryption.

2005-09-27 Thread Fan, Zhenqiang
Title: Using password based encryption. Hi, I am writing PKCS #5 v.2 PBE (password based encryption) program, and cannot make it work. The problem is that EVP_get_cipherbynid() always returns nil (see program below). I wonder if there is another way to get an appropriate EVP_CIPHER object