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

Implementation of custom encryption algorithm #644

Closed
MuhammadAzamat opened this issue Mar 17, 2023 · 1 comment
Closed

Implementation of custom encryption algorithm #644

MuhammadAzamat opened this issue Mar 17, 2023 · 1 comment

Comments

@MuhammadAzamat
Copy link

Hi,
I'm trying to understand how is implemented encryption algorithm.
AES is default, but I wand to implement the other for my master degree work.
How to replase implementation of AES and wich functions need to overwrite?

@pabuhler
Copy link
Member

HI @MuhammadAzamat , did you find out what you where looking for. To just hacking something for testing it should be not that hard to find which functions to replace. Kind of depends if you just want to re - implement and existing algorithm or if you planed to add a new one, that might require different key lengths and iv vectors etc.

I am going to close this as it was a while back when you asked the question, but feel free to reopen if there is more you would like.

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

No branches or pull requests

2 participants