for file in os.listdir(inDir):
            if file.endswith(".h"):
                print "processing %s -> %s" %(inDir+"/"+file, outDirHeader+"/"+file)
                process_file(inDir+"/"+file, outDirHeader+"/"+file, key, encrypter)