cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.19k stars 470 forks source link

Implementation of custom encryption algorithm #644

Closed MuhammadAzamat closed 1 year ago

MuhammadAzamat commented 1 year ago

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 commented 1 year ago

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.