Re: Encrypt Private Key

2001-09-19 Thread Dr S N Henson
Ahmad Syukri wrote: > > Hi, > > Someone... plz help me! Could you plz tell me how to use PKCS8_encrypt() > function? I tried to encrypt private key, but don't know how. The only clue > I know is by using this function. It doesn't work! Part of my code as below. > Sorry to bother you all, but I d

Re: Encrypt Private Key

2001-09-19 Thread Chandu
Hi, I didnt understand the problem. You want to encrypt the Private key. With which key you want to encrypt and what encryption algorithm you would like to use. If you are using the DES encryption then the functions EVP_encrypt_init(), EVP_encrypt_update() and EVP_encrypt_final() functions. Tha