[mai2] Support encryption #130

Merged
Hay1tsme merged 4 commits from beerpsi/artemis:feat/mai2/encryption into develop 2024-04-24 16:59:34 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 95e8334d7f - Show all commits

View File

@ -114,7 +114,7 @@ class Mai2Servlet(BaseServlet):
hash = MD5.new((method_fixed + keys[2]).encode())
# truncate unused bytes like the game does
hashed_name = hash.hexdigest()[:32]
hashed_name = hash.hexdigest()
self.hash_table[version][hashed_name] = method_fixed
self.logger.debug(