Vasim wrote: |
| I use this product http://www.eldos.com/sbb/ SecureBlackbox, If you decide to use the Component, I can post some code too. Hope this helps. | |
I would appreciate if you would post some code. I have been looking at Eldos as well. I have been having troubles getting even the most basic functions to work. Example:
oKeyRing = CREATEOBJECT("pgpbbox.ElPGPKeyringX") oKeyRing.loadFromFiles("s:\crypto\public.pkr","",.T.)
The message displayed by the system is: OLE IDispatch exception code 0 from pgpbbox.ElPGPKeyringX: Failed to open file.
The equivalent from VB works great. So - the key is there and is accessable to applications.
I also have included the private key as parameter 2, rather than a blank. Same error.
There seems to be a lack of selection for good activex components that can do PGP. The one that I thought would do great was from Xceed - but they only supported RSA w/o the PGP wrapper.
Thanks in advance for your help.
|