[SOLVED] encrypt file without root
Hi people,
Title pretty much says it all. I have a file on a remote server that I want to encrypt, but I don't have root there. Asking them to install something for me isn't an option either. I need some way of encrypting the file using something I can run that doesn't require installing, like a script or something. I guess I could try to implement my own encryption app in python, but I'd rather not go there.
It's not terribly important for me that the solution be awfully secure. The server itself is already pretty secure.
Thanks,
-martin