An open API service indexing awesome lists of open source software.

https://github.com/callumbwhyte/obfuscator

A lightweight, pluggable .NET library for easily obfuscating the values of properties
https://github.com/callumbwhyte/obfuscator

dotnet obfuscate-strings obfuscator

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://callumwhyte.com/) and contributors. If you have any questions about the project please get in touch on [Twitter](https://twitter.com/callumbwhyte), 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](https://callumwhyte.com/), and other contributors

Licensed under the [MIT License](LICENSE.md).