How can I use password protection with the tar command in Linux? I'm new to Linux so please explain to me with simple usage.
|
feedback
|
migrated from stackoverflow.com Apr 19 '11 at 17:00
This question came from our site for professional and enthusiast programmers.
|
As far as I know tar doesn't provide this service. You could use 7zip instead, which does offer encrypted archives. What you can also do is use
This will give you a password protected archive. | |||||||||||||||
feedback
|
|
Run the output through pgp
decrypt:
Consider using proper asymmetric keys (public/private keys) for real protection | |||||||
feedback
|