Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
06e725831f |
@@ -1,10 +1,11 @@
|
||||
# keyfunc
|
||||
|
||||
`keyfunc` is an MIT-licensed Go command-line tool by
|
||||
[@sneak](https://sneak.berlin) that turns a BIP-39 mnemonic into SSH keys, age
|
||||
identities and child mnemonics, each of which can be recreated from that
|
||||
mnemonic at any time. The same mnemonic, key type and index always give the same
|
||||
key.
|
||||
`keyfunc` is a Go command-line tool by [@sneak](https://sneak.berlin) — its
|
||||
license is not yet chosen
|
||||
([#14](https://git.eeqj.de/sneak/keyfunc/issues/14)) — that turns a BIP-39
|
||||
mnemonic into SSH keys, age identities and child mnemonics, each of which can be
|
||||
recreated from that mnemonic at any time. The same mnemonic, key type and index
|
||||
always give the same key.
|
||||
|
||||
It uses the BIP-85 entropy deriver from `git.eeqj.de/sneak/secret/pkg/bip85` and
|
||||
takes the same steps as that repository's `agehd` package.
|
||||
@@ -310,10 +311,9 @@ The open issues that stand between the tree and a 1.0 release:
|
||||
|
||||
## License
|
||||
|
||||
MIT. The license is not yet settled on the tracker
|
||||
([#14](https://git.eeqj.de/sneak/keyfunc/issues/14)); MIT is the recommended
|
||||
option there, so this README names it and the `LICENSE` file is added when that
|
||||
issue is answered.
|
||||
Not yet chosen. The license is the owner's decision, still open on the tracker
|
||||
([#14](https://git.eeqj.de/sneak/keyfunc/issues/14)); the `LICENSE` file is added
|
||||
when that issue is answered.
|
||||
|
||||
## Author
|
||||
|
||||
|
||||
Reference in New Issue
Block a user