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

Table Bundle Zip-File Password Password Strategy Changed #5

@Pscgylotti

Description

@Pscgylotti

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions