This document summarizes a survey on privacy preserving association rule mining techniques. It discusses the goals of association rule hiding which aim to prevent sensitive rules from being revealed while preserving non-sensitive rules. The techniques can be categorized as heuristic-based using data perturbation or blocking, or reconstruction-based where the data is perturbed and distributions are reconstructed. Common heuristic approaches modify transactions to hide sensitive rules with minimal side effects, while reconstruction approaches first perturb data and then reconstruct distributions for rule mining. The document analyzes various privacy preserving association rule mining algorithms.