Transfering files securely

File encryption

File encryption

Are you thinking of transferring some files from your server to another location over an unsecured network?

Lets say those files contain some important data(ex. your credit card database data) and you are a little paranoid when thinking about unsecured network connections.

In case you are running Linux, you are in luck, the Gnu Privacy Guard (GPG) is an free encryption tool that can encrypt or sign your files/archives with a password or an access key.

Basic usage

  • open up a ssh terminal console
  • Encryption command:
gpg -c <file_name>

- this will create a new file called <file_name>.gpg which is your encoded file

  • Decryption command:
gpg <file_name>.gpg

The full online usage manual of the gpg command can be found on The GNU Privacy Guard Handbook webpage.

Good luck:)

Share this Post:
Digg Google Bookmarks reddit Mixx StumbleUpon Technorati Yahoo! Buzz DesignFloat Delicious BlinkList Furl

No Responses to “Transfering files securely”

Leave a Reply:

Name (required):
Mail (will not be published) (required):
Website:
Comment (required):
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>