BUnipendix / PyCriUsm

a python script to decrypt and demux Honkai: Star Rail cutscene video
100 stars 11 forks source link

How to generate GetVideoVersionKeyScRsp.json #3

Closed capric98 closed 11 months ago

capric98 commented 11 months ago

Looks like key_gen part needs to be updated everytime new resources are added, just curious how do you generate these configuration file or would you update this repo at your convienience?

mqnowa commented 11 months ago

Me too. I wish there was a way to manually get the keygen without having to wait for repository updates.

BUnipendix commented 11 months ago

it's captured from the kcp packet

mqnowa commented 11 months ago

If I have already watched the relevant scene, can't I get it?

BUnipendix commented 11 months ago

you just need to login even if you didn't achieve the progress.

mqnowa commented 11 months ago

Is it TLS communication? Is there a way to decrypt it using Wireshark or some other tool?

BUnipendix commented 11 months ago

Is it TLS communication? Is there a way to decrypt it using Wireshark or some other tool?

Iridium-SR use this tool

capric98 commented 11 months ago

Thanks for your information!