Is there any difference between audio and data encryption?
-
I am working on a DSP machine and the two algorithms for data encryption: TEA and Serpent are not working as desired for the sound read from codecs. They do however work perfectly on any data file I tried. Is there any special case I am overlooking in case of the sound?
-
Answer:
No, TEA and Serpent (and AES) should work just fine on audio streams. There used to be special ciphers for audio because of its real-time requirements, but today people just use regular modes. However, you should be aware that in addition to real-time requirements, many audio systems are designed to occasionally lose data (instead of retransmitting it after the real-time deadline), so you might need per-packet encryption instead of per-stream encryption.
Michael Hamburg at Quora Visit the source
Related Q & A:
- how to extract video and audio meta data?Best solution by Stack Overflow
- what encryption is used?Best solution by Information Security
- How to Code Encryption Algorithm in Java?Best solution by code2learn.com
- What's encryption?Best solution by en.wikipedia.org
- What's the difference between a static data member and a regular data member?Best solution by eHow old
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.