this post was submitted on 21 Nov 2023
6 points (87.5% liked)

Bitcoin

892 readers
1 users here now

founded 2 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 2 years 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?