GROOVY-11459 Script hashing algorithm

2024-09-11 Thread Paul King
Hi folks, We recently had a Jira and PR created around allowing sha256 to be used instead of (or as well as) md5 for script caching/naming purposes. The relevant issue is: https://issues.apache.org/jira/browse/GROOVY-11459 By way of background, often md5 is not a good choice when a hack threat i

Re: GROOVY-11459 Script hashing algorithm

2024-09-11 Thread Daniel Sun
> An option for Groovy 5 is to make sha256 the default with the ability to swap > back to md5 with a system property. +1 Cheers, Daniel Sun On 2024/09/11 15:22:18 Paul King wrote: > Hi folks, > > We recently had a Jira and PR created around allowing sha256 to be > used instead of (or as well a