Overview of Seal decentralized secrets management
mainSeal is a decentralized secrets management (DSM) product designed to secure sensitive data at rest on decentralized storage (such as Walrus) or any other onchain/offchain storage.
Key features include:
- Identity-based encryption/decryption: Secure data using identity-based primitives.
- Onchain access control: Access to sensitive data is controlled by onchain policies on the Sui network.
- Threshold-based decryption: Lightweight key servers enforce Sui policies and provide threshold-based decryption keys.
- Developer integration: Easily integrate Seal into applications using the official TypeScript SDK.