What 's the most popular command to do such things in terminal in linux?
|
feedback
|
Decrypt:
Decrypt:
| |||
|
feedback
|
|
I think it would be gpg. The syntax for files and directories differs though. CompressionFor files(outputs filename.gpg):
For dirs:
DecompressionFor files(outputs filename.gpg):
For dirs:
| |||
|
feedback
|
|
I personally use
and decrypt:
Or there's mcrypt:
and decrypt:
And for a file, I suggest tar'ing the dir, and encrypting that. Then after unencrypting, just untar the file:
and to untar
| |||
|
feedback
|
