Hi all! Does anybody know if bitcoin core (bitcoin-qt) is also vulnerable to keybleed / randstorm? Thank you

  • cacheson
    link
    fedilink
    67 months ago

    Randstorm is specific to javascript implementations of bitcoin (as in bitcoin-js, not sure if there are others). Bitcoin core is unaffected, it’s written in C++.

    Keybleed is just unciphered’s wallet checker app, right? Not some separate vulnerability?