You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
In process of migrating secrets from Like Core 0.9.x to 1.0.0 we need pair of encryptedPassphrase and publicKey. Current implementation of encrypt passphrase only shows encryptedPassphrase. While users may remember their public keys but we need to provide them steps to generate it from their passphrase if they want to.
We need to either create new command to generate publicKey from passphrase or show the publicKey in the output of encrypt passphrase command.
Versions
beta
The text was updated successfully, but these errors were encountered:
Description
In process of migrating secrets from Like Core 0.9.x to 1.0.0 we need pair of
encryptedPassphrase
andpublicKey
. Current implementation ofencrypt passphrase
only showsencryptedPassphrase
. While users may remember their public keys but we need to provide them steps to generate it from their passphrase if they want to.We need to either create new command to generate publicKey from passphrase or show the publicKey in the output of
encrypt passphrase
command.Versions
beta
The text was updated successfully, but these errors were encountered: