var fDesc=new Array(); fDesc[0] = "AzSDK MD5 ActiveX/DLL allows you to calculate a "message digest" code on any file or string of text. This digest consists of a 128-bit code which can act as a digital signature for documents, files and virtually any kind of digital data.

AzSDK MD5 AcitveX/DLL is a ActiveX Control for windows developer, Developer can calling from Visual Basic, PHP, ASP, ASP.Net, C#, VB.Net, Delphi, Java etc.

Key Features of AzSDK MD5 ActiveX:
·Generates a MD5 string from a text string or file content.
·Supports .NET and Win32 application.
·It can be used with many programming languages and popular server side script languages like Visual Basic, PHP, ASP, ASP.NET, C#.NET, VB.NET, Delphi, Java etc.
·Supports Windows 95/98/ME/NT4/ Windows 2000/XP/2003/Vista/Win7 32-bit.
·Full install/uninstall support."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }