I\'d like to store a serialized object to a file however I\'d like to make it encrypted. It doesn\'t need to be really strong encryption. I just want something easy (preferably
javax.crypto.SealedObject is definitely the answer. What's the problem with the keys?