GSoC/GCI Archive
Google Summer of Code 2012 The Java Pathfinder Team

jpf-qif : Quantitative Information Flow Analysis for Java Bytecode

by Quoc-Sang Phan for The Java Pathfinder Team

Computer systems in the real world are never 100% secure, so we need to measure how secure they are. As a simple example, suppose an attacker tries to guess a password: if his guess is correct, he can obtain all the information; otherwise he can still learn that the password is not the same as the previous try, so his search space is narrowed. In either the cases, the password checking program does leak some information. The aim of this project is to use Java PathFinder to quantify leakage of confidential information in Java programs.