Hi,
What is the best way to encrypt a regular text file that just sits on your desktop? I need to use assymetric encryption. The file will be decrypted at a remote site. I don't need to worry about encryption over the net, only at rest, because if it's already encrypted, then I don't care if someone is eavesdropping when it is in transit.
I assume I need to use JCE, is this right? I'm a newbie at this, please advise
.