Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
a
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Security.Cryptography; using System.Text; namespace Rextester { public class Program { public static string MD5Sifrele(string metin) { MD5CryptoServiceProvider MD5HASH = new MD5CryptoServiceProvider(); byte[] btr = Encoding.UTF8.GetBytes(metin); btr = MD5HASH.ComputeHash(btr); StringBuilder sb = new StringBuilder(); foreach (byte ba in btr) { sb.Append(ba.ToString("X2")); } return sb.ToString(); } public static void Main(string[] args) { string sabit = "956845125647123"; string mailadresi = "ByClone@decompile.us";//SADECE BURAYA MAİL ADRESİ GİRİNİZ... string sistemkodu = "DB00B3FEF5C66F47CFFA2B2046717C5B";//PROGRAMIN SİZE VERDİĞİ SİSTEM KODUNU GİRİNİZ. Console.WriteLine("Sistem Kodu : "+sistemkodu+"\n"+"Lisans Mail : "+mailadresi+"\n"+"Sistem Kodu : " + MD5Sifrele(sistemkodu+mailadresi+sabit)); } } }
run
|
edit
|
history
|
help
0
tc2_1siod_ga_tp1_benouirane_ex1
solution to problem #3 from projecteuler.net
Get Country IP
Interesting dictionary initialization syntax
GFV SDXZASX
Random Number Generation
adcsasxsd
look at this, soaches
Serialization
azsdfghju654 ffddfdf