Skip to main content
March 29, 2022
Question

Public Keys should be stored with the private key

  • March 29, 2022
  • 1 reply
  • 69 views

Private keys are less than useful without the public key. They should be stored together and validated that they match, so if you store the wrong public key, it should alert you that they don't match.


1Password Version: 8
Extension Version: Not Provided
OS Version: Not Provided

1 reply

floris_1P
1Password Employee
1Password Employee
March 30, 2022

1Password derives the public key from the private key when generating or importing, and then stores them together. So there will never be a private/public key mismatch.