By · Last updated 2026-04-07

5가지 익명화 방법

귀하의 준수 요구 사항에 맞는 적절한 보호 방법을 선택하세요. 완전한 삭제부터 가역적 암호화까지, 저희가 도와드립니다.

대체

감지된 PII를 문서 가독성을 유지하는 현실적인 가짜 데이터로 대체합니다.

최고의 용도:

  • 테스트 환경
  • 데모 데이터 생성
  • 훈련 데이터 세트
  • 문서 공유

예시

이전
john.smith@company.com의 John Smith에게 연락하세요
이후
jane.doe@example.com의 Jane Doe에게 연락하세요

삭제

문서에서 PII를 완전히 제거하고 [REDACTED]와 같은 자리 표시자로 대체합니다.

최고의 용도:

  • 법률 문서
  • FOIA 요청
  • 공공 기록
  • 법원 제출

예시

이전
john.smith@company.com의 John Smith에게 연락하세요
이후
[REDACTED]에게 연락하세요 [REDACTED]

해시(SHA-256)

문서 간 일관된 가명화를 허용하는 단방향 암호화 해시입니다.

최고의 용도:

  • 연구 데이터
  • 분석
  • 문서 간 링크
  • 가명화

예시

이전
john.smith@company.com의 John Smith에게 연락하세요
이후
a1b2c3d4에게 연락하세요 e5f6g7h8

암호화(AES-256-GCM)

허가된 사용자가 올바른 키로 원래 데이터를 복구할 수 있는 가역적 암호화입니다.

최고의 용도:

  • 임시 익명화
  • 데이터 복구 필요
  • 감사 요구 사항
  • 가역적 워크플로우

예시

이전
john.smith@company.com의 John Smith에게 연락하세요
이후
[ENC:xyz123]에게 연락하세요 [ENC:abc456]

마스킹

일부 문자를 참조용으로 남기면서 PII를 부분적으로 가립니다.

최고의 용도:

  • 고객 지원
  • 검증 표시
  • 부분 가시성 필요
  • 사용자 인터페이스

예시

이전
john.smith@company.com의 John Smith에게 연락하세요
이후
J*** S****에게 연락하세요 j***.s****@c******.com

방법 비교

방법가역성링크 가능가독성최고의 용도
대체아니요아니요테스트, 데모
삭제아니요아니요부분적법률, 공공 기록
해시(SHA-256)아니요아니요연구, 분석
암호화(AES-256-GCM)아니요아니요임시, 감사
마스킹부분적아니요부분적지원, UI 표시

모든 방법을 무료로 사용해 보세요

주기당 200개의 무료 토큰으로 시작하세요. 모든 익명화 방법을 실험해 보세요.

무료 계정 만들기

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.