1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
.. _encrypt:
Password Protection
===================
This page describes how to encrypt and protect selected tabs and single
items with a password.
Installation
------------
To enable this feature you need to have "Encryption" item plugin.
.. image:: images/encryption-install.png
The plugin configuration (under "Items" configuration tab in
Configuration dialog) may prompt you to install
`GnuPG <http://www.gnupg.org/>`__:
- For Windows you can use `Chocolatey <https://chocolatey.org/install>`__ to
install `Gpg4win <https://chocolatey.org/packages/gpg4win>`__::
choco install gpg4win
- For Linux install ``gpg`` command line utility. It's usually provided
by ``gnupg`` package but the package name may differ on some
distributions.
Generate Keys and Set Password
------------------------------
To be able to encrypt tabs and items you first need to generate private
and public key files.
Click on the "Generate Ney Keys..." button and wait.
.. image:: images/encryption-generate-keys.png
If didn't set a password in previous step click "Change Password..."
button and set it.
.. image:: images/encryption-password.png
Last step in configuration is to set tabs to encrypt. You can skip this
step if you only need to encrypt single item in each tab (see next
section).
.. image:: images/encryption-tabs.png
Click "OK" button to confirm Configuration dialog.
Protect Tabs
------------
Now you can create the tabs you want to encrypt (Ctrl+T to create new
tab).
The tab name should be same as one of the tabs entered in plugin
configuration in previous step.
.. image:: images/encryption-tab.png
You'll be prompt to enter password in future (you only need to enter it
once in a while).
If you enter wrong password or cancel the password prompt you can later
click on "Reload" button in tab to enter password again.
.. image:: images/encryption-reload.png
Protect Single Items
--------------------
To protect items in unprotected tab you can add menu and tool bar
actions with keyboard shortcut.
Go to Command dialog F6, click on "Add" button, "Encryption" commands
from list and confirm dialogs with "OK" button.
Now you can select items and press Ctrl+L to encrypt ("Items -
Encryption - Encrypt" in menu).
To decrypt selected item press Ctrl+L ("Items - Encryption - Decrypt" in
menu).
|