Skip to content

AntennaHouse/XMLReplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XMLReplace

This is a utility to scramble an XML document by replacing the characters within text nodes with a random character of the same class (upper, lower, numeral).

Text within XML attributes is not modified. Entities are also not modified. Only ASCII characters are replaced.

  • --mask option will replace all text node characters (except entities) with 'T'. This option will also work for non-ascii characters.

Example:

java -jar XMLReplace.jar [--mask] FOFile OutputFile

About

XML content randomizer in Java.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages