Remix.run Logo
kibwen an hour ago

> except for pre-shared one time pads when used correctly

The relevant property here is known as "information-theoretic security", and I'm not sure if one-time pads are the only way to achieve it, e.g. Shamir's secret sharing also has this property (although the use case is slightly different): https://en.wikipedia.org/wiki/Information-theoretic_security

zeroonetwothree an hour ago | parent | next [-]

Isn’t one time pad just a simple version of secret sharing?

chadgpt3 an hour ago | parent | prev [-]

Those are the only two known algorithms that have this property.