Click to See Complete Forum and Search --> : Crypto API: 3DES algo working on Win2K but not on NT4


prats_sr
April 10th, 2002, 04:58 PM
Hi,

I am trying to generate 3DES keys using CryptGenKey.The provider typpe I am using is RSA_PROV_FULL with the default provider name.On Win2000 everything works fine. But on another machine running Win NT4 SP6 I get 'an invalid algorithm ID error'. I saw a bug on Win NT4 Sp3 about the Enhanced Provider not being loaded and I have applied the fix for that. But the rsaenh.dll still does not seem to be loaded. Has anyone else seen this?

Thanks.