Re: Determine the Status of Encryption.

2009-06-29 Thread Victor Duchovni
On Mon, Jun 29, 2009 at 05:13:52PM +0530, Kumar Rounak wrote: > 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 no

Re: Determine the Status of Encryption.

2009-06-29 Thread Michael S. Zick
On Mon June 29 2009, Kumar Rounak wrote: > 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 atte