Joined: Sat Aug 07, 2010 12:57 pm Posts: 1 Has thanked: 0 time Have thanks: 0 time
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?
msi_333
Question subject: Re: voice encryption in java
Posted: Sat Aug 07, 2010 5:59 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2103 Location: Earth Has thanked: 39 time Have thanks: 56 time
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.
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )