-
1098_abs
ALGORITHMES UNIFIES DE COMMANDE POLYNOMIALE
AUTO-AJUSTABLE PAR PLACEMENT DES POLES
- 2012-04-23 03:04:53下载
- 积分:1
-
MD5加密算法源代码,对于初学者有很好的借鉴意义!
MD5加密算法源代码,对于初学者有很好的借鉴意义!-MD5 encryption algorithm source code, there are very good for the beginners learn the meaning of!
- 2023-08-15 20:40:03下载
- 积分:1
-
solaris 10 dvd md5 文档 说明
solaris 10 dvd md5 文档 说明-solaris 10 dvd md5 documentation
- 2022-01-21 17:46:41下载
- 积分:1
-
nihao
密码查看器,可以方便的查看遗忘的密码。谢谢!(Password Viewer, you can easily view the forgotten password. Thank you!)
- 2014-03-14 14:57:04下载
- 积分:1
-
CC_3.2_net-verification_VIP
网络验证全套源码,需要ASP空间,具备一定防破解功能,vip源码现在免费使用。
注意:CCasp网络验证3.0 版本的程序附带的几个防御破解功能 并不是就一定能100 防御得到,
只是仅仅提供防御现在大部分破解的手段而已.
因为我个人反破解技术几乎是没多少的,大家也看到那些大型公司.如:腾讯 盛大 等网游公司
他们所运营的游戏当中也有反外挂等程序.程序都有加密什么的.但是还是让各大黑客们芬芬破解掉或者跳过验证等.
我个人并不认为我技术比得上他们这些公司人员的技术.
所以我写的东西还会有被破解的请大家原谅.因为这个不是我个人本身问题.
破解已经是存在了很多年的东西了.而我做的只能给大家防御一下而已...
后台方面的大家不要怕被入侵了.因为我给每个人的都不一样.而且3.0也不是开源的.
希望大家能安心的用就好了.
(Network authentication full source code, you need to ASP space, with some anti-crack function, vip source is now free to use.)
- 2013-10-03 00:09:02下载
- 积分:1
-
chaos
针对Logistic映射,实现数字图像迭代混沌加密算法()
- 2007-08-06 22:30:58下载
- 积分:1
-
带密钥的md5算法库md5lib.h共有下列函数:
char* MDString (char *)
/*输入任意一个字符串,经过md5算法处理后...
带密钥的md5算法库md5lib.h共有下列函数:
char* MDString (char *)
/*输入任意一个字符串,经过md5算法处理后,返回结果:一个定长(32个字符)
字符串 */
char* MDFile (char *)
/*输入任意一个文件名,文件内容经过md5算法处理后,返回结果:一个定长
(32个字符)字符串 */
char* hmac_md5(char* text, char* key)
/*输入任意一个字符串text,和一个用做密钥的字符串key,经过hmac_md5算法处
理,返回处理结果:一个定长字符串(32个字符)*/
具体使用方法可参考例子sample.c,其运行结果在本文后面。-Md5 algorithm with a key repository md5lib.h total of the following functions: char* MDString (char*) /* enter any one string, after md5 algorithm processing, return the result: a fixed-length (32 characters) string*/char* MDFile (char*) /* enter any of the file name, file contents through the md5 algorithm processing, return the result: a fixed-length (32 characters) string*/char* hmac_md5 (char* text, char* key) /* input a string of arbitrary text, and a string key used as key, after hmac_md5 algorithm processing, return processing results: a fixed-length string (32 characters)*/specific examples of the use of methods can be found sample.c, the results
- 2022-01-27 23:50:06下载
- 积分:1
-
实现RSA
RSA加密算法的实现
2^1024大的素数实现-implement the RSA
- 2022-04-29 03:25:57下载
- 积分:1
-
该程序实现单层的DES加密算法,其中CDes.cpp为源程序,其中调用的文件功能如下:dataofText.txt文件是输入的明文,以换行分割各个数据;data...
该程序实现单层的DES加密算法,其中CDes.cpp为源程序,其中调用的文件功能如下:dataofText.txt文件是输入的明文,以换行分割各个数据;dataofKey.txt文件时输入的密钥,以换行分割;dataofDES.txt文件是输出的加密数据,其中包括各轮子密钥以及各轮加密输出,以及最后得到的密文,在文件中都有说明。-the realization of the single DES encryption algorithm, which CDes.cpp to source files, Calling the document which functions as follows : dataofText.txt document is imported specifically, in exchange for various bits of data; dataofKey.txt paper input key to change bits; dataofDES.txt document is the output data encryption, including the wheels round and the key encryption exports, and finally the secret text in the document have been described.
- 2022-05-26 17:52:28下载
- 积分:1
-
pgp sdk optest
PGP Software Development Kit Cryptographic Module
Operational Test Notes
WHAT IS IT?
----------
The optest program is used as part of the FIPS 140-2 validation process.
In particular, section TE03.14.02 which requires that the tester shall
perform each of the specified services and observe that that they have
been implemented properly. As a side benefit to clients of the SDK
this code can also be used a good example of how to perform a number
of commonly used functions, whether or not the developer intends to run
in FIPS mode.
Depending on what option is chosen from the command line the following tests
will be run:
FIPS MODE SPECIFIC TESTS
------------------
- Invoke the Approved mode of operation (optest.c)
This involves Initializing the SDK, checking
- 2022-02-02 03:16:08下载
- 积分:1