What is SDF (SensitiveDocsFlow)?
**SDF(SensitiveDocsFlow)**is about documents generated and distributed in the business system.Policy-based encryption and tracking featuresIt is a security platform that provides __PH_0__.

Purpose of Introduction
| Purpose | Description |
|---|---|
| Custom Security Policy | Applying security policies optimized for institutional/corporate environments through integration with external systems. |
| Safe Document Sharing | Policy-based control and secure distribution of encrypted documents |
| Real-time Security Application | Immediate encryption and history tracking for important documents generated in the business system |
| Integrated Log Management | Integrating security event and document lineage information into a consolidated log for collection and visualization |
Configuration Method
SDF depends on the operating environment.Two Methodsis provided.
SDF Container
Sidecar ContainerThis is a configuration that is distributed together with the work system (POD).
- Processing security document encryption/decryption, header insertion, and Info Lineage log generation based on API.
- Structure in which the business system requests to the SDF Container and receives responses
- Optimized for Cloud and Kubernetes Environments
For more details,SDF Container DetailsPlease refer to the document.
SDF App (JAR)
existingService Linker Methodmaintaining compatibility**Executable JAR (SCSL)**This is the base configuration.
- The business system directly calls the JAR file to utilize the SDF Container API.
- Perform policy-based security processing while maintaining compatibility with existing app code.
- Suitable for closed networks and standalone environments
For more details,SDF App DetailsPlease refer to the document.
Comparison of Configuration Methods
| item | SDF Container | SDF App |
|---|---|---|
| Installation Type | Sidecar in the Work System Pod | Install JAR on a separate server |
| Processing Method | Performing Direct Encryption and Decryption | Internal Call of SDF Container |
| Structural Complexity | Single Configuration (Simple) | Dual Configuration (App + Container) |
| Performance | Fast due to internal processing | Possible delay due to network communication |
| Suitable Environment | Cloud, SaaS services | Closed network, high security requirement environment |
| Deployment Method | Kubernetes Deployment | External Server-Based Deployment |
Recommended Environment
- SDF Container: Cloud or container-based services
- SDF App: Network isolation environment, environment requiring standalone configuration