Tuesday 7 February 2012

Encrypt a file in linux

To Encrypt a file in linux

# gpg -c file
The out put will be file.gpg

To Decrypt a file in linux

# gpg file.gpg




No comments:

Post a Comment