II.
LibraryProcess JSON
Structured · livelib-process:security-compliance--encryption-standards
specializations/security-compliance/encryption-standards json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:security-compliance--encryption-standards",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/security-compliance/encryption-standards",
"description": "Encryption Standards Implementation - Comprehensive encryption framework covering encryption at rest\nand in transit, key management lifecycle, algorithm selection, TLS/SSL configuration, certificate management,\nHSM integration, key rotation policies, and compliance validation (FIPS 140-2, PCI-DSS, HIPAA).",
"libraryPath": "library/specializations/security-compliance/encryption-standards.js",
"specialization": "security-compliance",
"references": [
"- NIST Cryptographic Standards: https://csrc.nist.gov/projects/cryptographic-standards-and-guidelines",
"- FIPS 140-2 Security Requirements: https://csrc.nist.gov/publications/detail/fips/140/2/final",
"- OWASP Cryptographic Storage: https://cheatsheetseries.owasp.org/cheatsheets/Cryptographic_Storage_Cheat_Sheet.html",
"- TLS Best Practices: https://wiki.mozilla.org/Security/Server_Side_TLS",
"- AWS KMS Best Practices: https://docs.aws.amazon.com/kms/latest/developerguide/best-practices.html",
"- Azure Key Vault: https://docs.microsoft.com/azure/key-vault/general/best-practices",
"- NIST Key Management Guidelines: https://csrc.nist.gov/publications/detail/sp/800-57-part-1/rev-5/final",
"- PCI-DSS Encryption Requirements: https://www.pcisecuritystandards.org/document_library"
],
"example": "const result = await orchestrate('specializations/security-compliance/encryption-standards', {\n projectName: 'Financial Platform',\n encryptionScope: ['data-at-rest', 'data-in-transit', 'data-in-use'],\n keyManagementSystem: 'aws-kms', // 'aws-kms', 'azure-key-vault', 'gcp-kms', 'hashicorp-vault', 'hsm'\n complianceFrameworks: ['FIPS-140-2', 'PCI-DSS', 'HIPAA', 'SOC2'],\n environment: 'production',\n services: ['database', 'api', 'storage', 'messaging'],\n tlsVersion: 'TLS1.3',\n enableHSM: true,\n enableKeyRotation: true,\n rotationIntervalDays: 90,\n enablePerfectForwardSecrecy: true,\n enableQuantumResistance: false\n});"
},
"outgoingEdges": [
{
"from": "lib-process:security-compliance--encryption-standards",
"to": "domain:security",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-compliance--encryption-standards",
"to": "workflow:vulnerability-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-compliance--encryption-standards",
"to": "specialization:security-compliance",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}