搜索资源列表
MDIServer
- 提供服务端登陆验证程序(验证码随机改变,防止非法进入); 提供服务器控制程序,管理员可以允许、屏蔽和删除一个注册用户的登陆客户端; 任何改变访问地点的行为,都必须得到管理员的授权,否则无法登陆系统; 即使知道其他用户的密码也不能登陆系统。-provide certification services-landing procedures (Random Verification code change to prevent illegal entry); Provide ser
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
themida1008
- 这是反汇编驱动程序的源代码这是反汇编程序的源代码-This is the anti-driven compilation of a program's source code that is anti-assembler source code
aes
- aes的原代码,在VC++的环境下运行.-Orangk'aes the original code in VC + + environment operation.
肖俊.java
- ava加密扩展即Java Cryptography Extension,简称JCE。它是Sun的加密服务软件,包含了加密和密匙生成功能。JCE是JCA(Java Cryptography Architecture)的一种扩展。 JCE没有规定具体的加密算法,但提供了一个框架,加密算法的具体实现可以作为服务提供者加入。除了JCE框架之外,JCE软件包还包含了SunJCE服务提供者,其中包括许多有用的加密算法,比如DES(Data Encryption Standard)和Blowfish。 为简单
SetTokenName
- 调用PKCS11接口实现token名称设置的功能,请使用内涵的makefile完成百编译。并使用您的设备厂商提供的p11库文件替换代码中的库文件名称。-PKCS11 token name calling interface function set, use the content of the percentage of completion compilation makefile. And use your device vendor' s library file to repla
TrippleDES_java.rar
- java实现的3des加密算法,本算法是按照VC的算法实现的。本源代码只是用来学习3des,如果要完全实现微软的3des加密功能,还有许多工作去做。,3des encryption algorithm java implementation, this algorithm is implemented in accordance with VC algorithm. Origin code is only used to study 3des, if we are to achieve Micr
Cryptography
- 该程序包提供了三种加解密算法的源代码:DES、AES和RSA。程序没有使用Java的security库,完全是自己根据加解密算法流程手工编写的。适用于密码学加解密算法的学习和研究。 由于运行速度慢,不推荐用于实用项目。-The package offers three encryption algorithm source code: DES, AES and RSA. Procedures did not use Java' s security database is entirely
TomCrypt
- 一些封装好的加密函数的源代码,包括DES,RSA等源代码-Some good encryption function package' s source code, including DES, RSA, such as source code
new_code
- 机顶盒卡通讯代码,主要工作是读取卡内的基本信息,如卡号、运营商等信息,在智能卡 Reset 后必须首先执行,之后才可以执行其他的命令 -Communications set-top box card code, the main task is to read the card' s basic information, such as card numbers, operators and other information, after Reset in a smart card mu
RSAcodeformfc
- RSA的加密代码,含MFC界面,功能强大,可支持任意长度密钥。-RSA' s encryption code with MFC interface, powerful, can support an arbitrary length of the key.
MD5
- MD5加密算法,有个 getMD5() 方法可以传入字符串并生成一个 MD5 码。-MD5 encryption algorithm, there' s getMD5 () method can pass a string and generate an MD5 code.
aes
- 这是一个AES的源码,我已经测试过了,确认可以用了。可以放心下载。-This is an AES source code, I' ve tested, and confirm that you can use the. Can rest assured that download.
filelock
- VB文件夹枷锁,锁定功能,没有密码打不开文件夹,类似加密的功能,注册表操作(不同类型,读写方法有一定区别)代码写得比较乱,这里说一下如何卸载枷锁功能,其实方法很简单: 有个快捷方式,叫卸载的,或者可以在运行里输入 ‘scr iptlock unload‘,效果一样,只是在里面加好了参数…… -VB folder yoke, lock function, not the password not open folder, similar to the encryption funct
laiyifa
- 一个简单的加密工具的源代码。非常基础但是有用的对称加密算法,加密程序的最基础形式。内含自定义的xor加密算法。也有xxtea的h文件。不过对于xxtea的使用部分还没有实现-A simple encryption tool' s source code. Very basic but useful symmetric encryption algorithms, encryption program, the most basic form. Xor includes a custom e
DESChecker
- VC++编写的DES算法查看器源代码,DES算法目前应用已十分广泛,本程序的主要功能是在查看DES加密过程中生成的Ki,Li,Ri,Fi,Si等,可以当做一个DES加密对照器,从而方便的发现你在加密过程中出现的错误,以便于你快速做出反应。-VC++ prepared by the DES algorithm viewer source code, DES algorithm is currently the already very extensive, the program' s ma
kcpDES
- DES算法的加密解密,借用别人的代码,自己编写的小界面。可以加密八位以下的字符,解密后输出为十六进制,并且可以正确解密。希望对大家有用-DES algorithm for encryption and decryption, to borrow someone else' s code, I have written a small interface. The following eight characters can be encrypted, decrypted output to
39.3
- 编制程序,将输入的一行字符以加密的形式输出,然后将其解密,解密的字符串序列与输入的正文相比较,吻合时输出解密的正文,否则解密失败。 加密时,将每个字符的ascii码依次反复加上“4962873”中的数字,并在32(‘’)~122(‘z’)之间作模运算。解密与加密的顺序相反。例如输入正文“the result of 3 and 2 is not 8” 结果为: -Programming, the input line character output in an encrypted f
SqunGuard
- 一个简单的加密源码,对于学习怎样加密和PE的童鞋 可以看看 谢谢!-A simple encryption source code, learn how to encrypt and PE for the children' s shoes can look at Thank you!
evp
- 该源码是我使用openssl之evp算法的一些测试代码,传上来,希望对还各位有用-The source is the algorithm I use openssl' s evp some test code, pass up, you also want to be useful