Ubuntu:Encrypt File: Difference between revisions
No edit summary |
|||
| Line 41: | Line 41: | ||
Ini akan membuat file terenkripsi <code>data.tar.gz.gpg</code> yang dapat Anda gunakan, di folder yang sama dengan file input. | Ini akan membuat file terenkripsi <code>data.tar.gz.gpg</code> yang dapat Anda gunakan, di folder yang sama dengan file input. | ||
==Encrypt Files using Nautilus GUI== | |||
If you are not into using the terminal, you might want to have a beautiful GUI in order to encrypt your files. | |||
To encrypt using a graphical interface, you are going to use the “Nautilus” file manager along with the “seahorse-nautilus” extension. This extension brings GPG features right into your graphical file explorer. | |||
<syntaxhighlight lang="bash"> | |||
sudo apt-get install nautilus | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="bash"> | |||
sudo apt-get install seahorse-nautilus | |||
</syntaxhighlight> | |||
When you are done, restart Nautilus by using the “nautilus” command with the “-q” option for “quit”. | |||
<syntaxhighlight lang="bash"> | |||
nautilus -q | |||
</syntaxhighlight> | |||
==Terkait== | ==Terkait== | ||