There are 0 repository under data-sanitization topic.
A Laravel package to scrub sensitive information that breaks operational security policies from being leaked on accident or not by developers.
A serverless AWS-based service to clean and validate email lists, featuring real-time monitoring and scalable architecture. Built with Node.js and AWS Step Functions.
Python package to make URL extraction, generalization, validation, and filtration easy.
A robust data correction library for Kotlin/Java that automatically fixes common data validation issues (e.g., nulls, formatting, value mismatches) using annotation-driven correction logic.
A tool for linux devices to securely wipe their storage and make sensitive data unrecoverable.
Simple program for delete files with data rewriting (data sanitization)
A program that checks and removes unwanted input ensuring that data conforms to security-related requirements.
Simple, military-grade file and directory deletion tool.
A travel booking web application build with Node.js, Express.js, MongoDB, JavaScript, PUG, CSS
implementation of a simple, fast Unicode homoglyph normalization method to sanitize text by replacing visually similar characters (e.g., Cyrillic 'а' → Latin 'a'). Useful for spam filtering, input validation, and improving LLM robustness. Developed for SPELLL 2023.
A tours application powered by Node JS
DataDemise is an application for certifying and verifying the destruction of data stored across various cloud providers. It ensures secure and verifiable destruction of data, providing certificates as proof of destruction.
A robust and secure Express.js boilerplate with TypeScript, featuring advanced security middleware, MongoDB integration, and tools for building production-ready Node.js apps.
Backend API for Tour company- includes User authentication, JWT token, login, signup, forget password, Access management, CURD on Tour and Reviews & many more features.
A Laravel demo of a Laravel package to scrub sensitive information that breaks operational security policies from being leaked on accident or not by developers.
JSON Privacy Sanitizer: Automatically detect and sanitize sensitive data in JSON files to enhance privacy and security.
A platform for developers to connect with another developers, for making new connections, new friends. It's a backend project focused on learning Node.js, ExpressJS, and MongoDB
Context hygiene & risk adjudication for LLM pipelines: secrets, PII, prompt-injection, policy redaction & tokenization.
📦 A lightweight utility for redacting, masking, and randomizing sensitive or structured data in JavaScript/TypeScript.
Examples of improving data input sanitization in python using shlex
Developed an ETL data pipeline that ingests live data from London’s Traffic Information Management System, validates and sanitizes it using Pydantic, stores it in a PostgreSQL database, and exposes it through a FastAPI-based RESTful API.