change encoding to base32, omit padding and use lowercase, use oC prefix
3 files changed
tree: a5982e42b20c472b04227e1731e626fdb6b2c275
  1. features/
  2. maven/
  3. plugins/
  4. releng/
  5. README.md
README.md

VIATRA Model Obfuscator

Obfuscate: To deliberately make more confusing in order to conceal the truth (http://en.wiktionary.org/wiki/obfuscate)

The VIATRA Model Obfuscator is a small utility for obfuscating structured graph-like models (e.g. XML documents, EMF models) by altering all data values (such as names, identifiers or other strings) in a way that the structure of the model remains the same. Two data values that were identical before the obfuscation will also be identical after it, but the obfuscated value computed based on an input obfuscation string will be completely different (e.g. “Info1” may become “K18DWVQ=”).

For more details, read the wiki page.

Repository structure

  • plugins: Eclipse plugins that contain the main source code and tests for the obfuscator
  • features: Eclipse feature definitions
  • maven: Maven modules to bundle the obfuscator as Maven artifacts
  • releng: parent POM for Maven build, target platformn definition, update site

Contributing to VIATRA

Please read the Contributing wiki page to understand our contribution process.

License

All code in this repository is available under the Eclipse Public License v1.0: http://www.eclipse.org/legal/epl-v10.html