Default Digest Algorithm in Mirth® Connect 4.4
In Mirth® Connect version 4.4, the default digest/hash algorithm is changed from SHA256 to PBKDF2WithHmacSHA256. In addition, the default iteration count changed from 1000 to 600000. This functionality conforms with modern password security recommendations.
If you have already explicitly set digest.algorithm
, then no changes are made, Mirth® Connect uses the digest algorithm that you have set.
If you haven't already explicitly set digest.algorithm
, the new default algorithm is used going forward. New "fallback" properties are set to the old defaults so that old digest values can still be verified. When a user updates their password, the digest value is updated to use the new algorithm at that time.