diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 2bda8f7717adf28da4af0d34fb82f63d2868c31d (patch) | |
tree | 8d927b7b47a90c4adb646482a52613f58acd6f8c /kgpg/tips | |
download | tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.tar.gz tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kgpg/tips')
-rw-r--r-- | kgpg/tips | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/kgpg/tips b/kgpg/tips new file mode 100644 index 0000000..cc3f0bf --- /dev/null +++ b/kgpg/tips @@ -0,0 +1,44 @@ +<tip category="Kgpg|app"> +<html> +<p>If you want to decrypt a text file, simply drag and drop it into the editor window. Kgpg will do the rest. Even remote files can be dropped.</p> +<p>Drag a public key into the editor window and kgpg will automatically import it if you want.</p> +</html> +<tip category="Kgpg|app"> +<html> +<p>The easiest way to encrypt a file: simply right click on the file, and you have an encrypt option in the contextual menu. +This works in <strong>konqueror</strong> or on your Desktop!</p> +</html> +</tip> +<tip category="Kgpg|app"> +<html> +<p>If you want to encrypt a message for several persons, just select several encryption keys by pressing the "Ctrl" key.</p> +</html> +</tip> +<tip category="Kgpg|app"> +<html> +<p><strong>You don't know anything about encryption?</strong><br> +No problem, simply create yourself a key pair in the key management window. Then, export your public key & mail it to your friends.<br> +Ask them to do the same & import their public keys. Finally, to send an encrypted message, type it in the Kgpg editor, then click "encrypt". Choose +your friend key and click "encrypt" again. The message will be encrypted, ready to be sent by email.</p> +</html> +</tip> +<tip category="Kgpg|app"> +<html> +<p>To perform an operation on a key, open the key management window & right click on the key. A popup menu with all available options will appear.</p> +</html> +</tip> +<tip category="Kgpg|app"> +<html> +<p>Decrypt a file with a single mouse click on it. You will then be prompted for password & that's all!</p> +</html> +</tip> +<tip category="Kgpg|app"> +<html> +<p>If you only want to open the key manager, type "kgpg -k" in the command line prompt.</p> +</html> +</tip> +<tip category="Kgpg|app"> +<html> +<p>Typing "kgpg -s filename" will decrypt the file filename and open it in Kgpg's editor.</p> +</html> +</tip> |