5

I read this question about digital signatures and FCC prohibitions on "obscuring" messages in amateur transmissions, and it cause me to think of something: the difference between encryption and compression is small.

If I send a file in compressed form via digital radio (say, a Mesh running on firmware-modified wifi routers, to support data rates that don't make this silly), the contents are easily decompressed by anyone who receives the file in error-free form (and most compression systems include redundant error correction codes to reduce the likelihood that the file will fail decompression) -- but without attempting decompression, there's no simple way to tell whether the file is encrypted within the compressed archive.

It would obviously be a no-no to send an encrypted archive by amateur radio, I think, but where is the line drawn? Does compression itself count as "obscuring" the contents?

Kevin Reid AG6YO
  • 25,080
  • 7
  • 55
  • 106
Zeiss Ikon
  • 4,116
  • 1
  • 15
  • 34

3 Answers3

6

For governments around the world to continue to trust that amateur radio has no nefarious purpose, it is essential that everyone that wishes to, can "listen in" to any amateur radio communications. Anything that hints at eroding this capability will likely be struck down in time through regulation.

To pass the FCC legal hurdle regarding obfuscation, it must first be evident that the purpose is not to obscure the message. Part of this test would likely be that the technique must accomplish some useful level of compression if that is really its purpose.

The legal second test would likely be that can anyone readily decompress the message to return it to its clear text form. This must be very easily achievable due to broad publication or acceptance of the compression method.

Both tests are important. For example, consider a symmetric encryption scheme using an industry standard and with the encryption key widely published on the web. This will possibly pass the second test but it would fail the first test because it doesn't actually compress the message in any real sense. It is also clear that the public standard is primarily for encryption (obscuring) and not compression (reducing).

On the other hand, FT8 makes extensive use of compression. The standard is well published so that anyone wishing to decode the bits can do so. Even though the compression "obscures" the message - it is clear the purpose of the technique is compression. Furthermore, the software to copy FT8 transmissions is readily available for free. Everyone can "listen in". So FT8 passes both tests.

Even Morse Code uses a form of compression by using shorter symbol lengths for the more commonly used letters. Clearly it passes both tests.

Glenn W9IQ
  • 18,688
  • 1
  • 25
  • 55
0

As long as your compression uses a standard compression method, it is legal and not considered encryption.

Mike Waters
  • 8,201
  • 4
  • 19
  • 51
0

Compression is not encryption. You don't have to use a standard compression method.

By FCC rules, even encryption is not encryption if you publish the key (and the algorithm). You could, for instance, use encrypted wifi but publish the ssid..

It doesn't matter how you encode the signal if you publish the method to decode it.

However, if you spoke plain words but used special words for special meanings in ways that is not published, that would be illegal, as it obscures the meaning.

user10489
  • 7,104
  • 1
  • 11
  • 23