RFR: 8385: Upgrade hashing algorithm
Suchita Chaturvedi
schaturvedi at openjdk.org
Sun May 4 10:02:50 UTC 2025
On Fri, 25 Apr 2025 16:45:44 GMT, Brice Dutheil <bdutheil at openjdk.org> wrote:
> I lack context on this, but what about older HmacSHA1 backward compat.
As per my understanding, this will be called on the initialization of UIPlugin. So when, user will install new version of JMC (i.e. 10) the algorithm will be initialized to latest one instead of the older one. The older passwords saved for previous release will anyways be null and void and will not be applicable for new release. Hence backward compatibility is not required here.
-------------
PR Comment: https://git.openjdk.org/jmc/pull/641#issuecomment-2849120259
More information about the jmc-dev
mailing list