CHUNITHM: Japan and International versions of the game don't share encryption keys #129

Open
opened 2024-04-19 10:27:01 +00:00 by beerpsi · 0 comments
Contributor

With how CHUNITHM is currently configured, all versions of the game share the same keys:

crypto:
    keys:
        version: [key, iv, salt]

However, this is not the case in reality, so an ARTEMiS instance receiving both encrypted CHUNITHM Japan and International requests will break for one version or the other.

With how CHUNITHM is currently configured, all versions of the game share the same keys: ```yaml crypto: keys: version: [key, iv, salt] ``` However, this is not the case in reality, so an ARTEMiS instance receiving both encrypted CHUNITHM Japan and International requests will break for one version or the other.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Hay1tsme/artemis#129
No description provided.