Hacker News new | ask | show | jobs
by LorenPechtel 680 days ago
There's a simple way to build a failsafe that the enemy can't figure out. The basic rule of cryptography--assume your enemy knows everything but the key.

When the launcher and the drone connect they make up a completely random key. It is known only to the launcher and the drone. The drone will self destruct if it receives said key. The enemy could jam the destruct but they couldn't trigger it. Note that no encryption is even needed.

One time pads are inherently unbreakable crypto other than by compromising the pad. And in this case the secret is known only to the drone and controller.

1 comments

But if the destruct is jammable it's not a real fail safe.