AppleCache icon indicating copy to clipboard operation
AppleCache copied to clipboard

Python implementation

Open collinwebdesigns opened this issue 2 years ago • 1 comments

@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?

collinwebdesigns avatar Apr 26 '23 10:04 collinwebdesigns

@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

deadash avatar Oct 25 '23 02:10 deadash