You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if used in FritzBoxSession.createChallengeResponse
like "if(challenge.startsWith("2$") return Pbkdf2Login.calculatePbkdf2Response(challenge,password) ..."
The text was updated successfully, but these errors were encountered:
Please consider adding Pbkdf2Login.java as in
https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/AVM_Technical_Note_-_Session_ID_english_2021-05-03.pdf
It should work right out of the box
if used in FritzBoxSession.createChallengeResponse
like "if(challenge.startsWith("2$") return Pbkdf2Login.calculatePbkdf2Response(challenge,password) ..."
The text was updated successfully, but these errors were encountered: