By · Last updated 2026-05-18

Vissza a BlograGDPR & Megfelelés

ANSPDCP és Román GDPR: Miért Nem Tárgyalható a CNP...

Az ANSPDCP megállapította, hogy az eszközök 78%-a kihagyja a román CNP-t megfelelő érvényesítéssel.

May 18, 20267 perc olvasás
Romania ANSPDCPCNP checksum validationRomanian GDPRBPO complianceRomanian identifiers

A CNP Különleges Adatkategóriaként

A román Cod Numeric Personal (CNP) 13 jegyű, kódolja:

  • Nemet: 1=férfi/2=nő 1900-1999, 5/6=2000+
  • Születési dátumot (ÉÉHHNN)
  • Születési megyét (2 jegyű)
  • Sorszámot
  • Ellenőrző jegyet (súlyozott modulus 11)

A nemkódolás miatt az ANSPDCP különleges kategóriájú adathoz közelítő védelmet ír elő a CNP-re.

Az Ellenőrző Jegy Érvényesítés Kritikus

Az ANSPDCP megállapítása: A román BPO szektorban telepített PII eszközök 78%-a kihagyja a CNP-t megfelelő ellenőrző jegy érvényesítéssel.

def validate_cnp(cnp: str) -> bool:
    if len(cnp) != 13 or not cnp.isdigit():
        return False
    weights = [2, 7, 9, 1, 4, 6, 3, 5, 8, 2, 7, 9]
    checksum = sum(int(cnp[i]) * weights[i] for i in range(12))
    remainder = checksum % 11
    expected = 1 if remainder == 10 else remainder
    return int(cnp[12]) == expected

Érvényesítés nélkül: hasonló számsorozatok átmennek (hamis pozitívok). Érvényesítéssel: csak valódi CNP-k észlelhetők.

Megfelelőségi Ellenőrző Lista Romániai Szervezeteknek

  • CNP észlelés ellenőrző jegy érvényesítéssel
  • Cartea de identitate észlelés
  • Román NER az ügyfélkommunikációhoz
  • Albeszállítói ÁSZF-ek (BfDI, CNIL, ICO joghatóságokkal)
  • ANSPDCP értesítési protokoll 72 órán belül incidens esetén

Forrás: ANSPDCP: Román Adatvédelmi Hatóság

Készen áll az adatai védelmére?

Kezdje el a PII anonimizálását 285+ entitástípuson 48 nyelven.

About this page

We update this page when our platform or the law changes.

Read our founder note for how we work.

Each change shows up in the timestamp at the top.

Related reading

We follow these rules

  • GDPR (EU 2016/679).
  • ISO/IEC 27001:2022.
  • NIS2 (EU 2022/2555).
  • HIPAA safe harbor under 45 CFR § 164.514(b)(2).

Our promise

We do not sell your data.

We do not train models on your text.

We store your files in Germany.

You can delete your account at any time.

You own your work.

Where we run

Our servers live in Falkenstein, Germany.

We use Hetzner. They hold ISO 27001 certification.

All data stays in the EU.

Backups run every day.

Need help?

Email support@anonym.legal.

We reply within one business day.

How we test

We run a full check suite on every release.

Each surface gets its own sweep script and report.

Human reviewers spot-check the output each week.

We track recall and precision on a labelled set.

Bad runs block the deploy.

What we never do

  • We never sell your information to third parties.
  • We never train models on what you upload.
  • We never keep your work after you delete it.
  • We never share keys with any outside firm.
  • We never run ads inside the product.

Plans in plain words

We sell credits, not seats.

One credit covers one short job.

Long jobs use a few credits each.

You can top up at any time.

Unused credits roll over each month.

Read the plans page for current rates.

Who built this

A small team of engineers and lawyers built this.

We ship from Europe and work in the open.

Our founder note spells out why we started.

Where to start

How the parts fit

A browser add-on cleans text inside Chrome.

A Word plug-in handles drafts in Office.

A small desktop tool works on whole folders.

An agent protocol link feeds large models safely.

All four share one core engine and one rule set.