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
- Host: GitHub
- URL: https://github.com/callumbwhyte/obfuscator
- Owner: callumbwhyte
- License: mit
- Created: 2018-10-20T21:02:00.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2019-11-26T16:09:20.000Z (over 6 years ago)
- Last Synced: 2025-10-05T17:48:55.257Z (9 months ago)
- Topics: dotnet, obfuscate-strings, obfuscator
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).