资源简介

此为UDS安全算法动态库dll工程,可用于安全访问算法的封装。

开发环境是Visual studio .

资源截图

代码片段和文件信息

#include 
#include “ICS_DLLTest.h“

int GenerateKeyEx(
const unsigned char*  iSeedArray    /* Array for the seed [in] */
unsigned short     iSeedArraySize   /* Length of the array for the seed [in] */
const unsigned int   iSecurityLevel   /* Security level [in] */
const char*       iVariant   /* Name of the active variant [in] */
unsigned char*     ioKeyArray   /* Array for the key [in out] */
unsigned int       iKeyArraySize /* Maximum length of the array for the key [in] */
unsigned int&       oSize     /* Length of the key [out] */

{
for(int i=0;i ioKeyArray[i]=iSeedArray[i]+4;
}; 
oSize = iSeedArraySize;
 return 0;
};

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         888  2018-01-25 15:44  ICS_DLLtest.sln
     文件       12288  2018-01-25 16:10  ICS_DLLtest.suo
     文件       24576  2019-01-17 10:13  ICS_DLLtest.v11.suo
     文件        4154  2018-01-26 17:20  ICS_DLLtest.vcxproj
     文件        1073  2018-01-26 17:20  ICS_DLLtest.vcxproj.filters
     文件         143  2018-01-25 15:44  ICS_DLLtest.vcxproj.user
     目录           0  2018-01-26 17:18  ipch\
     目录           0  2018-01-26 17:18  ipch\ics_dlltest-fee7e73a\
     文件    32178176  2018-01-25 15:49  ipch\ics_dlltest-fee7e73a\ics_dlltest-92f7d1e0.ipch
     目录           0  2019-01-16 09:58  Release\
     文件        1474  2019-01-16 09:58  Release\cl.command.1.tlog
     文件       37646  2019-01-16 09:58  Release\CL.read.1.tlog
     文件         712  2019-01-16 09:58  Release\CL.write.1.tlog
     文件        7168  2019-01-16 09:58  Release\ICS_DLLtest.dll
     文件         709  2019-01-16 09:58  Release\ICS_DLLtest.exp
     文件          91  2019-01-16 09:58  Release\ICS_DLLtest.lastbuildstate
     文件        1772  2019-01-16 09:58  Release\ICS_DLLtest.lib
     文件        1904  2019-01-16 09:58  Release\ICS_DLLtest.log
     文件       70851  2019-01-16 09:58  Release\ICS_DLLtest.obj
     文件      240640  2019-01-16 09:58  Release\ICS_DLLtest.pdb
     文件        1537  2019-01-16 09:58  Release\ICS_DLLtest.write.1.tlog
     文件           2  2019-01-16 09:58  Release\link-cvtres.read.1.tlog
     文件           2  2019-01-16 09:58  Release\link-cvtres.write.1.tlog
     文件           2  2019-01-16 09:58  Release\link-rc.read.1.tlog
     文件           2  2019-01-16 09:58  Release\link-rc.write.1.tlog
     文件        2606  2019-01-16 09:58  Release\link.command.1.tlog
     文件        5794  2019-01-16 09:58  Release\link.read.1.tlog
     文件         768  2019-01-16 09:58  Release\link.write.1.tlog
     文件      126976  2019-01-16 09:58  Release\vc110.pdb
     文件         732  2018-02-05 15:25  ICS_DLLtest.cpp
     文件         593  2018-01-26 17:18  ICS_DLLtest.h
............此处省略1个文件信息

评论

共有 条评论