Skip to content

Commit fa82548

Browse files
committed
Updating the readme.
1 parent efb1fee commit fa82548

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ A Python port of [Phileas (Java)](https://github.com/philterd/phileas) — a lib
88

99
## Overview
1010

11-
Phileas analyzes text searching for sensitive information such as email addresses, phone numbers, SSNs, credit card numbers, and many other types of PII/PHI. When sensitive information is identified, Phileas can manipulate it in a variety of ways: the information can be redacted, masked, hashed, or replaced with a static value. The user defines how to handle each type of sensitive information through **policies**. Other capabilities include referential integrity for redactions, conditional logic for redactions, and a CLI.
11+
Phileas analyzes text searching for sensitive information such as email addresses, phone numbers, SSNs, credit card numbers, and many other types of PII/PHI. When sensitive information is identified, Phileas can manipulate it in a variety of ways: the information can be redacted, masked, hashed, or replaced with a static value. The user defines how to handle each type of sensitive information through policies (YAML or JSON).
12+
13+
Other capabilities include referential integrity for redactions, conditional logic for redactions, and a CLI.
1214

1315
## Compatibility Notes
1416

0 commit comments

Comments
 (0)