Hello all,
We run quite a busy web-based application in Finland and we use easyCrypt for decrypting link data we get from our partners (finnish bank association standard mechanism for moving between sites).
After few weeks easyCrypt gives us error 0x8000FFFF with description "Catastrophic failure". This happens at line:
Crypt.Algorithm = csHash_MD5
after:
Set Crypt = server.createobject("aspCrypt.EasyCRYPT")
After IIS restart, everything works ok, but we're not so happy booting our production servers daytime.. I googled a bit but could'nt found anything useful. We upgraded from 1.x to 2.10 a month ago or so, but it didn't help.
Any pointers? We are running W2k with IIS5. We haven't had any problems in our other components, just this one. We may be getting about 2000 hits for that file per day.