Reason for OpenSSL internal error, assertion failed: b <= sizeof ctx->final

2009-07-15 Thread Kumar Rounak
I am recieving this error when decryption routine is executed to decrypt the encrypted input. someone pls tell me the reason for this error and if possible what we need to do in order to solve this. Code Snippet for Decryption: int decrypt (int infd, int outfd) { unsigned char outbuf[IP_SIZE]

Encrypt file using openssl cmd line utility Decrypt in C

2009-07-07 Thread Kumar Rounak
I am planning to encrypt a file using cmd line utility and decrypt it in c. How to do this? -- Kumar Rounak Consulting Software Engineer Contact: 91-9886900569

Determine the Status of Encryption.

2009-06-29 Thread Kumar Rounak
i am planning to make an encryption tool which uses openssl to encrypt the file using blowfish in cbc mode, is there any way to determine at the decrypting tool which is again written using openssl that a file is encrypted or not before actually attempting to decrypt the file. -- Kumar Rounak

Decrypt File Encrypted with Crypt::CBC(Blowfish) using openssl

2009-06-24 Thread Kumar Rounak
Is it possible to Decrypt File Encrypted using perl Crypt::CBC(Blowfish) in openssl. Pls. Help -- Kumar Rounak Consulting Software Engineer Contact: 91-9886900569