Qare Internals
    SQL Tables
        Account
        appData
        appTable
        Applications
        Inbox
        KeyPair
        localPrivileges
        message
        pendingMessage
        privilege
        project
        registerInfo
        RegisterPending
        remoteAccount
        session
        System
        user
        userDelegations
    Schema
    Plugins
    API
 Site Map
 
keyPair Table
Your public key is your identifier to the outside world. This table holds both your private and public keys. It is populated whenever you create's the entire table structure of Qare during installation. You will have to notify all users whom you have already established connections, since some applications rely on these keys for encrypting and decrypting messages. It's simple, just send a activation request to that systems. This request takes your public key and and in response you get their public key.
 
 QareApplications
        AppDir
        ChangePassword
        Count
        CreateAccount
        Delegation
        DelegationDisplay
        DeleteRemote
        HelloWorld
        Inbox
        Login
        Logout
        Pending
        Ping
        Register
        RemoteAccount
        UserGroups
 



FIELD
TYPE
DESCRIPTION
privateKey
text
Your private key.
publicKey
text
Your public key.