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 database
or 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 algorithm (at your choice on apply):
- md4 encrypt method
- md5 encrypt method
- sha1 encrypt method
Only for Php My-Sql 5.0 or more