Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 843 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 843 Bytes

SSN-Redaction

A redaction tool for Social Security Numbers in PDFs.

WARNING: THIS PROJECT IS INCOMPLETE! DOES NOT YET REMOVE SSNs FROM PDF TEXT!

DO NOT USE YET!

Overview

Created in Ruby and Java, this tool accepts PDFs with embedded text and 1) detects the presence of Social Security Numbers, 2) removes the Social Security Numbers, and 3) draws a black box where the Social Security Number was, as a visual indicator of redaction.

Options

  • --pages: Comma separated list of ranges, or all.
  • --password: Password to decrypt document.
  • --guess: Guess the portion of each page to analyze.
  • --silent: Suppress all stderr output.
  • --test: Print detected SSN strings to stdout, do not write output PDF

License

Released under the MIT License.