Re: CryptoAPIs - compatibility between NT, 2000 and XP

From: Ryan Menezes [MSFT] (ryanmen_at_online.microsoft.com)
Date: 06/15/04


Date: Mon, 14 Jun 2004 16:35:13 -0700

Depends on which encryption algorithm you are using. Default key sizes have
definetely changed across platforms and this could most likely be the issue
here.

-- 
Thanks,
Ryan Menezes [MS]
This posting is provided "AS IS" with no warranties, and confers no rights.
"PA Bear" <PABear@mvps.org> wrote in message
news:uqz9LcjUEHA.2564@TK2MSFTNGP11.phx.gbl...
> Try posting your query to this cryptography-specific newsgroup, to which
I'm
> crossposting my reply:
>
> news://msnews.microsoft.com/microsoft.public.security.crypto
> --
> ~Robear Dyer (PA Bear)
> MS MVP-Windows (IE/OE), AH-VSOP
>
> AumHa Forums
> http://forum.aumha.org
>
> Protect Your PC
> http://www.microsoft.com/security/protect
>
> Lucy Getronics wrote:
> > I have a question about crypto APIs and the different
> > versions of windows - hope this is the right group to ask!
> >
> > We are starting up again with a VB6/VC++ thick client
> > application that was shelved 4 years ago - it was
> > originally built for NT. But is now required to run on
> > 2000 and XP also.
> >
> > As part of the application there is a security server
> > component that uses cryptoAPIs to encrypt/decrpyt
> > passwords for the various components in the system. The
> > passwords are stored in a central database, but are
> > encrypted/decrypted on the client as required.
> >
> > We have three clients  - with each of XP Professional, NT
> > 4 and Win 2000 installed.
> >
> > On Win2000 box if I encrypt passwords both XP and NT
> > hosted applications can decrypt them.
> > If WinXP app encrytpts a password - only the XP box can
> > successfully decrypt and log into applications.
> > On NT machine if I encrypt passwords, both  Win2000 and XP
> > can decrypt passwords.
> >
> > Are there any compatibility (backwards or otherwise)
> > issues between XP, 2000 and NT. We have latest windows
> > updates on our machines.
> >
> > Kind Regards
> >
> > Lucy
>


Relevant Pages

  • Re: RSA - Public vs. Private Keys
    ... This is a common pattern for license software ... your client will send a unique machine hash to the ... will let us decrypt with a Public Key (or simply not ... |> RSA is intended to encrypt messages with public keys only. ...
    (microsoft.public.dotnet.security)
  • RE: Cannot decrypt files encrypted using Crypto API on a different
    ... but what is the point to encrypt the data if ANYBODY can decrypt it (since ... the server just sends something to somebody or first the client contacts the ... supposed to somehow encrypt the file and distribute it to the clients. ... the server generates session key, wraps it with the client's public key, ...
    (microsoft.public.platformsdk.security)
  • Re: Security package for an individual in a hostile country
    ... Note that any advice you get here is given by armchair generals. ... Used to encrypt and/or hide your files. ... I'm assuming that the hostile government ... This program saves your passwords and has a ...
    (sci.crypt)
  • Re: Create hash with AES?
    ... > files, but also email, and text such as passwords... ... the AES is the most sensible choice. ... However if you're going to encrypt government data with it, ... would be wise to use a public/private key pair on a smart card. ...
    (microsoft.public.dotnet.security)
  • Secure socket scripting...
    ... I'm new to sockets so I could use a little help. ... encrypt my data that I'm sending from my client and decrypt it on the ...
    (comp.lang.tcl)