Post
Topic
Board Development & Technical Discussion
Re: Using a One-time Pad to encrypt a paper wallet Private Keys
by
Insti
on 21/05/2013, 10:49:52 UTC
1. Since private keys start with 5, you're going to be leaking the first digit of your OTP.
2. Using your OTP more than once can lead to it being compromised. You're lucky that the underlying private key data is random, but you're in trouble if one of your private keys is discovered.