Change in "utils.stringPBKDF2Hash"

Hi

We use the “utils.stringPBKDF2Hash(…)” for authentification of webservices (Basic-Authentication in Header). This works well until we start to upgrade some solutions to Servoy 2024.03. Here we have the problem, that Servoy changes the algorithm behind this function (https://docs.servoy.com/release-notes/r … es/2024.03).

The webservice has to be available for different applications. We couldn’t upgrade all our application at once. So now we have the problem, that the webservices delivers “HTTP-Status: 401: Unauthorized”, when we call it from an upgraded application and if we would upgrade the webservice-solution we would have the problem in all “old” applications, because the algorithm is not the same.

Any suggestions to solve this?

Thanks in advance.
Roland