Skip to main content

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__.

info

Purpose of Introduction


PurposeDescription
Custom Security PolicyApplying security policies optimized for institutional/corporate environments through integration with external systems.
Safe Document SharingPolicy-based control and secure distribution of encrypted documents
Real-time Security ApplicationImmediate encryption and history tracking for important documents generated in the business system
Integrated Log ManagementIntegrating 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


itemSDF ContainerSDF App
Installation TypeSidecar in the Work System PodInstall JAR on a separate server
Processing MethodPerforming Direct Encryption and DecryptionInternal Call of SDF Container
Structural ComplexitySingle Configuration (Simple)Dual Configuration (App + Container)
PerformanceFast due to internal processingPossible delay due to network communication
Suitable EnvironmentCloud, SaaS servicesClosed network, high security requirement environment
Deployment MethodKubernetes DeploymentExternal Server-Based Deployment

Recommended Environment

  • SDF Container: Cloud or container-based services
  • SDF App: Network isolation environment, environment requiring standalone configuration