about Crypt Init

2001-11-30 Thread rival
value each time i encrypt a new message and the third part must do the same to decrypt. then i EVP_BytetoKey() each time with the fixed key, am i right, or am i misusing IV init etc..?! - rival. __ OpenS

Re: beginner question.

2001-09-16 Thread rival
e length returned by both EVP_DecryptUpdate and Final > > is 0, but the input is non null. > > > > any ideas ?! > > > > Impossible to do anything other than guess without seeing your code. > However a common mistake is to

beginner question.

2001-09-16 Thread rival
like EVP_bf_cbc or EVP_bf_cfb (blowfish is the one i want) it just fails, the length returned by both EVP_DecryptUpdate and Final is 0, but the input is non null. any ideas ?! thanks. -rival. __ OpenSSL Project