hello,
I have to add AES encryption in the process of data communication between 2 pc's which are on same LAN.
It has to be done in the project of USB over IP, which enables us to have full functionality of remote USB device.
I have figured out the function in the code of that project which actually sends the data, it's KERNEL_SENDMSG and the one which recieves it is KERNEL_RECVMSG.
Hav also studied AES, but dont' know how exactly i'll pass the dada contents from this funtion to AES.
Project is implemented in ubuntu.
I have to add AES encryption in the process of data communication between 2 pc's which are on same LAN.
It has to be done in the project of USB over IP, which enables us to have full functionality of remote USB device.
I have figured out the function in the code of that project which actually sends the data, it's KERNEL_SENDMSG and the one which recieves it is KERNEL_RECVMSG.
Hav also studied AES, but dont' know how exactly i'll pass the dada contents from this funtion to AES.
Project is implemented in ubuntu.