Response:
"signature_base64": "MEUCIQD...", "key_id": "arn:aws:kms:us-east-1:...", "timestamp": "2026-04-17T10:00:00Z"
The KeySign Connector is an essential security component for any organization that requires scalable, auditable, and secure digital signatures while keeping private keys under hardware or cloud KMS protection. It decouples applications from direct key access, enforces consistent signing policies, and provides a clear audit trail for compliance. While it introduces network overhead and architectural complexity, its security benefits far outweigh these costs in regulated industries such as finance, healthcare, and legal tech. End of Report
POST /v1/sign Authorization: Bearer <token> Content-Type: application/json "key_alias": "invoice-signing-key-2025", "hash_algorithm": "SHA-256", "data_base64": "SGVsbG8gV29ybGQ="
