>>821999
OTP doesn't use RSA though. Just need to make sure your random source is trully random, and that only the person you're communicating with knows it. Works best for small messages, and when you can physically hand him the key beforehand (or via trusted courier). Also you can't ever re-use any part of the key, no matter what. Ideally you give him more than enough key, on a media that's easy to destroy (like say a CDROM).
> one-time pad (plural one-time pads)
> 1. (cryptography) A form of encryption where each bit or character from the plaintext is encrypted by a modular addition with a bit or character from a secret random key (or pad) of the same length as the plaintext.
> One-time pads have been proven to be impossible to crack if used correctly.