Replies: 1 comment 1 reply
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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-keygento support either:or
age-keygeninstead of platform-specific random sources for generic deterministic key generationBeta Was this translation helpful? Give feedback.
All reactions