Encrypt password

You can encrypt the user password stored in the database. You just have to select the password attribute in the Domain Model, move to the Properties View and select the Crypt Algorithm you prefer in the Mapping section. You can choose between three different predefined algorithms or you can develop a custom encryption algorithm and use it.

Learn more details about password encryption reading our Knowledge Base article .