JodelUpdate is a tool to automatically retrieve the HMAC secret from the Jodel Android App. Not affiliated with The Jodel Venture GmbH.
OUTDATED: You need to manually set the byte[] where the HMAC function is in order to get the key
This repository was created for educational purposes only.
Executing the program will create two new folders(/apk, /lib) for storing Jodel Android .apk and their related x86 libs which is used to calculate the HMAC secret for signing requests. The program will check for a new Jodel version, download it and extract the HMAC secret.
Thanks to
- cfib90 (ojoc-keyhack)
for developing his awesome project which helped me a lot understanding how Jodel works.
MIT