Metadata-Version: 2.1
Name: PARANOID
Version: 1.1.0
Summary: A utility to obfuscate and mask elements in XML and JSON files
Home-page: https://bitbucket.org/sonra/paranoid/src/master/
Author: Amarnath Manipatra[SONRA]
Author-email: amarnath.manipatra@sonra.io
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.6, >=2.6.*,>=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, <4
Description-Content-Type: text/markdown

XML AND JSON MASKING


About

This is a JSON and XML Masking Command Line tool which masks your data randomly replacing each and every characters of your data

Installation 

pip install PARANOID

Source = https://bitbucket.org/sonra/paranoid/src/master/

Instructions

usage: paranoid [-h] -i INPUT [-b BYTESIZE] -o OUTPUTDIR [-l MASK]

Data Masking

optional arguments:
  -h, --help    show this help message and exit
  -i INPUT      Input Directory Name / File Name
  -b BYTESIZE   Provide byte size to buffer
  -o OUTPUTDIR  Output Directory Name
  -l MASK       Input xpath or xpaths seperated by ,


Arguments above provided can be used in the command line tool

