Ecosyste.ms: Awesome
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: about 1 month 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-07T17:49:06.000Z (about 11 years ago)
- Last Synced: 2023-08-04T09:35:45.360Z (over 1 year ago)
- Language: C++
- Size: 117 KB
- Stars: 1
- Watchers: 2
- 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.