Keresztfalvi Laszlo wrote:
>
>
>
> When decrypting the final block is checked to see if it has the correct
> form.
>
> Although the decryption operation can produce an error if padding is
> enabled, it is not a strong test that the input data or key is correct. A
> random block has better than
Gens,
I'm new to encryption and just thinking about an application using SSL to
communicate and also for data (file) encryption both by OpenSSL (of course :-)
I found the next paragraphs in the EVP doc
(http://www.openssl.org/docs/crypto/EVP_EncryptInit.html#)
When decrypting the final block