Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
3031162
Topic
283279
Board
Bitcoin Discussion
Re: Security of using brainwallet.org for Tx's.
by
EmperorBob
on
28/08/2013, 23:26:28 UTC
Quote from: MrVivaldi on August 28, 2013, 09:23:16 PM
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.