Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.2 KB

Obfuscator for .NET

A lightweight, pluggable .NET library for easily obfuscating the values of properties.

Getting started

This library was built against .NET Standard 2.0 and so will work on .NET Framework v4.6.1 and above or .NET Core v2.0.0 and above.

Installation

Currently this is only available as a manual download directly from GitHub. A NuGet release will be coming shortly.

Contribution guidelines

To raise a new bug, create an issue on the GitHub repository. To fix a bug or add new features, fork the repository and send a pull request with your changes. Feel free to add ideas to the repository's issues list if you would to discuss anything related to the library.

Who do I talk to?

This project is maintained by Callum Whyte and contributors. If you have any questions about the project please get in touch on Twitter, or by raising an issue on GitHub.

To do

  • AppVeyor setup
  • NuGet release
  • Usage instructions
  • Configure mapping of properties to obfuscators in code

License

Copyright © 2018 Callum Whyte, and other contributors

Licensed under the MIT License.