|
| |
: Encrypt data in Linux/Unix
Encrypt data in Linux/Unix Jul 1, 2009, 17 :02 UTC (0 Talkback[s]) (2553 reads) |
[ Thanks to donadony for this link. ]
"Encrypt:
[root@localhot ~]# gpg -c testfile.txt
Enter passphrase:
Repeat passphrase:
[root@localhot ~]# cat test
bla blabla
[root@localhot ~]# cat test.gpg
+c)Û;6¢!> ¾çõÀ`É#+° cÍÐ*b×áw´¡Rbùßåì"
Complete Story
Related Stories:
Java Web services: Axis2 WS-Security encryption(Jun 23, 2009)
-----BEGIN ENCRYPTED MESSAGE-----(Jun 22, 2009)
Researchers Build Anonymous, Browser-Based 'Darknet'(Jun 16, 2009)
Recovering Deleted Files With lsof(Jun 01, 2009)
Disk Encryption With TrueCrypt(May 20, 2009)
E-mail Encryption With GPG and Thunderbird(Apr 21, 2009)
Open Source SSL Acceleration(Apr 16, 2009)
Virtual Private Network and OpenVPN(Feb 27, 2009)
Data at Rest Remains Secure With TrueCrypt(Jan 23, 2009)
How to Suck at Information Security(Jan 18, 2009)
|