sui icon indicating copy to clipboard operation
sui copied to clipboard

Sui Code Bug or Feature Request for sui keytool

Open Staking7pc opened this issue 2 years ago • 3 comments

SUi keytool generate ed25519 generates a address and outputs Base64 encoded of 33-byte flag || privkey for keyscheme ed25519.

Request for a feature to get the mnemonics of the address from the Base64 encoded of 33-byte flag || privkey value to be abe to import the address into wallets.

Staking7pc avatar Apr 08 '23 15:04 Staking7pc

SUi keytool generate ed25519 generates a address and outputs Base64 encoded of 33-byte flag || privkey for keyscheme ed25519.

Request for a feature to get the mnemonics of the address from the Base64 encoded of 33-byte flag || privkey value to be abe to import the address into wallets.

amanjui45 avatar Apr 08 '23 15:04 amanjui45

cc @joyqvq per your recent PR

kchalkias avatar May 05 '23 13:05 kchalkias

https://github.com/MystenLabs/sui/pull/11699 this is landed to show the mnemonics when using keytool generate on new generated private keys. mnemonics cannot be derived for exisiting private keys

joyqvq avatar May 05 '23 13:05 joyqvq