Nounspace [Alpha]
  • Introduction to Nounspace
  • System Architecture
  • Routing
  • Spaces
    • Homebase
    • Profile
    • Themes
    • Space Configuration
  • Fidgets
    • Layout Fidget
    • Fidget Data Storage
  • Accounts
    • Identities
    • Signatures
Powered by GitBook
On this page
  1. Accounts

Identities

PreviousAccountsNextSignatures

Last updated 12 months ago

Identities are the representation of a user in Nounspace. Multiple different accounts can access the same Identity if they are granted access.

An Identity is a public private key pair that allows users to securely store their data and access it from anywhere.

Identity keys are kept in an encrypted file in the cloud that can only be decrypted with a wallet's signature of a randomized nonce. This scheme to decrypt a key pair is the same as the

XMTP Key generation method