Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

75%
+4 −0
Q&A Analogue Encryption, without converting to digital

It doesn't make much sense to talk about transmitting "keys" when the encryption is analog. Since you want to stay away from digital, the encryption and decryption will need to be done in analog h...

posted 10mo ago by Olin Lathrop‭

Answer
#1: Initial revision by user avatar Olin Lathrop‭ · 2023-06-29T16:30:41Z (10 months ago)
It doesn't make much sense to talk about transmitting "keys" when the encryption is analog.  Since you want to stay away from digital, the encryption and decryption will need to be done in analog hardware.  That has a lot less flexibility than a digital algorithm, so the encryption needs to be more simplistic.

Look at how early "voice scramblers" were done.  That seems to be exactly what you want.

Something analog circuitry can reasonably accomplish is messing with the signal in frequency space.  This is basically what radio transmitters and receivers do.  Your frequency space mangling needs to be a little more complicated than what common radio transmitters do, but not overly so in a world where such things are not widely understood, and there isn't something like today's internet where people who build decryptors can easily have access to others that want to use them.

Maybe the encryption uses three very specific frequencies to transform the voice frequencies with.  Without the specific three frequencies in the receiver, the signal just sounds like gibberish to a human.

Consider how single sideband ham radio transmissions sound unless the receiver is closely tuned to the correct frequency.  Now imagine you have to get three frequencies just right instead of one.  That means you can't simply scan the band until it sounds right.  With three frequencies, two of them would have to be close before scanning the third would yield anything useful.  You'd be searching for a dot in 3-dimensional space, instead of 1-dimensional space like an ordinary radio.

Another technique is synchronous commutation.  You flip polarity, or hetrodyne phase or something at intervals.  The trick is to keep the receiver in sync so that it can do the unflipping at the right times.

Again, lots of stuff like this was done before it was feasible to transmit signals digitally.