Sometimes you need to send a file containing sensitive information
across to someone over internet and you started thinking, “Gee, I’ve got
some pretty sensitive information in the file. How can I send it
securely?” There are many ways send encrypted files. A good way for
encrypting files is using a long password with GPG or GNU Privacy Guard
(GnuPG or GPG) tool. Once you’ve encrypted the file, you can do few
things.
Read full details here: Encrypting and decrypting files with password in Linux
- Put the file in an FTP or Web server the requires a second set of username and passwords.
- To further secure, you can put a firewall rule to allow a single IP/Network to access that location.
- Send the file via email as an attachment.
- Send the file via encrypted email. (double encryption). We will look into email encryption soon.
- Create a torrent file and send it securely as a private torrent if the file is too big. (i.e. movies, large files etc.)
Read the rest of it here: Encrypting and decrypting files with password in Linux
No comments:
Post a Comment