Replies: 1 comment
-
I had the need to generate a deterministic key from a passphrase, too. So I wrote a little utility a week ago and just updated it for your usecase of generating more than one secret key. I did not bother implementing BIP32 derivation paths, but you can use any passphrase and generate up to 2^64 secret keys from it. Please take a look at https://github.com/keisentraut/age-keygen-deterministic but use at your own risk. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to generate a pseudoinfinite list of deterministic private age keys, ideally from a leaf of a BIP32-style seed phrase.
This is a feature request for
age-keygen
to support either:or
age-keygen
instead of platform-specific random sources for generic deterministic key generationBeta Was this translation helpful? Give feedback.
All reactions