Skip to content

HateBreed/iprat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iprat

Information Privacy Risk Assessment Tool

build

Run: make

run

./validator [-cvh] [STATE]

-c		Create all possible states and print them to stdout.
		Each of these states can be used for input to the validator. Use './validator -c > results'.
-C		Create all states and validate them. Prints results to stdout.
-v [STATE]	Validate a single state, result is printed to stdout. 
-h		Print help.


The state consists of 9 assessable values (with value 1-6) in following order (the three letter abbreviations are shown in parentheses):
		1: Attack actualization (ATT)
		2: Privacy damage (PRD)
		3: Data capabilities (DAC)
		4: Asset access (ASA)
		5: Asset role (ASR)
		6: Data access (DAA)
		7: Data quantity (DAQ)
		8: Data significance (DAS)
		9: Data storage time (DST)
		10: Data identifiability (DIF) - value 1-3

An example state: 112233445

About

Information Privacy Risk Assessment Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors