A secure credential storage system that encrypts API keys and secrets at rest. 0nMCP's Vault module uses AES-256-GCM encryption with PBKDF2-SHA512 key derivation and optional machine-bound hardware fingerprinting.
Related Terms
More in Security
API KeyA secret token used to authenticate requests to an API. API keys identify the ca...OAuth 2.0An authorization framework that allows third-party applications to access user r...Access TokenA credential that grants temporary, scoped access to an API. Access tokens are t...Refresh TokenA long-lived credential used to obtain new access tokens without requiring the u...AES-256-GCMAdvanced Encryption Standard with 256-bit keys in Galois/Counter Mode. A symmetr...