-
For generate private key from seed pharse you can use this library. From mnemonic you will recieve a secret(private) + public keys
-
It's impossible. You can't get seed phrase of pair keys.
Answered
Is it possible to turn a seed phrase into a private key and vice versa?
As far as I understand, a seed phrase (mnemonic words) and a private key are dependent on each other. If I know one of them, can I generate the other from it?
- If I have a seed phrase, how can I get its private key?
- If I have a private key, how can I get its seed phrase?
This question was imported from Telegram Chat: https://t.me/tondev/113220
19K Views
1
Answer
one year ago
one year ago
Tags
You can use the TonWeb Wallet Generator to convert a seed phrase into a private key. This tool is designed to handle such conversions and can provide you with the necessary key pairs.
Converting a private key back to a seed phrase is generally not feasible due to the one-way nature of the algorithms used
I hope this helps!