Login Register






NotALicensingPlatform | C# Licensing System filter_list
Author
Message
NotALicensingPlatform | C# Licensing System #1
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
(This post was last modified: 10-02-2016, 06:28 AM by Killpot.)


Reply

RE: NotALicensingPlatform | C# Licensing System #2
(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

Reply

RE: NotALicensingPlatform | C# Licensing System #3
Bump to this thread, tons of new features, go check the github!


Reply