Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook and VBA (http://www.outlookbanter.com/outlook-vba/)
-   -   Asymmetric Encryption in VBA (http://www.outlookbanter.com/outlook-vba/68378-asymmetric-encryption-vba.html)

Reto Huber March 11th 08 09:39 AM

Asymmetric Encryption in VBA
 
Hi everybody



I would like to encrypt a string with a public key (in Outlook), send the
encrypted data to a server and decrypt the data on the server with the
private key (an application server which isn't part of the problem now).
Unfortunately I couldn't find an example or a description to encrypt the
data with VBA and Outlook 2003 (Windows XP). There are examples for
symmetric encryption but no one that shows the asymmetric encryption. Can
somebody explain me how I can import the public key into the VBA Program and
encrypt the data? The public key does already exist as a byte stream.



Thank you in advanced for your help.



Kindest regards,

Reto



Eric Legault [MVP - Outlook] March 12th 08 05:48 PM

Asymmetric Encryption in VBA
 
Do you want to encrypt outgoing e-mails? There are no programming interfaces
for encryption or digital certificates or anything similar with Outlook.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Reto Huber" wrote:

Hi everybody



I would like to encrypt a string with a public key (in Outlook), send the
encrypted data to a server and decrypt the data on the server with the
private key (an application server which isn't part of the problem now).
Unfortunately I couldn't find an example or a description to encrypt the
data with VBA and Outlook 2003 (Windows XP). There are examples for
symmetric encryption but no one that shows the asymmetric encryption. Can
somebody explain me how I can import the public key into the VBA Program and
encrypt the data? The public key does already exist as a byte stream.



Thank you in advanced for your help.



Kindest regards,

Reto




Reto Huber March 12th 08 06:44 PM

Asymmetric Encryption in VBA
 
Hi Eric

I don't want to encrypt the emails. I would like to add a dialog to call a
website. To its URL I would like to add some parameters. These parameters
should be stored on the client side (on the clients registry) and they have
to be encrypted.
I can call some cryptographic functions of the advapi32.dll but I didn't get
the clue to use my already existing public key :-(

Kindest regards,
Reto

"Eric Legault [MVP - Outlook]" wrote in
message ...
Do you want to encrypt outgoing e-mails? There are no programming
interfaces
for encryption or digital certificates or anything similar with Outlook.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Reto Huber" wrote:

Hi everybody



I would like to encrypt a string with a public key (in Outlook), send the
encrypted data to a server and decrypt the data on the server with the
private key (an application server which isn't part of the problem now).
Unfortunately I couldn't find an example or a description to encrypt the
data with VBA and Outlook 2003 (Windows XP). There are examples for
symmetric encryption but no one that shows the asymmetric encryption. Can
somebody explain me how I can import the public key into the VBA Program
and
encrypt the data? The public key does already exist as a byte stream.



Thank you in advanced for your help.



Kindest regards,

Reto






Eric Legault [MVP - Outlook] March 12th 08 07:27 PM

Asymmetric Encryption in VBA
 
Do you want this dialog integrated into Outlook? I can help you with that,
but any programming that has to do with cryptography or web access is outside
of the scope of this forum.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Reto Huber" wrote:

Hi Eric

I don't want to encrypt the emails. I would like to add a dialog to call a
website. To its URL I would like to add some parameters. These parameters
should be stored on the client side (on the clients registry) and they have
to be encrypted.
I can call some cryptographic functions of the advapi32.dll but I didn't get
the clue to use my already existing public key :-(

Kindest regards,
Reto

"Eric Legault [MVP - Outlook]" wrote in
message ...
Do you want to encrypt outgoing e-mails? There are no programming
interfaces
for encryption or digital certificates or anything similar with Outlook.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Reto Huber" wrote:

Hi everybody



I would like to encrypt a string with a public key (in Outlook), send the
encrypted data to a server and decrypt the data on the server with the
private key (an application server which isn't part of the problem now).
Unfortunately I couldn't find an example or a description to encrypt the
data with VBA and Outlook 2003 (Windows XP). There are examples for
symmetric encryption but no one that shows the asymmetric encryption. Can
somebody explain me how I can import the public key into the VBA Program
and
encrypt the data? The public key does already exist as a byte stream.



Thank you in advanced for your help.



Kindest regards,

Reto







Reto Huber March 13th 08 05:49 PM

Asymmetric Encryption in VBA
 
Thank you for your help. But the dialog isn't the problem. I'll keep on
trying for the cryptography.

Kindest regards,
Reto

"Eric Legault [MVP - Outlook]" wrote in
message ...
Do you want this dialog integrated into Outlook? I can help you with
that,
but any programming that has to do with cryptography or web access is
outside
of the scope of this forum.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Reto Huber" wrote:

Hi Eric

I don't want to encrypt the emails. I would like to add a dialog to call
a
website. To its URL I would like to add some parameters. These parameters
should be stored on the client side (on the clients registry) and they
have
to be encrypted.
I can call some cryptographic functions of the advapi32.dll but I didn't
get
the clue to use my already existing public key :-(

Kindest regards,
Reto

"Eric Legault [MVP - Outlook]" wrote in
message ...
Do you want to encrypt outgoing e-mails? There are no programming
interfaces
for encryption or digital certificates or anything similar with
Outlook.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Reto Huber" wrote:

Hi everybody



I would like to encrypt a string with a public key (in Outlook), send
the
encrypted data to a server and decrypt the data on the server with the
private key (an application server which isn't part of the problem
now).
Unfortunately I couldn't find an example or a description to encrypt
the
data with VBA and Outlook 2003 (Windows XP). There are examples for
symmetric encryption but no one that shows the asymmetric encryption.
Can
somebody explain me how I can import the public key into the VBA
Program
and
encrypt the data? The public key does already exist as a byte stream.



Thank you in advanced for your help.



Kindest regards,

Reto










All times are GMT +1. The time now is 09:17 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com