An open API service indexing awesome lists of open source software.

https://github.com/subbyte/sdld

Simple Data Leak Detection
https://github.com/subbyte/sdld

Last synced: 27 days ago
JSON representation

Simple Data Leak Detection

Awesome Lists containing this project

README

        

sdld
====

Simple Data Leak Detection

Given a directory of sensitive files and a directory of unknown files, detect if the content of any sensitive files is in the unknown files.

Shingling, fingerprinting and collection intersection are used in a line to test the similarity between two files.