2009-06-03 08:36:09 UTC
Thanks for the response.
I've changed the html code to this for the default password:
<code>
<INPUT name="password" type="password" value="3995f1507e0ef6498e5a275571f7dd7b" maxlength="32" size="24">
</code>
Here I have a default password which is 32-bit long (256 bits algorithm). It is also a hexadecimal formatted. With this password I'm still able to encrypt, but not decrypt. Still get same error message as mentioned above.
Is it possible for you to post some example code which makes use of a custom IV, a specified salt and uses 256 bit algorithm which successfully encrypts and decrypts on a simple demo web page? If you provided this, I might be able to see what I'm doing wrong here.