Skip to content

Use MD5 instead of 256 SHA2 for generating sanitized email for shorter hash length

Brian Osborne requested to merge issue/acsf-3455489:3455489-new into 8.x-2.x-release

Use MD5 instead of 256 SHA2 for generating sanitized email. The 256 bit SHA2 hash creates a 64 character string which is too long and not a valid email.

Closes #3455489

Merge request reports