Is there a litecoin / dogecoin scrypt brain wallet generator like the one made for BTC warp wallet?

-1

Has there been other litecoin / dogecoin brain wallet implementations besides bitaddress? I don't feel bitaddress.org's brain wallet generator is secure enough as compared to Warp Wallet scrypt generation to prevent brute force attempts. Basically, looking for a warp wallet version for litecoin and dogecoin.

Patoshi パトシ

Posted 2017-06-16T23:29:58.953

Reputation: 8 911

Answers

1

I made a warpwallet implementation for Litecoin, it's available as a webpage you can use offline and as a go program.

You can use it here. Link to github with the source code is also there.

David Bengoa

Posted 2017-06-16T23:29:58.953

Reputation: 36

Very nice work! How long did it take to do something like that? I've always wanted to rewrite the warp wallet code for other coins, but I have no idea how to start.Patoshi パトシ 2017-11-11T21:47:00.127

1@Patoshi it took me a few hours to implement each of the other currencies in go (I did it because I wanted to use other currencies), and tree days or so to do the javascript version (did it for learning and because it's easier for other people to use it)David Bengoa 2017-11-12T10:58:02.557

I would love to learn how you did it. Maybe write up a blog post about it? :) ThanksPatoshi パトシ 2017-11-12T17:32:03.897

1

You may not have to. If you use the Wallet Details section on the Bitaddress site, you can plug in the WIF private key that Warpwallet gives you and get the 256-bit hex representation, which you can then use to construct a private key for any cryptocurrency that uses 256-bit keys.

John C.

Posted 2017-06-16T23:29:58.953

Reputation: 49