gpgme/complus
2007-01-08 12:05:07 +00:00
..
ChangeLog Encryption basically works. 2001-07-30 17:46:07 +00:00
debug.c Encryption basically works. 2001-07-30 17:46:07 +00:00
example.c Add a passphrase callback and minor changes to the interface 2000-12-12 13:31:25 +00:00
gpgcom.c * acinclude.m4 (GNUPG_CHECK_VA_COPY): Assume no when cross-compiling. 2005-03-09 16:03:05 +00:00
gpgcom.idl Encryption basically works. 2001-07-30 17:46:07 +00:00
gpgcom.rc Encryption basically works. 2001-07-30 17:46:07 +00:00
gpgcom.tlb Encryption basically works. 2001-07-30 17:46:07 +00:00
guidgen.c Added these small tools 2001-10-23 11:04:17 +00:00
igpgme.c Does not manage lifetime 2001-07-31 09:44:22 +00:00
igpgme.h Does not manage lifetime 2001-07-31 09:44:22 +00:00
main.h Encryption basically works. 2001-07-30 17:46:07 +00:00
Makefile.am Fixes for building without gpgsm and for W32 2007-01-08 12:05:07 +00:00
README Typo fixes and new gpgme_get_op_info 2001-08-28 11:11:10 +00:00
regtlb.c Added these small tools 2001-10-23 11:04:17 +00:00
tgpgcom.c one more file 2001-08-01 13:37:41 +00:00
utf8.c missing file 2001-08-01 10:31:15 +00:00
vbtest.html Added 2 examples 2001-07-31 12:25:23 +00:00
vbtest.vbs Typo fixes and new gpgme_get_op_info 2001-08-28 11:11:10 +00:00

          How to install and use the Gpgcom Windows Component
          ===================================================
                              2001-07-31


Installation should be pretty easy:
-----------------------------------

  * Get and install the latest GnuPG binary for windows
    (ftp://ftp.gnupg.org/gcrypt/binary/gnupg-w32-1.0.6.zip)
  
  * Check that you have an untampered version of this package by
    comparing an MD5SUM against the one on the webpage or by checking
    the signature of the package using "gpg --verify".  See the
    webpacge for details.

  * Because you are reading this file, you probably have already
    unpacked it distribution using a unzip utility :-). You should
    find these files:

       README      - This file
       gpgcom.exe  - The Gpgcom server
       vbtest.html - A Test webpage 
       vbtest.vbs  - A VB script to be used with the cscript utility

   * If you are updating Gpgcom, run the old Gpgcom like this:

       c:\gnupg\gpgcom -UnregServer

     (Replace c:\gnupg with the actually used path)

   * Copy the file gpgcom.exe to a some location. C:\gnupg seems to be
     a good choice. 

   * Register the component using this command:

      c:\gnupg\gpgcom -RegServer

   * Ready

Testing the installation:
-------------------------

  * Make sure that you have a working GnuPG (gpg.exe) and that at least
    one key is installed.

  * Edit the vbtest.vbs script and replace "alice" in the line

      gpg.AddRecipient "alice"

   with a keyID or user name you have in your key ring.

  * Run the test script:

      cscript vbtest.vbs

    and you should see a valid MIME message with the encrypted text.

    
Using Gpgcom
------------ 

Gpgcom currently support only encryption but will be extended to the
full range of operations GnuPG provides. The 2 examples should goive
yopu a hint on how to use it.  We suggest that you always set armor to
true, so that the returned text is a string.  If you don't use armor,
the "ciphertext" property will return an array with the binary
message.