Hello, I am having a problem getting my
servlet to decrypt a password. here is what I have so far...
The problem appears to be SecretKey,
it will run but it throws an exception in decrypt saying:
java.security.spec.InvalidKeySpecException: Password is not ASCII
Any help would be great, thanks in advance!
[ March 03, 2006: Message edited by: Charles Diskin ]
[Edit by Dave, code tags added]
[ March 03, 2006: Message edited by: David O'Meara ]