kaklakariada / fritzbox-java-api

Java API for managing FritzBox HomeAutomation
GNU General Public License v3.0
20 stars 13 forks source link

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

Closed linnex81 closed 1 year ago

linnex81 commented 2 years ago

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