PIICrunch is an application designed to redact sensitive information from government-issued documents like Aadhar cards, passports, voter IDs, driving licenses, and social security cards. It automatically identifies and removes personally identifiable information (PII), such as names, addresses, and IDs. Users can customize the redaction process to target specific information. The tool operates on an Encrypt-Transfer-Store (ETS) model, ensuring no files are stored after processing. PIICrunch prioritizes privacy and security, providing a safe way to handle sensitive documents.
Demo video link: https://youtu.be/Z5BfUAkUTO4?si=Nd-Yi2fsGQ9I4Cyf
git clone https://github.com/sanjayh-2022/PiiCrunch
Navigate to the project directory:
cd PiiCrunch
Install dependencies:
npm i
Start the development server :
node app.js
The backend api has a separate setup process. Refer to the README file for detailed instructions.
This project is licensed under the MIT License. See LICENSE for more details