Project

General

Profile

Bug #323

FEP主程序运行前增加验证狗

Added by yufeng wu over 4 years ago. Updated over 4 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Target version:
-
Start date:
11/12/2019
Due date:
% Done:

0%

Estimated time:
Defect version:

Description

临时先增加mac验证

History

#1

Updated by yufeng wu over 4 years ago

  • Assignee set to yufeng wu

libbtl\src增加了SoftKey.cpp(不支持USB硬狗,仅支持软狗libbtl.dll)win,linux统一
librdb\src修改了rt_sys.cxx
int CRdbWapper::Start()
///*WYF host mac check 20191112*///
SoftKey softkey;
if(softkey.IsAuthorized()!=0){
kprintf(LOG_PLAT,LOG_MD_SYS,LOG_ERROR,"加密狗验证失败,程序退出!");
return REALDB_FALSE_BASE;}
///*WYF host mac check*///

#2

Updated by yufeng wu over 4 years ago

  • Status changed from New to Resolved

unix\Makefile
增加SoftKey部分编译

#3

Updated by yufeng wu over 4 years ago

  • Status changed from Resolved to In Progress

windows环境OK

#4

Updated by xiangyang li over 4 years ago

  • Status changed from In Progress to Rejected

Also available in: Atom PDF