Post
Topic
Board Web Wallets
Re: Blockchain.info security [FUNDS STOLEN]
by
Jesse James
on 20/08/2013, 19:03:53 UTC
I wanted to ask you what your thoughts were on my skipping Arcfour (RC4) for window.crypto.getRandomValues. The blockchain.info implementation appears to still use the RC4 code (it uses window.crypto.getRandomValues for the seeding of RC4), but I didn't see why it was necessary here if I can just always get a nice random number from the newer browsers. Is this what you meant by mainlining?

Yep,  that's what I meant.