[kaffe] patch w/ security implications for SecureRandom

2003-10-27 Thread jrandom
Hola, I've been running into some messy stuff with the kaffe SecureRandom and finally looked into what was up - there was a missing shift in the next(int numbits) function. Demo program trivial patch below. I know kaffe's SecureRandom isn't really a strong PRNG (is anyone working on a Yarrow

Re: [kaffe] patch w/ security implications for SecureRandom

2003-10-27 Thread Timothy Stack
Hola, hi, I've been running into some messy stuff with the kaffe SecureRandom and finally looked into what was up - there was a missing shift in the next(int numbits) function. Demo program trivial patch below. Oops, my bad, I'll check it in in a sec. I know kaffe's SecureRandom