资源列表

« 1 2 ... .45 .46 .47 .48 .49 650.51 .52 .53 .54 .55 ... 1660 »

[加密解密DES

说明:位输入的DES 加密解密算法实现 单一CPP实现,其中1.txt用于明文输入,key2.txt用于密钥输入,out2.txt为加密后的密文 与解密后的明文输出-Enter the DES encryption and decryption algorithm to achieve a single CPP, which expressly 1.txt for input, key2.txt for key input, out2.txt for encrypted and decrypted
<rojeck> 在 2025-06-19 上传 | 大小:9kb | 下载:0

[加密解密CRC

说明: 通过对于模2除法的研究 可以得到如下方法: 1. 把信息码后面加上p-1位的0,这个试验中p是6位,即在输入的信息码后面加上“00000”。把这个17位的被除数放入input中。 2. 在得到被除数input之后,设计一个在被除数上移动的数据滑块变量d,把input中的最高位开始逐次复制给变量d。 3. 如果d的最高位为1,由变量d和变量p做异或运算;如果d的最高位为0则不运算或者做多余的异或‘0’的运算。 4. 把滑块变量d往后滑动一位。 5. 循环步骤(3,4)
<lijq> 在 2025-06-19 上传 | 大小:6kb | 下载:0

[加密解密SCB2testdata

说明:SCB2(已成为国家SM1算法)(密钥128比特)验证实例,包括原始参数,通用参数,专业参数 -SCB2 (has become a national SM1 algorithm) (a 128-bit keys) to verify examples, including the original parameters, generic parameters, professional parameters
<zhuxinjie> 在 2025-06-19 上传 | 大小:6kb | 下载:0

[加密解密VB

说明:VB软件防破解设计技术初探 蛮好的东西-VB anti-cracking software design technology of fine things
<willy> 在 2025-06-19 上传 | 大小:1.71mb | 下载:1

[加密解密Vigenère

说明:维吉尼亚算法的实现,构成 明文:每个字符惟一对应一个0~25间的数字。 密钥:一个字符串,其中每个字符同明文一样对应一个数字,代表位移值,如a 表示位移 0,b 表示位移 1,c 表示位移 2,...... )。 加密过程: 将明文数字串依据密钥长度分段,并逐一与密钥数字串相加(模26),得到密文数字串; 最后,将密文数字串转换为字母串。 -Virginia algorithm constitutes explicit: Each character correspon
<rock> 在 2025-06-19 上传 | 大小:2kb | 下载:0

[加密解密aescode

说明:这是用C++写的AES加密的源码,可直接运行,需要的可以看一下。-This is used C++ Wrote AES encryption source code, can be directly run, need to look at.
<angel> 在 2025-06-19 上传 | 大小:56kb | 下载:0

[加密解密DES_jjm

说明:一个DES加密解密的demo程序,方便学习。-A DES encryption and decryption of the demo program to facilitate learning.
<车来泡> 在 2025-06-19 上传 | 大小:28kb | 下载:0

[加密解密GoSafe

说明:Go Safe!能解决网络信息传输中的不安全因素,同时为用户提供人性化的操作环境。Go Safe通过Triple DES和MD5加密方式对信息进行加密传输,可以满足用户文件传送的多种需求。-Go Safe! Information transmission network to solve the insecurity at the same time to provide users with user-friendly operating environment. Go Safe throu
<比特> 在 2025-06-19 上传 | 大小:716kb | 下载:0

[加密解密hanzijiami

说明:简单的汉字加密程序 我们的数据结构老师教的 让大家体验一哈 高级老师的魅力哈-Simple Chinese characters encryption of data structure of our teacher s let everyone experience a senior teacher of the charm of Kazakhstan Kazakhstan
<gjp> 在 2025-06-19 上传 | 大小:5kb | 下载:0

[加密解密MD5

说明:西安交大一博士生写的MD5加密算法,基于VC6的对话框的测试程序.-Xi an Jiaotong University wrote a doctoral MD5 encryption algorithm, based on VC6 dialog box testing procedures.
<江忆南> 在 2025-06-19 上传 | 大小:25kb | 下载:0

[加密解密wzauthor

说明:本地生成注册码的简单工具代码。 主要包括注册码的产生和如何在自己的程序嵌入注册码的机制。 原理是根据本地网卡号和硬盘号联动产生的。-Local code of simple tools to generate code. Mainly include key generation and how to embed code with its own procedures and mechanisms. The principle is based on the local network
<apples> 在 2025-06-19 上传 | 大小:51kb | 下载:0

[加密解密cainiaopojie

说明:学习软件破解的入门级教程,希望对大家有帮助,值得一看哦!-Learning software to break the entry-level tutorial, I hope all of you there is help, see Oh!
<巍巍> 在 2025-06-19 上传 | 大小:42kb | 下载:0
« 1 2 ... .45 .46 .47 .48 .49 650.51 .52 .53 .54 .55 ... 1660 »

源码中国 www.ymcn.org