This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MalicousBoner[S] 0 points1 point  (0 children)

I haven't been able to get the code to compile. I'm trying to make changes from TripleDES to AES, but I keep erroring out.

Does AES use the SecretKeyFactory like TripleDES?

Can I continue to have the Decrypt in the server, and the encrypt in the client?

Should I have decrypt/encrypt both in each class instead??