JAVA applet is VERY INSECURE.
JAVA applet can be downloaded and decompiled.
It will take 5 minutes or less to hack your site.
My suggestion, as I stated earlier, encrypt the password with a one-way hash (no decryption possible).
Then on your PHP script, compare this encrypted string with the encrypted string of the saved password.




Reply With Quote