Reference

Glossary

Concise definitions of the terms used across Rhea. Additional terms are added alongside the articles that introduce them.

A

Access control
The rules and mechanisms that decide which identities may perform which actions on which resources.
Address (blockchain)
A public identifier derived from a public key. It can be used to reference a cryptographic account without exposing its private key.
AES
Advanced Encryption Standard. A symmetric block cipher standardized by NIST and used inside AES-GCM.
AES-GCM
An authenticated encryption mode combining AES with Galois/Counter Mode. Produces ciphertext plus an authentication tag so tampering can be detected.
Authentication
Proving that a request comes from a specific identity. In Rhea, this is done cryptographically through a signature, not a password.
Authorization
Deciding what an authenticated identity is allowed to do. RED evaluates authorization independently of authentication.

B

BYOD (Bring Your Own Database)
Running the database that indexes protected records inside infrastructure the customer owns and controls. Planned for Rhea; not currently available.
BYOS (Bring Your Own Storage)
Writing encrypted objects to storage the customer owns and controls. RED supports AWS S3 today; additional providers are planned.

C

Ciphertext
The output of an encryption operation. Unreadable without the correct key.
Client-side encryption
Encrypting data on the user's device before it leaves for storage or transit, so the destination service never sees plaintext.
Cryptographic account
An account whose control is proven by possession of a private key, not by an email-and-password credential stored on a server.
Cryptographic authorization
An authorization decision anchored to a cryptographic signature, so approval cannot be forged by a server-side credential leak.

D

Digital signature
A value produced with a private key that anyone with the matching public key can verify. Proves authorship and integrity.

E

Encryption
Transforming data so only holders of the correct key can recover it.

K

Key custody
Where private keys are held and who can use them. Under Rhea Key, custody stays with the user.

M

Metadata
Data about data — identifiers, timestamps, sizes, references. Distinct from the protected content itself.

N

Nonce
A number used once. In AES-GCM it must be unique per key to keep encryption secure; in authentication it prevents replay.

O

Object storage
Storage that treats data as opaque objects addressed by keys, such as Amazon S3.

P

Plaintext
The readable input to an encryption operation, or the readable output of a decryption operation.
Presigned URL
A time-limited URL that grants scoped access to a storage object without exposing long-lived credentials.
Private key
The secret half of a keypair. Signing and decryption require it; it must never be shared.
Public key
The shareable half of a keypair. Used to verify signatures and to encrypt to the keyholder.

R

RED
Rhea's encrypted data protection and management infrastructure. Encrypts client-side and stores in the customer's chosen infrastructure.
Reown WalletKit
The wallet-side software component (formerly WalletConnect SDK) that Rhea Key uses to implement the WalletConnect protocol.
Rhea ID
Rhea's privacy-preserving identity and attribute-verification infrastructure. Coming soon.
Rhea Key
Rhea's cryptographic access and authorization infrastructure. Proves control of a cryptographic account and signs authorizations.
Role
A named set of permissions assigned to a member of an organization — for example Owner, Admin, or Member.

S

S3
Amazon Simple Storage Service. Object storage widely used for cloud data. Supported today as a BYOS target for RED.
Session
A time-bounded connection between two parties — in Rhea Key, established over the WalletConnect protocol after QR pairing.
Signature
Shorthand for digital signature.

T

Trezor
A hardware signing device that holds private keys inside a dedicated device so signing does not require exposing keys to a general-purpose computer.

W

Wallet
An application or device that holds private keys and signs on behalf of a cryptographic account. Rhea Key is a signing surface, not a cryptocurrency wallet product.
WalletConnect protocol
An open protocol for pairing a signing surface (like Rhea Key) with an application over an encrypted channel, typically initiated by a QR code.

Z

Zero Trust
A security model that assumes no implicit trust based on network location and evaluates each request on its own merits.