Switch to full style
Concepts ,articles and discussions
Post a reply

JAVA VOIP ENCRYPTION

Tue Sep 25, 2012 7:06 am

I have a client server code for transmission of voice ... But now i want this voice to be encrypted and sent to the server . and again decrypt at the receiver side. this voice is real time voice .... like calling on skype....
plsss help me
thank u



Re: JAVA VOIP ENCRYPTION

Tue Sep 25, 2012 11:53 am

why don't you use encryption algorithms such as DES,RSA ,AES ,,, etc

Re: JAVA VOIP ENCRYPTION

Tue Sep 25, 2012 12:24 pm

those algorithms can be used for rercorded data ... but i wanna use for real time talking .... if i record the voice and then encrypt . there will be a lot of delay.

Re: JAVA VOIP ENCRYPTION

Tue Sep 25, 2012 9:49 pm

You may search for the fastest algorithm and apply it to your application as temporary solution. Here is an example
Code:
http://lifehacker.com/255283/how-to-encrypt-your-voip


that is using AES-128bits algorithm :)

Re: JAVA VOIP ENCRYPTION

Wed Sep 26, 2012 4:44 am

I need the code for voice encryption , since I am an amateur in security techniques.....

Post a reply
  Related Posts  to : JAVA VOIP ENCRYPTION
 Encryption and Decryption encryption Affine cipher code     -  
 voice encryption in JAVA     -  
 voice encryption in java     -  
 Encryption Algorithm{Data Encryption Standard}     -  
 AES (Advanced Encryption standards) Java Applet     -  
 Row Transposition cipher - encryption-decryption java     -  
 Advanced Encryption Standard (AES)-Java Project     -  
 RSA encryption decryption cipher algorithm java     -  
 Des java Applet ( Data Encryption Standards )     -  
 Voip     -