Does anyone have any examples of how to encrypt serialized data to a file and then read it back using DES?
I\'ve written some code already that isn\'t working, but I
Here is an example of DES encryption/decription for a string.