Archived Forum Post

Index of archived forum posts

Question:

Does Crypt yield different values with trial and real license?

Sep 18 '13 at 22:06

Hi,

While using the trial version I encrypted a bunch of files and now I'm trying to decrypt them using a real license (non trial), and they are not decrypting. The decryption worked when I was testing with the trial version. The only thing different is trial to real.

Any idea of why? Latest ActiveX, VFP9sp2, Win7-32b

Thanks, Stanley


Answer

If the trial hasn't expired, then it should work the same. If the trial expired, then a method could return with a failed-status (0/false, -1, null, etc. depending on the programming language and method call).


Answer

OK, turns out that the key was too long and the control was not returning an exceptions which leaves one to believe it was happy...

Stanley