Need help in UDP with Encryption in Java

Asked By 10 points N/A Posted on -
qa-featured

Hi. I am not familiar with this but I was told about this UDP with Encryption in Java. How in the world will I do this? An easy step-by-step process will really help me with this, thank you!

SHARE
Answered By 0 points N/A #167225

Need help in UDP with Encryption in Java

qa-featured

Hi Grayramirez Hog,

It is possible to use encryption with UDP packets. You can use Electronic codebook (ECB) or Cipher-block chaining (CBC) or AES in counter cipher mode (CTR) mode of encryption. All these modes are explained here and you can find a comparison among them here.
 
Examples for UDP encryption can be found in the below links.
 
 
 
Hope it helps.

Related Questions