aspose file tools
The moose likes Java in General and the fly likes wave file encryption API Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "wave file encryption API" Watch "wave file encryption API" New topic
Author

wave file encryption API

bharani rao
Ranch Hand

Joined: Apr 06, 2009
Posts: 164
hi,

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
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.


Android appsImageJ pluginsJava web charts
bharani rao
Ranch Hand

Joined: Apr 06, 2009
Posts: 164
hi ulf,

you understood my question perfectly..

thank you very much for your reply..
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: wave file encryption API
 
Similar Threads
Encrypted Password for Oracle JDBC
Is cast5 128 supported by default sun JCE provider?
Need to write java code for encryption and decryption of a file.
Properties File
Voice encryption and decryption in java