搜索资源列表
dess.zip
- Fast DES kit - Phil Karn, KA9Q September 2, 1994 This archive includes optimized DES code in portable C, Borland inline assembler for the 386, and GNU 'as' format assembler for the 386. Contents: readme - this file readme.des - details on
VC++实现文件加密功能的源代码
- VC++实现文件加密功能的源代码,这只是一个简单的例子,如果你感兴趣可以更加深入的研究一下。-VC file encryption function in the source code, this is just a simple example, if you are interested more in-depth study.
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
MDIServer
- 提供服务端登陆验证程序(验证码随机改变,防止非法进入); 提供服务器控制程序,管理员可以允许、屏蔽和删除一个注册用户的登陆客户端; 任何改变访问地点的行为,都必须得到管理员的授权,否则无法登陆系统; 即使知道其他用户的密码也不能登陆系统。-provide certification services-landing procedures (Random Verification code change to prevent illegal entry); Provide ser
use_des
- use_des.zip(vc6)DES块加密算法 使用块加密8个字符,如果大于8个字符后面信息不处理 -use_des.zip (vc6) DES encryption block the use of block encryption algorithm eight characters, if more than eight characters behind information processing
密码算法源代码
- 几个密码算法的源代码,不知道有了没有~~ 下的人多了就继续上传-Some source programs of encryption arithmetic.I don t know whether it is always existed or not.I will upload it if a lot of people have downloaded.
IC加密卡的制作(AT88SC102)
- IC加密卡的制作(AT88SC102),它来自一个实际的工程,仅供大家参考,学习,如果要应用到实际工程中去,请跟作者联系。否则后果自负。-IC card production (Used), it comes from an actual project, only your reference, learning, if applied to the actual project, please contact with the author. Otherwise, the consequen
d3des.tar
- DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应用于许多需要安全加密的场合。(如:UNIX的密码算法就是以DES算法为基础的)。下面是关于如何实现DES算法的语言性描述,如果您要其源代码,可以到Http//Assassin.yeah.net下载,后者您有任何问题也可以写信给我(Assassin@ynmail.com)。 -DES (Data Encryption Standard) a
HillCodor
- 在VC环境下采用希尔密码体制加密、解密和破译。该软件实现了输入任意长度的密钥对文件进行加密和解密,解密密钥和密文保存在文件中。如果有完整的明文和对应的密文可是实现破译功能,即得出加密密钥。-in VC environment with Hill cryptosystem encryption, decryption and decoding. The software arbitrary length of the input to the key document encryption and
320112738cc
- 一般压缩文件都没密码,如有密码,那么默认解压密码为:www.qddown.com 多种加密方法的源代码-general compressed files no password, if passwords, default passwords to extract : www.qddown.com various methods of encryption source code
IBM的MARS加密算法实现
- IBM的MARS加密算法实现.rar 虽非原创,但很有用。-IBM's encryption algorithm. Rar, if not original, but very useful.
dzmms
- 根据设定好的密码,采用二个按键实现密码的输入功能,当密码输入正确之后,锁就打开,如果输入的三次的密码不正确,就锁定按键3秒钟,同时发现报警声,直到没有按键按下3种后,才打开按键锁定功能;否则在3秒钟内仍有按键按下,就重新锁定按键3秒时间并报警。-under preset passwords, use two keys to achieve the importation of password function, when the correct password, it locks open,
DES2
- DES加密程序,VC环境下,如有错误,请修改目录-DES encryption program, VC environment, if wrong, please change directory
wofan_Blowfish
- 很精典加密算法程序,喜欢加密解密的同志都知道呀。我觉得好像够数了,就等站长开通权限。再次申明:如果不能开通权限,就一定要删除有关注册机的源码呀。因为:破解!=盗版呀。-very classic encryption algorithm procedures, like encryption and decryption of the comrades know ah. I feel like Goushu, on the other station opened competence. Reit
hitdog
- 自己找的,不知道好不好哦!个人研究之用如果有相同爱好人是,请加QQ43839209 非诚勿扰-find themselves in, I do not know bronzes weeks ago! Personal research purposes if the same-loving people, plus QQ43839209 but have not
md4.c
- 主要是加解算法类的,大家如果需要可以下载,谢谢大家-mainly comprised the kind of solution algorithm, we can be downloaded if required, thank you
passdic
- 由于目前很多字典生成的密码很难满足我们的要求,假如你的密码忘记一部份但又记得一些 如果使用常规的密码字典生成的密码将非常庞大,爆破时间会非常长,本程序特点是你可以输入一段固定的密码加上密码字典生成的密码。 所以本人写了这个密码字典程序,希望能给大家破解密码带来方便!-As many dictionaries generated passwords difficult to meet our requirements. If you forget the password of a par
300_encrypt
- 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests:
rator
- 本程序只能实现轮转机加密,如有不足,请多多指教。-this procedure can only achieve rotate encryption machine, if insufficient, the exhibitions.
pe_decoder
- 在《软件加密技术》这本书里看过PE文件各部分的详细解释之后,我也有了一个自己写PE文件分析器的的想法。虽然好的分析器不在少数,但对于一堆十六进制数,有些朋友可能不明白它代表什么意思。如果在程序里就可以将这些01序列转换成可以直接看懂得信息,那至少用户可以省去以后去查表的麻烦。怀着这样的想法,我仔细的研究了书中分析器PEInfo的源代码,我发现它没有提供信息转换的功能。 通过研究发现,PEInfo是通过PE文件在内存中的映象来获取文件信息的,我在想是否还有别的方法可以绕过将文件映象到内