mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 04:19:03 +00:00
Before that change, we get 32 random bytes, and then used MD5 on them to get a hex string. This removes the MD5, we now get 128 bits (output size of MD5) of random bytes directly.