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

Devam Ediyor İlan edilme: 5 yıl önce Teslim sırasında ödenir
Devam Ediyor Teslim sırasında ödenir

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# Programlama PHP Yazılım Mimarisi

Proje NO: #17440356

Proje hakkında

1 teklif Uzak proje Aktif 5 yıl önce

Bu iş için 1 freelancer ortalamada $15 teklif veriyor

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.

1 gün içinde %bids___i_sum_sub_32%%project_currencyDetails_sign_sub_33% USD
(1 Yorum)
1.1