Here is my test after installing the correct dlls and getting no errors: What
am I doing wrong with the 7.1 and 8.0 versions?
Clear
* vfpencryption.fll original version 6kb
lcEncryptionLibrary = Locfile("vfpencryptionSSI.FLL","FLL")
If !Empty(lcEncryptionLibrary)
SET LIBRARY TO
Set Library To (lcEncryptionLibrary)
Else
Messagebox("Cannot find the file: vfpencryptionSSI.fll")
Quit
Endif
lcTestEncrypt = alltrim(Encrypt("Hello World!", "My_SeCrEt_KeY"))
? lcTestEncrypt
lcTestDecrypt = decrypt(lcTestEncrypt,"My_SeCrEt_KeY")
? lcTestDecrypt && Hello World!
* vfpencryption.fll version 7.1 144kb
lcEncryptionLibrary = Locfile("vfpencryption71.FLL","FLL")
If !Empty(lcEncryptionLibrary)
SET LIBRARY TO
Set Library To (lcEncryptionLibrary)
Else
Messagebox("Cannot find the file: vfpencryption71.fll")
Quit
Endif
lcTestEncrypt = alltrim(Encrypt("Hello World!", "My_SeCrEt_KeY"))
? lcTestEncrypt
lcTestDecrypt = decrypt(lcTestEncrypt,"My_SeCrEt_KeY")
? lcTestDecrypt && ^Ó-Éèònþ?fíÞ1fKz£?ôeÝÜìµ-
* vfpencryption.fll version 8.0 120kb
lcEncryptionLibrary = Locfile("vfpencryption80.FLL","FLL")
If !Empty(lcEncryptionLibrary)
SET LIBRARY TO
Set Library To (lcEncryptionLibrary)
Else
Messagebox("Cannot find the file: vfpencryption80.fll")
Quit
Endif
lcTestEncrypt = alltrim(Encrypt("Hello World!", "My_SeCrEt_KeY"))
? lcTestEncrypt
lcTestDecrypt = decrypt(lcTestEncrypt,"My_SeCrEt_KeY")
? lcTestDecrypt && È
&& Ñs2¾Æ1Õdf>FGJØÝ s¸?j>´
----- Original Message -----
From: Allen
To: [email protected]
Sent: Friday, May 15, 2009 12:22 PM
Subject: RE: VFP9 SP1 - problems with the vfpencryption.fll version 71?
71 is a sideways not an upgrade. I use 71 because v8.0 runtimes are a right
royal pain. What error are you getting. You will need the 71 runtimes. VFP
uses one but there is another. Cant think of the name but there is a write
up on sweatpotato.
Allen
-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of KAM.covad
Sent: Friday, May 15, 2009 8:35 PM
To: [email protected]
Subject: VFP9 SP1 - problems with the vfpencryption.fll version 71?
I was using vfpencryption.fll, encrypt and decrypt with no problem. I
upgraded to vfpencryption 71 and now I get an API error on XP SP2 with the
DECRYPT function
Anyone else using vfpencryption.fll
[excessive quoting removed by server]
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/0a3201c9d5bc$2d1cf450$8600a...@w2k3s02
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.