搜索资源列表
vb_code
- 通过随机数与按位算法对字符串的加密与解密 -through random numbers and caput algorithm string encryption and decryption
fileJiami
- 最简单的文件加密技术,即采用文件逐字节与密码异或方式对. 对一个文件进行加密,解密的时候只需要再执行一次加密过程即可。-most simple file encryption technology, which adopts a case-by-byte file with the password or different ways right. To encrypt a document, declassified only when further implementation of
软件加密原理与应用[配套光盘]
- 此为本书的配套光盘.本书不但由浅入深地讲解了软件保护技术,而且还精选并剖析了一些破解实例,并从一定的角度透视解密者的心态,在多处对照了软件保护与破解的思维方法。主要内容有:软件加密的发展历史、误区、方法,以及与特定语言相关的软件加密技术;破解技术剖析,以及常见的软件加密薄弱环节;PE技术、实战外壳加密与反脱壳技术(附大量示例源码),并提供了作者自己编写的小工具(加壳工具PEMaker等);调试技术与反调试技术(附大量示例源码);软件加密技巧与整体方案设计;加密锁分类及其使用技巧(智能卡加密锁)。
阿郊 Hill 密码的加密与解密
- pascal的一个可行的HILL密码。可惜不是我写的,是我同学的作品,在此小弟以期望更多的PASCAL的高手上来交流。-a viable HILL password. Unfortunately, I did not write that I students work, the younger brother to expect more of a master of PASCAL onto exchanges.
RSAUtil.PGP
- rsa算法的加密与解密算法, 界面为英文-rsa algorithm encryption and decryption algorithms, interface for English
another_DES
- des加解密核心代码 对称密钥加密算法DES是由IBM公司在70年代发展起来的,并经政府的加密标准筛选后,于1976年11月被美国政府采用,DES随后被美国国家标准局和美国国家标准协会ANSI承认。 DES使用56位密钥对64位的数据块进行加密,并对64位的数据块进行16轮编码。与每轮编码时,一个48位的\"每轮\"密钥值由56位的完整密钥得出来。 -des encryption and decryption code core symmetric key encryption a
qmt17.tmp
- 很好的解密工具,直接打开加密后的文件,点击开始图标即可看到源码,另存文件后与源文件比较没有任何出入!建议使用!-good decryption tool, directly open encrypted files, click on the icon began to see source code, Save documents with the source files do not have any access! Recommended!
AES.Simple
- [加密与解密.第二版]附属源代码完全版 加密与截密算法实现-[encryption and decryption. 2nd edition] subsidiary version of the source code completely closed and secret encryption algorithm
txtpass
- 此案例演示的是如何给文本加密与解密,开发环境为delphi7.0+windowsxp
Base64_Delphi
- 计算BASE64加密、解密,完整源码与调用方法
dump
- 反调试技术原理!测调试器,攻击调试器,anti-OD等各种方法的原理分析与测试实例。 本人学习的总结,理论部分参考了《脱壳的艺术》、《加密与解密》以及本人从网络上收集的资料,在此向原作者致敬。 根据个人理解对各种反调试技术进行了汇总和高度归纳,并提供了本人创作的各种反调试实例及源代码-Principles of anti-debugging techniques! Test debugger, debugger attack, anti-OD theory and
accessdata
- 利用delphi 进行对access加密与解密 先加密后然后在运行时解密-Use delphi to access encryption and decryption of the encrypted first and then decrypted at run time
A-string-of-encryption-and-decryption
- 简单的用汇编语言设计字符串的加密与解密。关键是显示部分,挺好玩的-Design a simple assembly language string encryption and decryption. The key is to show some really fun
copysystem
- 题目:文件操作。具体要求:用户输入源文件名和目的文件名后,若用户缺省目的文件名,则与源文件同名。目的文件不存在时,出现文件复制对话框如下: 1 文件原样复制。2 文件压缩复制。3 文件加密复制 。请选择(1,2,3):文件压缩复制的含义:将源文件中的所有空格删除后拷贝到目的文件 。加密解密方法:输入一个6字符的密钥,将文件数据和密钥(ASCII码)进行异或运算。 不足6字节的部分,和密钥相应的字符进行运算。(可以设计出更好的压缩和加密/解密算法) -Topic: File operatio
8-3
- 将加密过的数据进行解密,并将解密数据在屏幕上显示出来,其中显示功能由子程序OUTPUT完成。 数字0-9与加密和解密数据的对应关系如下: 原 数 字:0 1 2 3 4 5 6 7 8 9 密码数字:7 5 9 1 3 6 8 0 2 4 解密数字:7 3 8 4 9 1 5 0 6 2-Will be encrypted to decrypt the data, and decrypt the data displayed on the screen, which displ
Microsoft-Word-
- 1、 编制程序,将输入的一行字符加密和解密。加密时,每个字符依次反复加上“4962873”中的数字,如果范围超过ASCII码的032(空格)~122(‘z’),则进行模运算。解密与加密的顺序相反。编制加密和解密函数,打印各个过程的结果。(输出结果见课本183页8.4)-1, the preparation process will be a row of characters input encryption and decryption. Encryption, each character
SM4
- 实现SM4算法,迭代加密与解密,并且对加密10000000次和解密10000000次进行了时间测试-The realization of SM4 algorithm, iterative encryption and decryption, the encryption and decryption and 10000000 times 10000000 times for the test of time
Delphi_632413
- Delphi:采用BASE64算法流加密,编码多个字节,可以编码奇数字节和基数字节,把编码好的块写到流中,当然也可进行BASE64算法流的解密,解密的数据输入到流中,还可进行BASE64算法字符串加密,字符串解密等,比较全的BASE64加密与解密实例,仅供参考。 -Delphi: a stream cipher algorithm using BASE64 encoding a plurality of bytes, and the base may be encoded odd byte
Delphi1
- Delphi:Delphi实现的文本文件加密解密程序,选择一个文本文件,即可实现加密与解密。 -Delphi: Delphi to achieve a text file encryption and decryption program, select a text file, you can achieve encryption and decryption.
Delphi
- Delphi:Delphi实现的文本文件加密解密程序,选择一个文本文件,即可实现加密与解密。 -Delphi: Delphi to achieve a text file encryption and decryption program, select a text file, you can achieve encryption and decryption.