Install Java 1.8.
You may need to update the security settings to allow strong encryption and decryption of files.
For Java 1.8.0_151 and later, the "crypto.policy" Security property needs to be set to unlimited for the JRE used by PhixFlow. In the JRE directory /lib/java.security file alter the line:
# crypto.policy=unlimited
Uncomment this line (remove the "#") so it now reads:
crypto.policy=unlimited