Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

voice encryption in java

Sat Aug 07, 2010 1:58 pm

I need to do a real time voice encryption using java. I want 2 use AES algo..
Can anyone help me out with sample code for voice encryption?



Re: voice encryption in java

Sat Aug 07, 2010 5:59 pm

Well, if you are looking for AES algorithm, you can use the JAVA SECURITY API included one or you can use my implementation here,
finished-projects/advanced-encryption-standard-aes-t645.html
.
I think you should read the IO stream of speech, and encrypt bytes array.

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