According to the German BSI, using PBKDF2 is no longer considered safe. Argon2 is the preference, however there is no direct JCE support for Argon2, meaning that a third-part library must be provided instead.
Goal: Investigate the best alternative library, to make sure it works for different OS variants.
Goal: Replace current usage, if an upgrade is needed, it should be done by migrating data using 2 instances.
According to the German BSI, using PBKDF2 is no longer considered safe. Argon2 is the preference, however there is no direct JCE support for Argon2, meaning that a third-part library must be provided instead.
Goal: Investigate the best alternative library, to make sure it works for different OS variants. Goal: Replace current usage, if an upgrade is needed, it should be done by migrating data using 2 instances.