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
- Host: GitHub
- URL: https://github.com/subbyte/sdld
- Owner: subbyte
- License: apache-2.0
- Created: 2013-11-07T17:45:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-07T17:49:06.000Z (over 11 years ago)
- Last Synced: 2025-02-01T13:23:09.243Z (3 months ago)
- Language: C++
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.