PHP Classes

.NET Port of this class

Recommend this page to a friend!

      PHP License Key Generator  >  All threads  >  .NET Port of this class  >  (Un) Subscribe thread alerts  
Subject:.NET Port of this class
Summary:C# .NET port of PHP License Class
Messages:2
Author:james greene
Date:2015-02-27 17:49:40
 

  1. .NET Port of this class   Reply   Report abuse  
Picture of james greene james greene - 2015-02-27 17:49:40
For my project I needed to generate the keys in a .NET application so I ported over most of this project to C#.

Class file:
gist.github.com/bagelxjames/29fc2fc ...

It generates keys that validate against the PHP version.

I didn't port the codeValidate function but trust me the hard part is done ;)

  2. Re: .NET Port of this class   Reply   Report abuse  
Picture of james greene james greene - 2015-02-27 17:54:01 - In reply to message 1 from james greene
I apologize I also didn't build it to support formatting key lengths other than 20.

Should be pretty straightforward to add that in though.