Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
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.
<!-- Sample custom DataEncryption implementation --> <bean id="dataEncryption" class="custom.CustomDataEncryptionImpl"> <property name="some_property" value="some_value"/> </bean>