20 lines
		
	
	
		
			492 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			492 B
		
	
	
	
		
			Plaintext
		
	
	
	
|       ==================
 | |
|         DB Fingerprint
 | |
|       ==================
 | |
| 
 | |
| 
 | |
| -------------
 | |
|   INTRO
 | |
| -------------
 | |
| dbfp is a tool that will scan a sqlite database and generate a fingerprint.
 | |
| The fingerprint is basically the database schema with some metadata (md5 sums, scan information)
 | |
| The fingerprint is stored to disk in JSON format.
 | |
| 
 | |
| 
 | |
| -------------
 | |
|   BUILD
 | |
| -------------
 | |
| This project is completely python. No building required.
 | |
| There are no dependencies.
 | |
| It has been tested on Python 2.7.10
 |