Changelog

Every release, what changed, and when. Currently on 1.9.0, shipped 24 August 2026.

1.9.0

Security and provenance pages.

  • New security page documenting exactly how uploaded assemblies are handled.
  • New about page covering who builds and operates the service.
1.8.0

Two new guides and clearer page titles.

  • Guide: protecting a Blazor WebAssembly app, where assemblies are downloaded by the browser.
  • Guide: obfuscating Unity game assemblies, including why the scripting backend decides whether it helps.
  • Page titles rewritten to describe what each page covers.
1.7.0

Site-wide search and sharing improvements.

  • Every page now declares a canonical URL.
  • Shared links show a proper preview card instead of a bare text link.
  • The home page links directly into the guides, use cases and comparisons.
1.6.0

Use-case pages.

  • Five new pages covering desktop applications, paid libraries and SDKs, licensing, on-premise server software and agency deliverables.
  • Each states what obfuscation does and does not do for that situation, plus a pre-ship test checklist.
1.5.2

Live chat support.

  • The support button now opens live chat.
1.5.0

Password reset now works.

  • Fixed: password reset emails were never sent. Requesting a reset now delivers a working link.
1.4.0

Usage reporting.

  • Account holders can see obfuscation activity over the last 30 days.
  • Counters are daily aggregates only — nothing about the files themselves is recorded.
1.3.0

Support contact.

  • New support page, and a support contact on every page.
1.2.0

Two obfuscation correctness fixes.

  • Fixed: nested public types in a library were being renamed, which could break code that referenced them. A library's public surface is now fully preserved.
  • Fixed: "obfuscate public names" did nothing for .NET Core and later applications, because it keyed off the .exe file extension while modern apps ship their code in a .dll. It now applies to the actual application whatever the file is called.
1.1.0

Guides, comparisons and reliability work.

  • New guides and honest competitor comparisons.
  • Fixed: the API rejected files above 1 MB instead of the documented 100 MB.
  • Fixed: a delayed billing notification could downgrade an active subscription.
  • Downloads are now named <Name>.obfuscated.<ext> so they cannot overwrite your original.
  • Obfuscation is queued under load, with Pro subscribers served first.
1.0.0

First release of the rebuilt site.

  • Browser-based .NET obfuscation, free tier with no account required.
  • Pro plan with larger files, batch mode and an API.

Found a problem, or want something added? Get in touch — several entries above started as a user report.