ASP/UnixCrypt is a server side COM component that allows web developers to encrypt the password. It works exactly as crypt(key, salt) Unix command (one-way encryption algorithm).
Features
1. It works exactly as crypt(key, salt) Unix command.
2. Fast and Easy-to-Use.
3. Support ASP, PHP (COM class - Windows).
|