By · Last updated 2026-03-10

ब्लॉग पर वापस जाएँकानूनी तकनीक

क्रॉस-प्लेटफ़ॉर्म PII: Office और LibreOffice

Microsoft Office और LibreOffice के मिश्रित वातावरण वाले संगठन anonym का उपयोग करके PII अनामीकरण में एकरूपता कैसे बनाए रखते हैं।

March 10, 20267 मिनट पढ़ें
LibreOffice extensioncross-platform anonymizationmixed office environmentdocument redaction consistencyenterprise PII

मिश्रित Office की समस्या

अधिकांश कंपनियाँ एक से अधिक office suite चलाती हैं। कानूनी टीमें Word का उपयोग करती हैं। Linux पर काम करने वाले इंजीनियर LibreOffice इस्तेमाल करते हैं। विलय के बाद अलग-अलग सॉफ़्टवेयर वाली टीमें एक साथ आती हैं। सरकारी काम में ODF और OOXML फ़ाइल फ़ॉर्मेट शामिल हो जाते हैं।

यह मिश्रण एक PII जोखिम पैदा करता है। एक tool Word में नाम खोज लेता है। दूसरा tool Writer में उसे छोड़ देता है। थ्रेशोल्ड अलग-अलग होते हैं। आउटपुट फ़ॉर्मेट भिन्न होते हैं।

यह अंतर एक अनुपालन जोखिम है। GDPR अनुच्छेद 32 डेटा सुरक्षा के लिए "उचित तकनीकी उपाय" की मांग करता है। यदि दो suite एक ही फ़ाइल पर दो अलग परिणाम देते हैं, तो यह लगातार उचित नहीं है। मानक पूरा नहीं होता।

एक Engine, दो Suites

anonym.legal के पास दोनों suites के लिए extension हैं:

  • Office Add-in — Word, Excel, और PowerPoint के लिए
  • LibreOffice Extension — Writer, Calc, और Impress के लिए

दोनों एक ही backend से जुड़ते हैं। वे साझा करते हैं:

  • 285+ entity प्रकार
  • हाइब्रिड detection (regex + spaCy NLP)
  • 48 भाषाएँ
  • 5 अनामीकरण विधियाँ
  • Confidence scoring (regex: 1.0, NLP: 0.85+)

Word या Writer में एक ही text चलाएँ। परिणाम समान होगा।

साझा Presets से Drift रुकता है

Configuration drift एक मूक जोखिम है। यह किसी के ध्यान में आए बिना होता है। टीम A, Word को 12 entity प्रकारों के साथ Replace पर सेट करती है। टीम B, LibreOffice को 8 प्रकारों के साथ Redact पर सेट करती है। एक ही फ़ाइल। अलग-अलग आउटपुट।

anonym.legal में Preset sync इसे ठीक करता है:

  1. किसी भी platform पर preset बनाएँ — web app, Desktop App, Office Add-in, या LibreOffice Extension
  2. Preset 5 मिनट के भीतर सभी platforms पर sync हो जाता है
  3. हर user एक ही settings लागू करता है

एक preset में शामिल होता है: कौन से entity प्रकार detect करने हैं, प्रत्येक प्रकार के लिए विधि, confidence threshold, और कस्टम परिभाषाएँ।

Encryption Key की पोर्टेबिलिटी

Encrypt विधि (AES-256-GCM) का उपयोग करने वाली टीमें मूल text को पुनर्स्थापित करने के लिए अनामीकरण को उलट सकती हैं। इसके लिए keys सभी platforms पर उपलब्ध होनी चाहिए। Word में encrypt की गई फ़ाइल web app या LibreOffice Extension में decrypt होनी चाहिए।

anonym.legal ZK-wrapped key sync का उपयोग करता है:

  • Keys को आपके password से derived key के साथ XChaCha20-Poly1305 से wrap किया जाता है
  • Wrapped keys server पर sync होती हैं
  • आपका password कभी आपके device से नहीं जाता
  • Server उल्लंघन से आपकी keys उजागर नहीं हो सकतीं

Law Firm Workflow: मिश्रित Suite, एक परिणाम

एक मध्यम आकार की law firm कई स्रोतों से फ़ाइलें लेती है:

फ़ाइल प्रकार:

  • Word (.docx) में क्लाइंट अनुबंध
  • PDF के रूप में court filings, text में बदली गई
  • Linux desks से LibreOffice Writer (.odt) में आंतरिक मेमो
  • Excel (.xlsx) और Calc (.ods) में spreadsheets

यह कैसे काम करता है:

  1. वरिष्ठ partner एक "Client Matter" preset बनाता है — नाम replace करें, तारीखें mask करें, SSN redact करें, email encrypt करें
  2. Preset सभी platforms पर sync होता है
  3. Associate A एक Word फ़ाइल खोलता है। Office Add-in से preset लागू करता है।
  4. Associate B एक Writer फ़ाइल खोलता है। LibreOffice Extension से वही preset लागू करता है।
  5. Paralegal एक Calc फ़ाइल पर preset चलाता है।
  6. तीनों एक ही detection और output settings का उपयोग करते हैं।

GDPR ऑडिट के लिए, firm दिखा सकती है:

  • सभी फ़ाइल प्रकारों पर एक preset लागू किया गया
  • फ़ॉर्मेट से स्वतंत्र entity detection
  • पूरे कार्य में समान output विधियाँ
  • Zero-knowledge security से manage की गई keys

Enterprise Deployment

कारकOffice Add-inLibreOffice Extension
DeploymentMicrosoft 365 admin center.oxt फ़ाइल वितरण
UpdatesManifest के माध्यम से Auto-updateManual .oxt replacement
User managementAzure AD integrationanonym.legal accounts
PlatformWindows, Mac, Web, iPadWindows, macOS, Linux
LicensingMicrosoft 365 आवश्यकFree (LibreOffice)

मिश्रित वातावरण के लिए, दोनों deploy करें। Office Add-in Microsoft 365 desks पर जाता है। LibreOffice Extension Linux और open-source desks पर जाता है। साझा presets और keys व्यवहार को सुसंगत रखते हैं।

नियामक एकरूपता

नियामक "हमने अलग-अलग tools का उपयोग किया" को अनामीकरण में gaps का कारण स्वीकार नहीं करते। यदि एक DSAR response Word फ़ाइल में नाम redact करता है लेकिन LibreOffice फ़ाइल में छोड़ देता है, तो यह एक gap है। यह अनुपालन विफलता है।

सभी फ़ाइल प्रकारों में एक detection engine यह जोखिम दूर करता है। Algorithm क्लाइंट app के आधार पर नहीं बदलता। यह server-side हर request के लिए समान तरीके से चलता है। विवरण के लिए सुरक्षा और अनुपालन पृष्ठ और legal conformance docs देखें।

शुरू करें

  1. LibreOffice Extension डाउनलोड करें — Writer, Calc, Impress के लिए
  2. Office Add-in इंस्टॉल करें — Word, Excel, PowerPoint के लिए
  3. web app में एक preset बनाएँ — यह दोनों platforms पर sync होता है

एक account। एक preset। एक परिणाम।

स्रोत

  • GDPR अनुच्छेद 32 — सुसंगत डेटा सुरक्षा के लिए उचित तकनीकी उपाय
  • anonym.legal cross-device sync docs — preset और key पोर्टेबिलिटी (/docs/libreoffice)
  • anonym.legal PII Detection Testing — 95.5% accuracy, सभी platforms पर समान

क्या आप अपने डेटा की सुरक्षा के लिए तैयार हैं?

48 भाषाओं में 285+ संस्थाओं के प्रकारों के साथ PII अनामकरण शुरू करें।

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.

Words from our team

We started this work after a lunch about cookies.

One friend kept getting odd ads on her phone.

We asked why a court file leaked through a draft.

We sketched the first build on a napkin that week.

By month three we had a tiny demo for a friend.

She used it on her first case the next day.

Common questions we hear

Can the tool read scanned PDFs? Yes, with OCR.

Does it work on long files? Yes, in small chunks.

Can I roll my own rule set? Yes, save it as a preset.

Does it run offline? The desktop build runs offline.

Do you keep my files? No, the cloud build wipes after each run.

Will it learn from my work? No, we never train on inputs.

A short tour of the workflow

Upload a file or paste a snippet of prose.

Pick the entities you want gone from the draft.

Choose a method: replace, mask, hash, encrypt, or redact.

Press run and watch the side panel show each hit.

Skim the result and tweak any rule that misfired.

Save the cleaned file or send it to a teammate.