LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   encrypting audio data (https://www.linuxquestions.org/questions/linux-newbie-8/encrypting-audio-data-4175535903/)

alnn 03-05-2015 08:26 PM

encrypting audio data
 
will encrypting my audio data and burning it on a cd/dvd be worth it since the other person can copy it onto there pc? such as audio files for court? I know it can be copied as long as the pc reads it. but can I protect or encrypt its data as not to be altered when copied? if it is possible please do tell thanks in advance.

metaschima 03-05-2015 09:15 PM

Welcome to LQ.

I think you need to be more specific and clear as to what is needed. From what you said so far, I'm thinking authenticated encryption may be what you want:
https://en.wikipedia.org/wiki/Authenticated_encryption

However, unless it is a rewriteable disk, I doubt anyone can change the data in transit aside from switching the disk with another, but then that one won't decrypt unless it was encrypted with the same key.

alnn 03-05-2015 09:38 PM

thank you actually that is what I was looking for. I figured not to use RW. on that note how do I do that with linux? I am pretty linux savoy already but burning data is new to me.

veerain 03-06-2015 12:10 AM

For burning cd/dvd you have command line tools 'cdrecord' or 'wodim'.

Your distro might have one of them and also have GUI burners like K3b.

metaschima 03-07-2015 02:17 PM

Probably the easiest solution is to sign the encrypted file with gpg and give the other party or the key server your public key. You can also distribute the key to the encrypted files by encrypting it with gpg.


All times are GMT -5. The time now is 09:55 PM.