Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Hash Function

English
Joget is now more secure with advanced hashing implementation for passwords. The hash function used is SHA-256 with added salt.

2-Way Encryption

The default algorithm being used for 2-way encryption is PBEWithMD5AndDES. If stronger encryption is required, the encryption implementation can be replaced with a custom DataEncryption implementation in /WEB-INF/classes/customApplicationContext.xml e.g.

...