Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rijndael-cbc-256 in Rust currently not implemented #1

Closed
Pure-Peace opened this issue Apr 8, 2021 · 1 comment
Closed

Rijndael-cbc-256 in Rust currently not implemented #1

Pure-Peace opened this issue Apr 8, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Pure-Peace
Copy link
Owner

Pure-Peace commented Apr 8, 2021

Rijndael-cbc-256 is used to decrypt the submit-modular score data sent by the client

e814598: add Python3 (Temporary rijndael decryption)

Because Rust does not have an implementation of the rijndael algorithm, it is temporarily solved with the built-in python3 interpreter.

This problem is temporarily solved by embedding the python3 interpreter in peace,
In the future, I may use Rust to implement this algorithm and remove python.

@Pure-Peace
Copy link
Owner Author

@Pure-Peace Pure-Peace removed the help wanted Extra attention is needed label Jun 16, 2021
Pure-Peace added a commit that referenced this issue Jan 12, 2022
Pure-Peace added a commit that referenced this issue Jan 12, 2022
Pure-Peace added a commit that referenced this issue Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant