I have a website that was on a server and has now moved on to 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 this line:
PublicKey = DynCrypto.AsymPublicKey(PrivateKey)
It gives 500 error. I have found that it gives problem because it does not have the license.
Does anyone know how to install this license? I asked for a test for 30 days but I can not register it.