[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Python Random Number Generator for OTP
On Wed, Jul 24, 2013 at 09:37:10PM +0200, Albin Olsson wrote:
> On Wed, Jul 24, 2013 at 7:27 PM, Andy Isaacson <[email protected]> wrote:
> > My /dev/random generates a few hundred kilobytes a day. I exchange OTPs
> > on a SD card to a friend sitting across the table. I need to be able to
> > make a bigger pad than allowed by the horrifically overly conservative
> > entropy estimates provided by /dev/random.
>
> What OTP software do you use for actual communication?
I don't use it for anything real, because among other issues there's no
message integrity, but: onetime.
-andy