Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Table Bundle Zip-File Password Password Strategy Changed #5

Open
Pscgylotti opened this issue Aug 7, 2023 · 0 comments
Open

Table Bundle Zip-File Password Password Strategy Changed #5

Pscgylotti opened this issue Aug 7, 2023 · 0 comments

Comments

@Pscgylotti
Copy link

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))

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant