You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: