From 47b14cf5f60c3894ad3001cf2b1c7568082d7424 Mon Sep 17 00:00:00 2001 From: nils Date: Mon, 5 Mar 2012 21:42:39 +0000 Subject: added sign and verify pages to integrated help git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2@839 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- release/help/docu.html | 2 + release/help/docu_decrypt.html | 2 +- release/help/docu_sign.html | 64 +++++++++++++++++++ release/help/docu_verify.html | 69 +++++++++++++++++++++ release/help/img/docu/sign_choose_key.jpg | Bin 0 -> 30129 bytes release/help/img/docu/sign_click_verify.jpg | Bin 0 -> 30312 bytes release/help/img/docu/sign_enter_passphrase.jpg | Bin 0 -> 35177 bytes release/help/img/docu/sign_show_message.jpg | Bin 0 -> 41357 bytes release/help/img/docu/verify_click_verify.jpg | Bin 0 -> 41005 bytes .../help/img/docu/verify_import_from_keyserver.jpg | Bin 0 -> 11027 bytes release/help/img/docu/verify_key_not_present.jpg | Bin 0 -> 6587 bytes release/help/img/docu/verify_message_shown.jpg | Bin 0 -> 44105 bytes release/help/img/docu/verify_paste_message.jpg | Bin 0 -> 41170 bytes 13 files changed, 136 insertions(+), 1 deletion(-) create mode 100644 release/help/docu_sign.html create mode 100644 release/help/docu_verify.html create mode 100644 release/help/img/docu/sign_choose_key.jpg create mode 100644 release/help/img/docu/sign_click_verify.jpg create mode 100644 release/help/img/docu/sign_enter_passphrase.jpg create mode 100644 release/help/img/docu/sign_show_message.jpg create mode 100644 release/help/img/docu/verify_click_verify.jpg create mode 100644 release/help/img/docu/verify_import_from_keyserver.jpg create mode 100644 release/help/img/docu/verify_key_not_present.jpg create mode 100644 release/help/img/docu/verify_message_shown.jpg create mode 100644 release/help/img/docu/verify_paste_message.jpg (limited to 'release') diff --git a/release/help/docu.html b/release/help/docu.html index a1545ca..ceef1de 100644 --- a/release/help/docu.html +++ b/release/help/docu.html @@ -27,6 +27,8 @@
  • Generating A Key
  • Encrypting Text
  • Decrypting Text
  • +
  • Sign Text
  • +
  • Verify Text
  • Encrypting A File
  • Decrypting A File
  • Importing Keys
  • diff --git a/release/help/docu_decrypt.html b/release/help/docu_decrypt.html index 0d8979f..535d90c 100644 --- a/release/help/docu_decrypt.html +++ b/release/help/docu_decrypt.html @@ -11,7 +11,7 @@
    -Previous: Encrypt a message | Main | Next: Encrypt a file +Previous: Encrypt a message | Main | Next: Sign a message
    diff --git a/release/help/docu_sign.html b/release/help/docu_sign.html new file mode 100644 index 0000000..599000e --- /dev/null +++ b/release/help/docu_sign.html @@ -0,0 +1,64 @@ + + + + + +gpg4usb - Documentation + + + + + + +
    + +Previous: Decrypt a message | Next: Verify a message +
    + +
    + +

    Howto sign a message

    +

    NOTE: You can only sign messages, if you have one private key, the file is encrypted for. You can identify the private keys by the "bunch of keys"-image in front of the name in the keylist (in this case Bobby):

    +

    +private key hint +

    + +

    +There are three four for encrypting a text. We assume, that Bobby wants to sign a message. +After this everyone who has his public key can verify the message and ensure, that the message wasn't modified. +

    +

    STEP 1/2: Write the message and check key

    +

    +First Bobby writes the message to the textedit-field. Then he checks his private key in the keylist. +

    + +

    +choose the key +

    + +

    STEP 3: Click sign button

    +

    +Then Bobby clicks the sign button. +

    +

    +click verify +

    + + +

    STEP 4: Enter passphrase

    +

    +Now Bobby enters the passphrase of his private key.
    +NOTE: You can only sign messages, if you have a private key. The private keys are those, with the key-icon in front of the Name in the keylist. +

    +

    +enter passphrase +

    +

    +Afterwards the signed message is shown. +

    +
    +Previous: Decrypt a message | Next: Verify a message +
    +
    + + diff --git a/release/help/docu_verify.html b/release/help/docu_verify.html new file mode 100644 index 0000000..4c2ce81 --- /dev/null +++ b/release/help/docu_verify.html @@ -0,0 +1,69 @@ + + + + + +gpg4usb - Documentation + + + + + + +
    +Previous: Sign a message | Next: Encrypt a file +
    + +
    + +

    Howto verify a message

    + +

    +There are three steps to verify a message. We assume, that Alice wants to verify a signed message. +

    +

    STEP 1: Copy the text to the textedit-field

    +

    +First Alice copies the text to the textedit-field. +

    + +

    +copy to textedit-field +

    + +

    STEP 2: Click verify

    +

    +Secondly she clicks on the verify button. +

    +

    +click verify +

    + +

    STEP 3: Read verify message

    +

    +Now Alice reads the verify information shown at the bottom a the tab. To get more detailed information, +she can click the details button in the verify messagebox and then choose . +

    +

    +message shown +

    +

    +NOTE: If the key is not present in your keylist, then the signers keyid is shown. +

    +

    +key not present +

    + +

    +If the key is not present, you can try to import the key from the default keyserver (which you can set in the settings dialog). +

    +

    +import from keyserver +

    + + +
    +Previous: Sign a message | Next: Encrypt a file +
    +
    + + diff --git a/release/help/img/docu/sign_choose_key.jpg b/release/help/img/docu/sign_choose_key.jpg new file mode 100644 index 0000000..be3950c Binary files /dev/null and b/release/help/img/docu/sign_choose_key.jpg differ diff --git a/release/help/img/docu/sign_click_verify.jpg b/release/help/img/docu/sign_click_verify.jpg new file mode 100644 index 0000000..012d710 Binary files /dev/null and b/release/help/img/docu/sign_click_verify.jpg differ diff --git a/release/help/img/docu/sign_enter_passphrase.jpg b/release/help/img/docu/sign_enter_passphrase.jpg new file mode 100644 index 0000000..67c3fd8 Binary files /dev/null and b/release/help/img/docu/sign_enter_passphrase.jpg differ diff --git a/release/help/img/docu/sign_show_message.jpg b/release/help/img/docu/sign_show_message.jpg new file mode 100644 index 0000000..ee725e3 Binary files /dev/null and b/release/help/img/docu/sign_show_message.jpg differ diff --git a/release/help/img/docu/verify_click_verify.jpg b/release/help/img/docu/verify_click_verify.jpg new file mode 100644 index 0000000..79d22e7 Binary files /dev/null and b/release/help/img/docu/verify_click_verify.jpg differ diff --git a/release/help/img/docu/verify_import_from_keyserver.jpg b/release/help/img/docu/verify_import_from_keyserver.jpg new file mode 100644 index 0000000..8139bfc Binary files /dev/null and b/release/help/img/docu/verify_import_from_keyserver.jpg differ diff --git a/release/help/img/docu/verify_key_not_present.jpg b/release/help/img/docu/verify_key_not_present.jpg new file mode 100644 index 0000000..7d3fcdf Binary files /dev/null and b/release/help/img/docu/verify_key_not_present.jpg differ diff --git a/release/help/img/docu/verify_message_shown.jpg b/release/help/img/docu/verify_message_shown.jpg new file mode 100644 index 0000000..efbccb6 Binary files /dev/null and b/release/help/img/docu/verify_message_shown.jpg differ diff --git a/release/help/img/docu/verify_paste_message.jpg b/release/help/img/docu/verify_paste_message.jpg new file mode 100644 index 0000000..a9a89da Binary files /dev/null and b/release/help/img/docu/verify_paste_message.jpg differ -- cgit v1.2.3