Categories
Tags → Classic Asp Encryption

How to Encrypt String Using MD5

In classic ASP there is no any encrypt function. But you can use this useful source code to encrypt any string data using MD5. MD5 encryption is a one-way hashing algorithm. MD5 is a great advantage because it is speed and easy to use.
DETAILS

Strong Crypt Component

Strong Crypt Component is a .NET component, that can be used in .NET, ASP.NET, classic ASP or Win32 COM applications. It is part of Crypt package that also including a Common Crypt Component. Strong crypt component provides strongest possible encryp...
DETAILS
©2003-2008 jCay.com