azenla / AppleCache

Apple Content Cache Reverse Engineering
MIT License
127 stars 15 forks source link

Python implementation #2

Open collinwebdesigns opened 1 year ago

collinwebdesigns commented 1 year ago

@azenla i am planning a python impelemtation of the cahce-server. Thank you first of all for your work!

I have problems to process/use the cert.crt (https://lcdn-registration.apple.com/resource/cert.cer).

In which format is this available, can you help me here?

Also you show here an unsigned example of the registration request. How is this finally signed? With JWT?

deadash commented 1 year ago

@collinwebdesigns I've made the Apple cache algorithm public. You can directly use my repository. If you're using Python, you can modify it to compile into a DLL or SO for easier integration.

https://github.com/deadash/apple_cache