I made a website myself and wanted to find an editing control. It turned out that CuteEditor6 needs to be registered when used. It can be used locally. I searched for a cracked version online but could not find it. In fact, there are many cracked versions, but the list is small and I am afraid of problems. In one thought the program is. Net, you can directly decompile it and see if you know how the algorithm is written. You can just generate one yourself. Finally, I found it. Take it out and share it with everyone
/// <summary>
/// The main entry point of the application.
/// </summary>
static void Main()
{
/*
* 0-4 I haven't found any use for these five at present. I haven't found where to get them. I don't know what to do. I didn't read through the program. I only looked at the things necessary for authorization.
*Separated by semicolon
* 0d d
*1eh
* 2f a
* 3gj
*4hc
* 5i=6.0 version number g is "1.6 or 1.2" otherwise authorization fails
* 6j=5 authorization type k
* 7k=domain name domain name authorized use i
* 8l=IP address IP address authorized use l
* 9s=09/09/2099 Validity period=>>m f
*
* a = new byte[] { 70, 0x35, 50, 0x42, 0x31, 0x38, 0x36, 70 }; IV KEY vector for encryption and decryption
* 0 local authorization
* 1 Multiple domain name authorization
*2 IP address authorization
* 3 Single domain name authorization
* 4 time authorization
* 5 unlimited
* None;zh-cn;None;8H489467LS631834L;CuteEditor.Editor for asp.net is licensed.;1.6;5;lvmiaomu.com;125.76.229.233;09/09/2099 I wrote it myself
* None;zh-cn;None;8H489467LS631834L;CuteEditor.Editor for asp.net is licensed.;1.6;4;dcnet.co.davidson.nc.us;217.174.250.155;10/10/2008 Directly decrypt the downloaded program Attached file results
* **/
System.Security.Cryptography.DESCryptoServiceProvider des = new System.Security.Cryptography.DESCryptoServiceProvider();
des.IV = new byte[] { 70, 0x35, 50, 0x42, 0x31, 0x38, 0x36, 70 };
des.Key = new byte[] { 70, 0x35, 50, 0x42, 0x31, 0x38, 0x36, 70 };
using (FileStream fs = new FileStream("c:\cuteeditor.lic", FileMode.Create, FileAccess.Write, FileShare.None))
{
using (CryptoStream cs = new CryptoStream(fs, des.CreateEncryptor(), CryptoStreamMode.Write))
{
using (StreamWriter sw =new StreamWriter(cs))
{
sw.Write("None;zh-cn;None;8H489467LS631834L;CuteEditor.Editor for asp.net is licensed.;1.6;5;lvmiaomu.com;125.76.229.233;09/09/2099");
}
}
}
Console.ReadLine();
}
The website I made is very broken: http://lvmiaomu.com/
If you open it, please click twice on the advertisement above. Hehe.
Reprint: Please bring my http://lvmiaomu.com/ link to increase the RP value of the website