No processing of your file contents takes place on any server. You need no data-processing agreement with gottrix to handle confidential or business documents.
Servers in GermanyGDPR by design
Origin servers at Hetzner in Germany. Since your files never leave your device, their contents are not transmitted at all.
DICOM is the standard format of medical imaging (DICOM PS3.10). Besides the image itself, every file carries an extensive header of metadata fields - among them the name, birth date, patient ID, address and phone number of the person, plus the clinic, station, device and the names of the attending physicians. These very fields turn a scan into personal data. Anyone sharing an image for research, teaching, a second opinion or a technical bug report must remove these identifiers first.
This tool reads the DICOM file in the browser, clears every known identity field from a minimal de-identification list aligned with DICOM PS3.15, and sets the markers PatientIdentityRemoved to YES and a DeidentificationMethod. The image pixels themselves are taken over byte for byte unchanged - the scan, its resolution and its grey-scale range stay exactly intact, whether the image is uncompressed or compressed. Nothing is recomputed; only the identity is taken out of the header.
The decisive point is privacy: because the anonymization runs entirely on your device, the original file with all patient data never leaves the browser. Nothing is uploaded, nothing is cached, no server sees the scan - the decisive advantage for clinical and research data. You can drop several .dcm files at once; each is processed individually and saved as a new .dcm with the suffix _anon. You keep the original image unchanged, and you can share the anonymous copy safely.
Specifications
Specifications
Input formats
DCM
Output format
DCM
Batch processing
Yes
Processing
Locally in your browser (JavaScript)
File upload
None
In 3 steps
Drop your DICOM file(s) (.dcm).
Anonymization runs automatically, locally in the browser.
Download the anonymized .dcm file.
Limitations:Removes the identity fields from a DICOM header (name, ID, birth date, address, phone, clinic, station, device, physicians) per a minimal list aligned with DICOM PS3.15 and sets PatientIdentityRemoved=YES. The pixels stay unchanged. It is a structural helper, not a certified anonymization attestation: text burned into the image (burned-in annotations) and private vendor fields are not read. Check sensitive scans yourself before sharing.
FAQ
Are my DICOM files uploaded?
No. Anonymization runs entirely locally in the browser (pure JavaScript, no server); the file with the patient data never leaves your device - the decisive advantage for clinical and research data in particular.
Which fields are removed?
Name, patient ID, birth date, address, phone number, clinic and station name, device serial number and the names of the attending and performing physicians. The list follows the minimal de-identification of DICOM PS3.15.
Is the medical image preserved?
Yes, completely. The pixels are taken over byte for byte - only the metadata in the header are cleared. The resolution, grey-scale and compression of the scan do not change.
Is this a complete, legally watertight anonymization?
It is a structural helper based on a minimal list aligned with PS3.15. Text burned into the image and private vendor fields are not captured. Check sensitive scans yourself before sharing.
Can I anonymize several files at once?
Yes. Drop several .dcm files at once; each is processed individually and saved as its own anonymous copy with the suffix _anon.