Quote Originally Posted by djfilthmonger View Post
Hi All,

I am just wondering if anyone has used any WAV encryption software before for your own music?
I wrote code in java that basically encrypts and decrypts WAV files and wonder is there any appeal out there for this kind of thing?

The idea is you encrypt your WAV file and a key is created also.

Then to decrypt the other recipient who has been sent the encrypted WAV would require the same key.
Thoughts anyone.

Thanks
For what purpose though? You can already just wrap them up in a zip file with AES or something.