搜索资源列表
n栏栅解密算法
- 此小程序为N栏栅解密算法的一种,对某一N值加密过的密文进行解密,此时只要确定N值即可解密。作者:万艳良 单位:武汉理工大学-the procedure is one of n bit palisade decrypt arithmetic,if decrypting the file which has been encrypted with N that one of the number,at this time ,if you know the N value ,you can
1. A fast video encryption scheme based-on chaos.
- 这是一篇有关混沌在视频中加密的文章,题目为:A fast video encryption scheme based-on chaos。不过看看懂还是要花一些时间的,不过我可以和大家交流。还有这是英文作写。-This is a chaos in the video encryption article entitled : A fast encryption scheme based video-on chaos. But look at to understand or take some t
MD5(verilog)
- MD5算法的verilog实现,同时包含有testbench。-Verilog of MD5 algorithm is realized, includes testbench at the same time .
大整数加减运算源程序
- 多数程序设计语言处理整数的能力时有限的,如C语言中,int类型数据范围是-32768-32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算。-majority programming language processing integral to the limited capacity, such as C language, int data type is the scope -32768-32767. Practic
transpositioncipher
- 天那,大家都来看看小弟的作品都是好东东,算发难,但是程序简单-days, we have to look at the younger brother's works are good Dongdong, counting launched an attack, but simple
DES386.ZIP
- DES 加解密算法 C 源码 研究DES算法的朋友值得-DES encryption and decryption algorithm C source research DES algorithm should look at the friends
DESlxp
- DES加密算法,感兴趣的朋友可以看一下,要自行编译!-DES encryption algorithm, interested friends can look at, to build their own!
传奇封包加解密源码
- 传奇封包加解密源码 看看封包-legend packet encryption and decryption look at the packet source
flqp
- 网通加入了防止乱输入。电话号码验证不能为空。第一个字符不能小于3。等等。 电信加入了,身份证和电话不能乱输入,身份证为43开头 电话为7位,等等 湖南和北京的标准, 所以冲QB时请用湖南和北京的肉机进行冲-Netcom joined prevent indiscriminate importation. The telephone number verification can not be empty. The first one should not be smaller th
Example05
- 因为本系统在写成电子稿件的时候,界面是英文的,因此在书中介绍代码的时候,都是采用英文界面名称,如“\"Encrypt\"按钮单击事件代码”,但是书上的界面后来被汉化,导致文本和图不一致,因此在此提供英文界面和中文界面两个版本的系统。-because of the system of electronic articles written in a time when the interface is in English, the book on the code, are English in
encrypt_Blowfish
- encrypt_Blowfish是加密算法,有需要的可以看看。-encrypt_Blowfish is encryption algorithm, there is a need to look at the can.
encrypt_RC5
- encrypt_RC5是加密算法,有需要的可以看看。-encrypt_RC5 is encryption algorithm, there is a need to look at the can.
C++jiami
- 大家有兴趣的可以看看有关加密解密的文件-everyone interested can look at the encryption and decryption of O O O O O O oh documents
949327266
- 准算法模块是集DES、3DES、AES、RSA、MD5、BlowFish、TEA、RC6等标准算法为一体的算法包,同时在模块中使用了Anti-Debug和程序自校验功能(涉及到软件的加壳和CRC32)、软件使用次数限制,更好的保护您的软件。在模块中作者给出了每种算法详细调用方法,使用者可以根据自己的需要来进行选择。现暂时给出在VB、VC、Delphi三种开发语言中的调用方法,其他语言的调用方法可与我们联系获得,具体可以参看例子程序;现更新DLL可能被破解者替换的漏洞,并对DLL进行了加壳,增加了
pe_decoder
- 在《软件加密技术》这本书里看过PE文件各部分的详细解释之后,我也有了一个自己写PE文件分析器的的想法。虽然好的分析器不在少数,但对于一堆十六进制数,有些朋友可能不明白它代表什么意思。如果在程序里就可以将这些01序列转换成可以直接看懂得信息,那至少用户可以省去以后去查表的麻烦。怀着这样的想法,我仔细的研究了书中分析器PEInfo的源代码,我发现它没有提供信息转换的功能。 通过研究发现,PEInfo是通过PE文件在内存中的映象来获取文件信息的,我在想是否还有别的方法可以绕过将文件映象到内
pastevalid(1)
- 看神秘感的密码程序 看神秘感的密码程序-look at the mysterious flu password procedures to see mysterious flu password procedures to see mysterious flu password procedures to see mysterious flu password procedures look at the mysterious flu password procedures
v5395_iword
- Iword2004 文档控件源码 1,控件支持全部Office菜单,支持Office的打印预览,控件强大的B/S通讯技术。 2,能够将服务器数据库中的数据或者用户自定义的数据插入当前文档的指定位置。 3,可以将文档中的指定数据随时保存到服务器数据库或者指定的目录中。 4,控件能够在浏览器窗口中直接编辑Word文档并保存到Web服务器上,实现文档和数据库的统一管理。 5,控件同时支持痕迹保留,手写签名,电子印章等办公自动化系统必备的功能。 6,控件采用标准HTTP协议,
rsa_tool
- 1、使用MIRCL大整数库开发的,支持最高4096位。 2、加密时原文的长度一旦超过密钥长度,就会解密错误。 这里不实现任意长度字串的加密原因有二: 1)。便于观察及测试用 2)。偷懒 3、如果在使用时发现原文和密码不一样的时候,就说明出现了第二点的情况 4、如果在生成素数及密钥的时候,如果原文已经存在,则会自动加密及解密; 但当密钥长度大于1024的时候,则想要加密及解密都需要点击按钮。 现在想到的就这几点了,以后想到了再补。-1, the use of
src11
- 此为破解装载器一书中的源代码,在看雪论坛下载的,-this as a break for a book load of source code, look at the Ice Forum downloaded,
desk_stretches
- 4分钟长的椅上放松操幻灯片,是长期与电脑工作者的福音 个人认为不错老外做的东西-Sitting at a computer for long periods often causes neck and shoulder stiffness and occasionally lower back pain. Do these stretches every hour or throughout the day, or whenever you feel stiff. Photoco