Re: Crypto API using RC2 instead of RC4?
From: Matt (mtaylor_at_gladstonemrm.com)
Date: 11/22/05
- Next message: mscir: "Re: Crypto API using RC2 instead of RC4?"
- Previous message: rounner_at_yahoo.com: "Re: How to create signed crypto message (p7m)"
- In reply to: Valery Pryamikov: "Re: Crypto API using RC2 instead of RC4?"
- Next in thread: mscir: "Re: Crypto API using RC2 instead of RC4?"
- Reply: mscir: "Re: Crypto API using RC2 instead of RC4?"
- Reply: Valery Pryamikov: "Re: Crypto API using RC2 instead of RC4?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 22 Nov 2005 14:35:43 -0800
Thanks for the reply Valery,
Basically I am trying to do what is described by this KB article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;821762
I have a VB 6 app that needs to encrypt some data, send it over the
network to a .Net app which decrypts it, the VB 6 app then receives
encrypted data in return which it needs to decrypt.
The KB article was great, but they don't provide the decrypt function
in VB 6, only the encrypt. I tried to create myself but it just errored
with certain strings.
So now I am desperately looking for some way to get an algorithm that
will work between VB6 & .Net.
All I really need is a working decrypt function to go along with the
provided encrypt function from the above KB article. :(
Matt
- Next message: mscir: "Re: Crypto API using RC2 instead of RC4?"
- Previous message: rounner_at_yahoo.com: "Re: How to create signed crypto message (p7m)"
- In reply to: Valery Pryamikov: "Re: Crypto API using RC2 instead of RC4?"
- Next in thread: mscir: "Re: Crypto API using RC2 instead of RC4?"
- Reply: mscir: "Re: Crypto API using RC2 instead of RC4?"
- Reply: Valery Pryamikov: "Re: Crypto API using RC2 instead of RC4?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|