Skip to content

philterd/philter

Repository files navigation

Philter

Philter is an API-based application to identify and manipulate (redact, anonymize, and more) PII, PHI, and other sensitive infromation.

Philter is built upon the open source PII and PHI redaction engine Phileas. Philter provides an API on top of Phileas that allows for redaction and management of filtering policies.

Philter was released as open source under the Apache License, version 2.0, in July 2024 for version 2.6.0, but Philter dates back to 2019. See the Release Notes for a description of past versions.

Quick Start

Philter can be run using docker compose after building:

mvn clean install
docker compose build
docker compose up

Once the containers are running, you can submit text to Philter's API for redaction:

curl -k "https://localhost:8080/api/filter" --data "George Washington lives in 90210 and his SSN was 123-45-6789." -H "Content-type: text/plain"

Philter on the Cloud Marketplaces

Philter is available on the cloud marketplaces as a turnkey redaction solution. These cloud images are pre-configured and ready to be used immediately after launch.

License

As of Philter 2.6.0, Philter is licensed under the Apache License, version 2.0. Previous versions were under a proprietary license.

Copyright 2024 Philterd, LLC. Copyright 2018-2023 Mountain Fog, Inc.