Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 479 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 479 Bytes

clickhouse-obfuscator

This script gets all the tables and creates structures from the tables, obfuscates the data.

TRUNCATE all tables and insert obfuscated data

IMPORTANT: key --limit set limit selected value for real data


How to install?


  1. Install ~> Python3.6
  2. pip3 install -r requirements.txt
  3. Install clickhouse-client, clickhouse-obfuscator
  4. My hope is that argument --help key will help you run this script