Post
Topic
Board Bitcoin Discussion
Re: Security of using brainwallet.org for Tx's.
by
EmperorBob
on 28/08/2013, 23:26:28 UTC
The library BitcoinJS doesn't seem to have a really good impementation of random number generator: https://github.com/prusnak/papercoin/issues/2

Could this make the transactions less secure?

I can't comment at how secure their seeding approach is without digging into the code, but yes, a bad rng can lead to transactions being created that leak your private key. Again, you can avoid this issue entirely by never reusing addresses.