logoalt Hacker News

JKCalhoun06/16/20253 repliesview on HN

Write an array of random values to a hard drive — terabytes of them.

Dupe the drive.

You now have a matching pair of "one-time pads" for, I have heard, the hardest form of encryption to decrypt. I would think expect there is a business already doing this.


Replies

Someone06/16/2025

Used properly, encryption using one time pads produces data streams that are indistinguishable from uniformly distributed random noise and cannot be cracked (https://en.wikipedia.org/wiki/One-time_pad)

dist-epoch06/16/2025

It's harder to ensure that no one messed with the drives during transport than to give a small private key to the other party.

show 1 reply
cortesoft06/16/2025

There aren't a ton of use cases for this that aren't met better by other cryptographic solutions.