Sinisterly
NotALicensingPlatform | C# Licensing System - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Visual Basic & .NET Framework (https://sinister.li/Forum-Visual-Basic-NET-Framework)
+--- Thread: NotALicensingPlatform | C# Licensing System (/Thread-NotALicensingPlatform-C-Licensing-System)



NotALicensingPlatform | C# Licensing System - Killpot - 09-24-2016

Yo.

The first project out by IDE using NLC, this is a simple system to license your .Net applications, it's main goal is to just show other how easy it is to make your own implementations of NLC, even for things like this.

It doesn't have any fancy login features, but it details how to do such and how you can modify NLC to fit your needs, I also included an upgraded compression method that isn't going to be included in NLC natively, it's pretty groovy.

Features:
  • NLC's automatic Encryption, Handshake, & Compression
  • CMS, Subscription based keys
  • Basic GUI + Ability to Kick & Ban connected clients (Right click)

https://github.com/Icemantheditor/NotALicensingPlatform


RE: NotALicensingPlatform | C# Licensing System - hybris.softwares - 09-24-2016

(09-24-2016, 05:34 AM)Killpot Wrote: Yo.

The first project out by IDE using NLC, this is a simple system to license your .Net applications, it's main goal is to just show other how easy it is to make your own implementations of NLC, even for things like this.

It doesn't have any fancy login features, but it details how to do such and how you can modify NLC to fit your needs, I also included an upgraded compression method that isn't going to be included in NLC natively, it's pretty groovy.

https://github.com/Icemantheditor/NotALicensingPlatform

That's pretty cool, i've done something similar for Hybris Protector. I think there is atleast 1 problem, you should cache the base executable, maybe encrypted, and just check the hash, if server has new hash download again. This to reduce bandwidth usage.

Regards,
Hybris


RE: NotALicensingPlatform | C# Licensing System - Killpot - 10-02-2016

Bump to this thread, tons of new features, go check the github!