Skip to content

Commit 5b4db51

Browse files
authored
Merge pull request #109 from libxengine/develop
V3.21 Release
2 parents f20bf0f + b71b2cb commit 5b4db51

38 files changed

+199
-83
lines changed

CHANGELOG

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
XEngine_Authorize V3.21.0.1001
2+
3+
增加:http 用户可以获取用户时间信息
4+
更新:cdkey管理器序列号类型
5+
优化:获取用户时间处理流程
6+
修改:加密通信支持英文字母密码了
7+
修改:序列号生成检测
8+
修正:用户等级修改不正确的问题
9+
修正:插入序列号失败的问题
10+
修正:重置密码错误
11+
12+
added:get time info for http user
13+
update:cdkey management serial type
14+
improved:get user time protocol process
15+
modify:crypt communication pass word support
16+
modify:serial generator check
17+
fixed:user level incorrect when modify user info
18+
fixed:insert serial number failure
19+
fixed:reset password is incorrect
20+
================================================================
121
XEngine_Authorize V3.20.0.1001
222

323
ci:centos and alma linux and debian 13 system support

README.en.md

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,36 @@ address:app.xyry.org
106106
port :tcp port 5300,websocket port 5301,http management port 5302,Transmission verification password: no encryption
107107

108108
## Screenshot of the program
109-
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/1.png "在这里输入图片标题")
110-
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/2.png "在这里输入图片标题")
111-
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/3.png "在这里输入图片标题")
112-
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/4.png "在这里输入图片标题")
113-
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/5.png "在这里输入图片标题")
114-
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/6.png "在这里输入图片标题")
115-
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/7.png "在这里输入图片标题")
116-
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/8.png "在这里输入图片标题")
109+
![输入图片说明](./XEngine_Picture/authorize_1.png "在这里输入图片标题")
110+
![输入图片说明](./XEngine_Picture/authorize_2.png "在这里输入图片标题")
111+
![输入图片说明](./XEngine_Picture/authorize_3.png "在这里输入图片标题")
112+
![输入图片说明](./XEngine_Picture/authorize_4.png "在这里输入图片标题")
113+
![输入图片说明](./XEngine_Picture/authorize_5.png "在这里输入图片标题")
114+
![输入图片说明](./XEngine_Picture/authorize_6.png "在这里输入图片标题")
115+
![输入图片说明](./XEngine_Picture/authorize_7.png "在这里输入图片标题")
116+
![输入图片说明](./XEngine_Picture/authorize_8.png "在这里输入图片标题")
117+
118+
## No-Code License Authorization & Verification Support
119+
#### app packet service
120+
If you don't have software development capabilities, don't want to implement it yourself, or want to add authorization verification to other software, we also provide an authorization packaging service, which allows your program to directly package our verification.
121+
Program Packaging Service is a paid service, and you can package and add verification to any program. You can integrate our verification service without requiring source code or modifying your program. After packaging is complete, when it is run next time, our verification client will run first, and then your provided program will run after verification is successful, which is very convenient to use.
122+
This service is paid, priced at 200 per package. It supports both x86 and x64 programs, and only requires you to provide your server address, port, and verification mode. The process is as follows:
123+
Payment → Send the program to us → We package it → Verification testing → Send the packaged program to you → Completed
124+
After packaging, when the program is launched, the following window will open first. Only after a successful login will your program start. As shown below, once launched, the main interface will be displayed. After login, the main interface will close and your program will then start.
125+
![Main Interface](./XEngine_Picture/packet_1.png "Main Interface")
126+
![CDKEY Login](./XEngine_Picture/packet_2.png "CDKEY Login")
127+
![User Registration](./XEngine_Picture/packet_3.png "User Registration")
128+
![User Recharge](./XEngine_Picture/packet_4.png "User Recharge")
129+
![Password Recovery](./XEngine_Picture/packet_5.png "Password Recovery")
130+
![Remaining Time](./XEngine_Picture/packet_6.png "Remaining Time")
131+
132+
The verification timer will automatically stop. Supported features include login, local CDKEY verification, registration, recharge, password recovery, and remaining time query.
133+
Note: This feature is only a packaging replacement. If you require full encryption, shell protection, and higher security, you must implement it yourself through code development.
134+
#### Packager
135+
We can also provide the original packager if you have more packaging needs. The packager is currently in a promotional campaign, 500 yuan.
136+
You can choose our verification program, then select the program you want to package. Then select the configuration file, and that's it. It supports automatically updating the program icon to your software icon.
137+
Configuration file supports configuring encryption and decryption communication and authentication mode
138+
![Main Interface](./XEngine_Picture/packer_1.png "Main Interface")
117139

118140
## Participate in contribution
119141

README.md

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,36 @@ Linux or macos:直接运行即可
117117
端口:http 5302 用于服务端管理 传输验证密码:无加密
118118

119119
## 程序截图
120-
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/1.png "在这里输入图片标题")
121-
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/2.png "在这里输入图片标题")
122-
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/3.png "在这里输入图片标题")
123-
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/4.png "在这里输入图片标题")
124-
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/5.png "在这里输入图片标题")
125-
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/6.png "在这里输入图片标题")
126-
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/7.png "在这里输入图片标题")
127-
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/8.png "在这里输入图片标题")
120+
![输入图片说明](./XEngine_Picture/authorize_1.png "在这里输入图片标题")
121+
![输入图片说明](./XEngine_Picture/authorize_2.png "在这里输入图片标题")
122+
![输入图片说明](./XEngine_Picture/authorize_3.png "在这里输入图片标题")
123+
![输入图片说明](./XEngine_Picture/authorize_4.png "在这里输入图片标题")
124+
![输入图片说明](./XEngine_Picture/authorize_5.png "在这里输入图片标题")
125+
![输入图片说明](./XEngine_Picture/authorize_6.png "在这里输入图片标题")
126+
![输入图片说明](./XEngine_Picture/authorize_7.png "在这里输入图片标题")
127+
![输入图片说明](./XEngine_Picture/authorize_8.png "在这里输入图片标题")
128+
129+
## 无代码授权验证支持
130+
#### 程序打包服务
131+
如果你没有开发软件能力或者不想自己实现或者想给其他软件添加授权验证,我们也提供了授权打包服务,这个服务可以直接让你的程序打包我们的验证.
132+
程序打包服务是一个付费服务,你可以为任意程序打包加验证.不需要源代码不修改你的程序就可以集成我们的验证服务,当打包完成后,当下次运行,就会先运行我们的验证客户端,验证通过后再运行你提供的程序,非常方便使用.
133+
此服务需要付费,200元3次,不限制x86或者x64位程序,你只需要告诉我们你的服务器地址端口验证模式即可.流程如下:
134+
付费->发送程序给我们->我们打包->测试验证->发送打包程序给你->完成
135+
当打包后,运行程序会优先打开下面的窗口,登录成功后才会启动你的程序,如下图,开启后会显示主界面,登录后主界面会关闭,然后启动你的程序
136+
![主界面](./XEngine_Picture/packet_1.png "主界面")
137+
![CDKEY登录](./XEngine_Picture/packet_2.png "CDKEY登录")
138+
![用户注册](./XEngine_Picture/packet_3.png "用户注册")
139+
![用户充值](./XEngine_Picture/packet_4.png "用户充值")
140+
![找回密码](./XEngine_Picture/packet_5.png "找回密码")
141+
![剩余时间](./XEngine_Picture/packet_6.png "剩余时间")
142+
143+
会自动结束验证计时.支持登录,本地CDKEY验证,注册,充值,找回密码,获取剩余时间.
144+
注意:此功能只是替代打包,如果你想要完全的加密加壳安全性高的,必须自己使用代码开发.
145+
#### 打包器
146+
我们也可以提供原始打包器,如果你有更多打包需求.打包器目前优惠活动中,500元.
147+
可以选择我们的验证程序,然后选择你要打包的程序.在选择配置文件即可,支持自动更新程序图标为你的软件图标.
148+
配置文件支持配置加解密通信和验证模式
149+
![主界面](./XEngine_Picture/packer_1.png "主界面")
128150

129151
## 参与贡献
130152

XEngine_Docment/Docment_en.docx

907 Bytes
Binary file not shown.

XEngine_Docment/Docment_zh.docx

878 Bytes
Binary file not shown.

XEngine_Picture/authorize_1.png

75.7 KB
Loading

XEngine_Picture/authorize_2.png

77.9 KB
Loading

XEngine_Picture/authorize_3.png

71.3 KB
Loading

XEngine_Picture/authorize_4.png

63.6 KB
Loading

XEngine_Picture/authorize_5.png

57.3 KB
Loading

0 commit comments

Comments
 (0)