Recover seed-phrase from private key

Viewed 490

I've created an account using near-cli / near-sdk, thus got private keys in ~/.near-credentials.

In order to use the new account in wallet.near.org I need the seed-phrase. How I can "convert" a private key to a seed-phrase?

1 Answers

This is cryptographically impossible, assuming that this works in NEAR the same as in Bitcoin etc.

Related