ssm.ro Docs
Introduction

Data Classification

Data categories and sensitivity levels processed by the SSM.ro platform

The SSM.ro platform classifies information by sensitivity levels in order to apply proportional security controls (access, encryption, retention, sharing).

Classification levels

LevelDescriptionExamples
PublicInformation intended for the public; disclosure causes no harmMarketing pages, public documentation, terms and conditions
InternalInternal operational information; access limited to staffConfigurations, internal technical documentation, operational metrics
ConfidentialSensitive business or security information; disclosure may cause harmArchitecture diagrams, risk register, SOPs, audit reports
Personal dataData identifying a natural person, protected under GDPRName, email, phone, employer, employee badge
Sensitive / special personal dataNational identifiers, exceptionally required for issuing qualified certificatesCNP, ID card series/number, ID card copy

Platform data mapping

Data typeClassificationLocationMain controls
Digital document contentConfidential / personal dataAWS S3 (SSE, versioning, Block Public Access)Access only via authenticated API; per-organization isolation
Employee data (name, contact, badge)Personal dataHeroku Postgres (encrypted at rest)Server-side RBAC; tenant isolation
Data sent for signing (document hash)ConfidentialTransmitted to the signature provider (eIDAS QTSP); typically only the document hash, full document only if the provider requires full transmissionmTLS or API token; minimization
Identification data (CNP, ID card series/number)Sensitive personal dataTransmitted to the provider exceptionally, only for one-time issuance of a qualified certificate when the client supplies the identity; not used in the standard advanced signature flowmTLS or API token; minimization; dedicated processing basis
Client activity logsInternal / personal dataHeroku Postgres (3 months)Super User access; self-service export
Signature audit trailConfidentialAWS CloudWatch Logs (5 years, append-only)IAM-restricted; encrypted
Compliance documents (DPIA, risk register)ConfidentialProvided on request, under NDAControlled external distribution

Handling principles

  • Minimization — only the data necessary for the stated purpose is processed (see Privacy Policy).
  • Encryption — confidential and personal data are encrypted in transit (TLS 1.2+) and at rest.
  • Isolation — each organization's (tenant's) data is logically isolated at the query level in both models; in the Enterprise model, the infrastructure is additionally physically dedicated per client.
  • Retention — each category has a defined retention window (see Data Retention and Deletion).
  • Confidential documents — distributed externally only under NDA, as part of audit processes.