This document discusses privacy-preserving techniques for association rule mining. It introduces the problem of protecting sensitive rules mined from transactional databases before releasing the data. Two data restriction algorithms are described in detail: the Sliding Window Algorithm (SWA) and Item Grouping Algorithm (IGA). SWA sanitizes sensitive transactions by removing items, prioritizing the shortest transactions. IGA groups rules sharing items and sanitizes overlapping transactions together. The algorithms' effectiveness is evaluated using a synthetic dataset based on their ability to prevent discovery of restricted patterns in the sanitized data.