ethers-io / ethers.objc

Fast, simple and complete library for Ethereum in Objective-C.
MIT License
157 stars 57 forks source link

Hi! How to convert a private key into a mnemonic? #26

Closed 6fei6 closed 5 years ago

6fei6 commented 5 years ago

Because BIP39??Or can I replace it with BIP44?

ricmoo commented 5 years ago

You cannot convert from a private key to a mnemonic; it’s not possible in any system. The algorithm is specifically designed to be one direction, so you can only go from mnemonic to private key...

Sorry. :(