K0lb3 / Blue-Archive---Asset-Downloader

Blue Archive asset downloader
103 stars 27 forks source link

Table Bundle Zip-File Password Password Strategy Changed #5

Open Pscgylotti opened 11 months ago

Pscgylotti commented 11 months ago

image It seems that they have changed the password generating strategy for zip file. The password in TableService.py should be changed from the previous str(CalculateHash(name if not isinstance(file, str) else os.path.basename(file))).encode() to b64encode(MersenneTwister(CalculateHash(name if not isinstance(file, str) else os.path.basename(file))).NextBytes(15))