Post
Topic
Board Development & Technical Discussion
Re: Generating key pairs in Linux from a passphrase?
by
samadamsbeer
on 23/04/2013, 17:13:14 UTC
Pretty much anything that transforms your passphrase into 256 bits
sha256, first half of sha512, last half of sha512, sha1+sha1, ridemd256, etc

Thanks - but can you tell me what the actual commands/steps would be though for Linux to get from seed passphrase to the private/public key?

Sorry I almost posted this to newbie section but thought the folks here would know how to answer.