is there any api in java to encrypt and decrypt .wave files.
if not, any known third party api.
i have been searching in the net but i got only wave file encryption software and api's.
we could modify according to our need,if there is any api that could encrypt and decrypt wave file, we could modify according to our need.
kindly let me know if there are any??
thanks in advance
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35256
7
posted
0
By "wave file", do you mean WAV audio files? If so, I don't think there's any special encryption defined for them; if you want to encrypt such a file, any method/algorithm will do. In Java, you'd use the JCE API (which is part of standard Java).
If you meant something else, please tell us about in in more detail.