Php PasswordEncrypt Dreamweaver Extension
This server behavior let's you encrypt the password on the browser before submit the form to the server.You can use this server behavior in your insert/update page to store encrypted password in the databaseor in login page to encrypt the password before submit the form to the server for users authentication.This behavior can crypt the password with 3 different alghotitm (at your choice on apply):- md4 encrypt method- md5 encrypt method- sha1 encrypt method