Make little App keygen generator - convert my C# app to php one page.

In Progress Posted 5 years ago Paid on delivery
In Progress Paid on delivery

I have little app for generate key i need to convert in php code.

Not need make computer ID or else only generate key from my ID and PIN code.

ID is number variable (text box),

PIN is number variable (text box),

Making Serial key (Password)

We use Encryption.MakePassword. this function takes BaseString and Identifier. It uses InverseByBase 3 times and Boring once, and then use ChangeChar function to change characters

static public string MakePassword(string st, string Identifier)

{

if ([login to view URL] != 3)

throw new ArgumentException("Identifier must be 3 character length");

int[] num = new int[3];

num[0] = [login to view URL](Identifier[0].ToString(), 10);

num[1] = [login to view URL](Identifier[1].ToString(), 10);

num[2] = [login to view URL](Identifier[2].ToString(), 10);

st = Boring(st);

st = InverseByBase(st, num[0]);

st = InverseByBase(st, num[1]);

st = InverseByBase(st, num[2]);

StringBuilder SB = new StringBuilder();

foreach (char ch in st)

{

[login to view URL](ChangeChar(ch, num));

}

return [login to view URL]();

}

Serial maker is small application that uses the Encryption class.

It takes ID and generate a password (serial key).

Doesn't contain anything special...

C# Programming PHP Software Architecture

Project ID: #17440356

About the project

1 proposal Remote project Active 5 years ago

1 freelancer is bidding on average $15 for this job

paulcodez

Hi, this is a simple task and I can complete it in a day. You only need to pay after testing my code. Very familiar with creating serial codes and I can complete this project with utmost professional attitude.

$15 USD in 1 day
(1 Review)
1.1