ndzin / hk4e-DispatchDecryptor

A Dispatch Response Decryptor for a certain Anime Game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

୧ ‧₊˚ 🎆 ⋅ ☆

Dispatch Decryptor

🌐 HK4E dispatch response decryptor.

Usage:

Install requirements:

pip install -r requirements.txt 

With URL:

Caution

If you're gonna use the URL, it needs to be the current one. Otherwise there will be no response and the program will fail.

python -m src <url> <options>

Base64 response file:

Caution

File needs to be the entire response (including "{content:<...>" and sign:<...>})

python -m src <path/to/file> <options>

Options:

Option Description Default
-o --output Output path for the decrypted response ./output
-p --print Print the decrypted response to the console False
--baixiao Parse version-res for Baixiao False

───

Otaku tech world the save!
- severyoHo

───

About

A Dispatch Response Decryptor for a certain Anime Game.


Languages

Language:Python 100.0%