Hi to all...

I had a small problem with my passwword, i created this on Visual FoxPro 7.0
with the OS Windows 98 second edition and It works, How comes that when I
change to another OS like Windows XP, my password is incorrect?...Is there
someting to copy a library to work with this?

Re: Win98 to Windows XP by Eugene

Eugene
Tue Oct 11 20:02:34 CDT 2005

gernan wrote:
> Hi to all...
>
> I had a small problem with my passwword, i created this on Visual FoxPro 7.0
> with the OS Windows 98 second edition and It works, How comes that when I
> change to another OS like Windows XP, my password is incorrect?...Is there
> someting to copy a library to work with this?
>
What password are you referring to?

Re: Win98 to Windows XP by Leemi

Leemi
Wed Oct 12 09:32:06 CDT 2005

Hi Gernan:

Are you using the _crypt.vcx class to mask this password in VFP?

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/

*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003


>gernan wrote:
> Hi to all...
>
> I had a small problem with my passwword, i created this on Visual FoxPro
7.0
> with the OS Windows 98 second edition and It works, How comes that when
I
> change to another OS like Windows XP, my password is incorrect?...Is
there
> someting to copy a library to work with this?
>
>What password are you referring to?



Re: Win98 to Windows XP by gernan

gernan
Wed Oct 12 19:11:02 CDT 2005

Yes i'm using the _crypt.vcx...what should i do with this?

"Lee Mitchell" wrote:

> Hi Gernan:
>
> Are you using the _crypt.vcx class to mask this password in VFP?
>
> I hope this helps.
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> Sincerely,
> Microsoft FoxPro Technical Support
> Lee Mitchell
>
> *-- VFP9 HAS ARRIVED!! --*
> Read about all the new features of VFP9 here:
> http://msdn.microsoft.com/vfoxpro/
>
> *--Purchase VFP 9.0 here:
> http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
> 69-4500-8bf2-3f06689f4ab3&type=ovr
>
> Keep an eye on the product lifecycle for Visual FoxPro here:
> http://support.microsoft.com/gp/lifeselectindex
> - VFP5 Mainstream Support retired June 30th, 2003
> - VFP6 Mainstream Support retired Sept. 30th, 2003
>
>
> >gernan wrote:
> > Hi to all...
> >
> > I had a small problem with my passwword, i created this on Visual FoxPro
> 7.0
> > with the OS Windows 98 second edition and It works, How comes that when
> I
> > change to another OS like Windows XP, my password is incorrect?...Is
> there
> > someting to copy a library to work with this?
> >
> >What password are you referring to?
>
>
>

Re: Win98 to Windows XP by Rick

Rick
Fri Oct 14 07:50:23 CDT 2005

Gernan,
I found the following response to a similar "problem" on the UT by Alex
Feldstein:
There was a change in the Cryptographic Services Providers. Make sure your CSP
is the same.
Look in Wincrypt.h:

#DEFINE dsMS_DEF_PROV_A "Microsoft Base Cryptographic Provider v1.0"

I'm not sure what it means since I haven't tried using the _cryptapi, but maybe
it'll point you in the right direction.

Also, check out the Wiki at http://fox.wikis.com/wc.dll?Wiki~CryptoAPI for some
basic info and links to two articles on this topic. You may find your answer
there!

Rick

"gernan" <gernan@discussions.microsoft.com> wrote in message
news:B0AF1BBA-1D90-4041-8822-F4820A3BB878@microsoft.com...
> Hi to all...
>
> I had a small problem with my passwword, i created this on Visual FoxPro 7.0
> with the OS Windows 98 second edition and It works, How comes that when I
> change to another OS like Windows XP, my password is incorrect?...Is there
> someting to copy a library to work with this?
>