Hybrid wallets and some paper wallet generators create private Bitcoin keys using Javascript inside the browser. Which source of entropy do they use? How do they make sure the PRNG is suitable for long-term security?
Tell me more
×
Bitcoin Stack Exchange is a question and answer site for
Bitcoin crypto-currency enthusiasts. It's 100% free, no registration required.
|
Most modern browsers provide a native crypto api accessible through the window.crypto object. https://developer.mozilla.org/en-US/docs/DOM/window.crypto It is also possible to seed random values using mouse movements and key presses. |
|||
|
|