Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login algorithm md5 is deprecated and not working with 7.24+ anymore #29

Closed
linnex81 opened this issue Oct 18, 2021 · 0 comments · Fixed by #48
Closed

Login algorithm md5 is deprecated and not working with 7.24+ anymore #29

linnex81 opened this issue Oct 18, 2021 · 0 comments · Fixed by #48

Comments

@linnex81
Copy link

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) ..."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant