Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
3779674
Topic
350789
Board
Development & Technical Discussion
Re: Pondering a Highly Secure Deterministic Brainwallet
by
deeplink
on
30/11/2013, 13:37:22 UTC
Why is it not a good idea to use your BrainSeed to directly create the private keys?
e.g. PK1 = sha256(BrainSeed)
PK2 = sha256(PK1)
PK3 = sha256(PK2)
etc.