Re: Crypto API using RC2 instead of RC4?

From: Matt (mtaylor_at_gladstonemrm.com)
Date: 11/22/05


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



Relevant Pages

  • RE: Using Win32 CryptDecrypt to Decrypt RijndaelManaged
    ... I figured out how to use RijndaelManaged with AES in the C++ app. ... C++ crypto WILL successfully decrypt the .NET generated ... I am trying to write a Win32 app that can decrypt that string using the ... I can get both to encrypt and decrypt successfully in their own projects, ...
    (microsoft.public.platformsdk.security)
  • Re: Security
    ... A lot depends on *what* you want to encrypt, and how you want to use the ... If you lose your Palm and someone else gets hold of it they can attack it ... They can try to use the security app itself to read your data. ... or may try all possible passwords and derive keys from them (unless ...
    (comp.sys.palmtops.pilot)
  • Re: EFS in the two domain controller environment
    ... Both machines have an app running in the context of the same domain user. ... They each hit the same server, trying to encrypt. ... > The apps on both CLIENTMACHINE1 and CLIENTMACHINE2 have essentially the ...
    (microsoft.public.win2000.security)
  • Re: Folder Encryption
    ... information that is fundamental to the success of your app, and encrypt it ... Once again, the decryption key has to be secured, but as ... > that is mounted for an individual applicaton **instead of the windows file ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: GC and security
    ... comes back at end to encrypt and then app is done. ... gpg is fairly careful about passphrases. ... passphrase in the Python app instead of letting gpg handle it? ...
    (comp.lang.python)