security_encrypt
Encrypt sensitive data for secure storage using a tool integrated with Kratos-MCP, a memory system for AI coding tools that ensures data protection and traceability.
Instructions
Encrypt sensitive data for storage
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | Data to encrypt |
Input Schema (JSON Schema)
{
"properties": {
"data": {
"description": "Data to encrypt",
"type": "object"
}
},
"required": [
"data"
],
"type": "object"
}