Re: BF-CBC

2007-07-22 Thread Stefanus Hermawan
hello, Ok, i will try first thanks, Best regards, ST. Hermawan On 7/20/07, Marek Marcola <[EMAIL PROTECTED]> wrote: Hello, > i find an information about add new chipers BF-CBC but find nothing. > may be somone ever find thid? Look at: http://www.openssl.org/docs/crypto/blowfish.html

Re: BF-CBC

2007-07-19 Thread Marek Marcola
Hello, > i find an information about add new chipers BF-CBC but find nothing. > may be somone ever find thid? Look at: http://www.openssl.org/docs/crypto/blowfish.html# for low-level API, or use: EVP_CIPHER_CTX_init(&ctx); EVP_EncryptInit_ex(&ctx, EVP_bf_cbc(), NULL, key, iv