Dyncrypto - ASP

Asked

Viewed 50 times

0

I have a website that was on a server and now it’s on a new one. It has a code snippet where it uses the Dyncrypto component

Set DynCrypto = server.CreateObject("DynCrypto.Crypto")

I installed the component on the new server and passed that line of code. On reaching that line:

PublicKey = DynCrypto.AsymPublicKey(PrivateKey)

It gives error 500. I found that it gives problem because it does not have the license.

Does anyone know how to install this license? I ordered a 30-day trial but I can’t register it.

  • If you found the answer useful, be sure to dial ✔

1 answer

0


Installation of the licence

One license has two information: "Owner" and "Key". This information must be stored in a file called LICENSE.INI, located in the folder where the DYNCRYPTO.DLL file is located.

1) Open the Notebook

2) Copy and paste the text below into the Notepad, changing the license information (Owner and Key) as your case may be:

--- begin of  file ---

[License] 

Owner = 30 Days Evaluation
Key = KKkNLxYEj6VXd1WEF9+fvrXA4yAPvtpz7vSHFWnGNn8=

--- end of file ---

3) Save the file with the name LICENSE.INI in the same folder where the DYNCRYPTO.DLL file is located

More information can be found on developer’s manual.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.