What key are you singing in?



Rory Vieira <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]

04/20/2006 09:34 AM

Please respond to
openssl-users@openssl.org

To
openssl-users@openssl.org
cc
Subject
Singing with certificate





Hi,

For our customers we make backups (like everyone else).
However, legal restrictions apply to the specific branche we work in. We
are required to encrypt the data.

In the past I was using simple DES3 encryption, but now I would like to
use the customers secure certificate to encrypt the data with (like email).
The customer has a .p12 certificate that they install in Windows. I
first need to export the public key from that in a usuable format. Then
I want to encrypt the data on the fly (as I did in the past).

My command to encrypt using DES was:
tar -cvzf - <what> 2>/dev/null | openssl des3 -salt -k <pass> | dd
of=<tar-file> 2>/dev/null

Now I'm looking for the command to use their public key :)

Thanks in advance...

--
Rory Vieira
Deno Software B.V.

rory dot vieira at deno-software dot nl
http colon slash slash www deno-software dot nl

Kanaaldijk 5a
5683CR Best

T. +31 (0)499-374220
F. +31 (0)499-374294

-----

Dit bericht en de eventuele bijlagen zijn uitsluitend bestemd voor de beoogde ontvanger. Inzage, gebruik en verspreiding van de inhoud ervan is aan hem of haar voorbehouden. Indien u niet de beoogde ontvanger of diens gemachtigde bent, dan is inzage, gebruik en verspreiding derhalve niet toegestaan. In geval van onjuiste adressering wordt u verzocht zo spoedig mogelijk contact op te nemen met de afzender van dit bericht en zorg te dragen voor onmiddellijke verwijdering van dit bericht uit uw systemen. Dit bericht is niet beschermd tegen manipulatie door derden. Voor de door u ontvangen inhoud kunnen wij dan ook geen aansprakelijkheid aanvaarden en evenmin kunt u er rechten aan ontlenen.

-----

The information in this e-mail and any files transmitted is intended exclusively for the addressee. If you are not the intended recipient then would you please contact us immediately? In that case we also request you to destroy the e-mail and to neither use the contents nor disclose them in any matter to third parties. The information provided in this e-mail message is forwarded through the Internet. E-mail traffic through Internet does not guarantee confidentiality. Therefore the content should be verified. We deny any responsibility for damages as a result of the use of e-mail messages.

-----

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to