k-Anonymization Program-- Sepp Hartung, Clemens Hoffmann, and André Nichterlein kAnonymization.jar is a free Java program that provides an implementation of an heuristic algorithm for the Graph Degree Anonymization problem. The program is distributed under the terms of the GNU General Public License (GPL). It is written in Java and requires a Java Virtual Machine which is compatible to version 1.7. It can be invoked by java -jar kAnonymization.jar GRAPHFILE VALUE_OF_ANONYMITY The parameter FILENAME points to the file that describes the input graph and VALUE_OF_ANONYMITY is the required level of anonymity. For instance the program can be invoked with java -jar kAnonymization.jar coAuthorsDBLP.graph 2