Re: simple scrambler / descrambler
- From: Mark Borgerding <markb@xxxxxxxxxxxx>
- Date: Thu, 14 Sep 2006 14:48:13 GMT
Reinier wrote:
Hi,
I'm looking for a simple scrambling and descrambling algorithm. My input
is 6 4-bit values (nibbles) and I want it to be scrambled into 6 random
looking nibbles. The descrambler of course must reverse the operation.
The input signals represent low values with lots of leading zero's. So
they look alike a lot. After scrambling they should be totally different.
Thanks,
Reinier
What do you hope to accomplish by scrambling the data?
Are you trying to add a layer of security?
or
Do you want to avoid harmonics in a modulated signal?
or
????
If you are solely concerned with the modulated spectrum, a LFSR is a good choice.
If you want security, use encryption. The Feistel structure Vladimir suggests is an element in several popular block ciphers. But if security is a concern, I would highly recommend using an open standard cipher, rather than using a homegrown cipher.
If security is your desire, you should post this thread to sci.crypt.
It may be worth mentioning, stream ciphers can be used in such a way as to not propagate bit errors. A single bit error in a block cipher will corrupt the entire block.
--
Mark Borgerding
3dB Labs, Inc
Innovate. Develop. Deliver.
.
- References:
- simple scrambler / descrambler
- From: Reinier
- simple scrambler / descrambler
- Prev by Date: Re: FIR: Dealing with negative values and scaling
- Next by Date: Re: FIR: Dealing with negative values and scaling
- Previous by thread: Re: simple scrambler / descrambler
- Next by thread: Re: Coarse synchronization & fine synchronization in OFDM
- Index(es):
Relevant Pages
|
|