CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - code 39

搜索资源列表

  1. MDIServer

    0下载:
  2. 提供服务端登陆验证程序(验证码随机改变,防止非法进入); 提供服务器控制程序,管理员可以允许、屏蔽和删除一个注册用户的登陆客户端; 任何改变访问地点的行为,都必须得到管理员的授权,否则无法登陆系统; 即使知道其他用户的密码也不能登陆系统。-provide certification services-landing procedures (Random Verification code change to prevent illegal entry); Provide ser
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:34418
    • 提供者:侯兴龙
  1. d3des.tar

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应用于许多需要安全加密的场合。(如:UNIX的密码算法就是以DES算法为基础的)。下面是关于如何实现DES算法的语言性描述,如果您要其源代码,可以到Http//Assassin.yeah.net下载,后者您有任何问题也可以写信给我(Assassin@ynmail.com)。 -DES (Data Encryption Standard) a
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5803
    • 提供者:yue
  1. themida1008

    0下载:
  2. 这是反汇编驱动程序的源代码这是反汇编程序的源代码-This is the anti-driven compilation of a program's source code that is anti-assembler source code
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:639205
    • 提供者:伙同
  1. aes

    0下载:
  2. aes的原代码,在VC++的环境下运行.-Orangk'aes the original code in VC + + environment operation.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1208729
    • 提供者:李婷
  1. 肖俊.java

    0下载:
  2. ava加密扩展即Java Cryptography Extension,简称JCE。它是Sun的加密服务软件,包含了加密和密匙生成功能。JCE是JCA(Java Cryptography Architecture)的一种扩展。 JCE没有规定具体的加密算法,但提供了一个框架,加密算法的具体实现可以作为服务提供者加入。除了JCE框架之外,JCE软件包还包含了SunJCE服务提供者,其中包括许多有用的加密算法,比如DES(Data Encryption Standard)和Blowfish。 为简单
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3197
    • 提供者:肖俊
  1. SetTokenName

    0下载:
  2. 调用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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1780
    • 提供者:steven
  1. TrippleDES_java.rar

    0下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:13735
    • 提供者:chen wen bin
  1. Cryptography

    0下载:
  2. 该程序包提供了三种加解密算法的源代码: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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:27875
    • 提供者:tangxiaojun
  1. TomCrypt

    0下载:
  2. 一些封装好的加密函数的源代码,包括DES,RSA等源代码-Some good encryption function package' s source code, including DES, RSA, such as source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-26
    • 文件大小:2161865
    • 提供者:小余
  1. new_code

    0下载:
  2. 机顶盒卡通讯代码,主要工作是读取卡内的基本信息,如卡号、运营商等信息,在智能卡 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:4912
    • 提供者:liucheng
  1. RSAcodeformfc

    1下载:
  2. RSA的加密代码,含MFC界面,功能强大,可支持任意长度密钥。-RSA' s encryption code with MFC interface, powerful, can support an arbitrary length of the key.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:476354
    • 提供者:dynasty ding
  1. MD5

    0下载:
  2. MD5加密算法,有个 getMD5() 方法可以传入字符串并生成一个 MD5 码。-MD5 encryption algorithm, there' s getMD5 () method can pass a string and generate an MD5 code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:3776
    • 提供者:M-A
  1. aes

    0下载:
  2. 这是一个AES的源码,我已经测试过了,确认可以用了。可以放心下载。-This is an AES source code, I' ve tested, and confirm that you can use the. Can rest assured that download.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3529
    • 提供者:孙剑卿
  1. filelock

    0下载:
  2. VB文件夹枷锁,锁定功能,没有密码打不开文件夹,类似加密的功能,注册表操作(不同类型,读写方法有一定区别)代码写得比较乱,这里说一下如何卸载枷锁功能,其实方法很简单:   有个快捷方式,叫卸载的,或者可以在运行里输入 ‘scr iptlock unload‘,效果一样,只是在里面加好了参数…… -VB folder yoke, lock function, not the password not open folder, similar to the encryption funct
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:24727
    • 提供者:刘杰
  1. laiyifa

    0下载:
  2. 一个简单的加密工具的源代码。非常基础但是有用的对称加密算法,加密程序的最基础形式。内含自定义的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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:5114
    • 提供者:zjw3000
  1. DESChecker

    0下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:169186
    • 提供者:JOJOchen
  1. kcpDES

    0下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5625467
    • 提供者:孔垂品
  1. 39.3

    0下载:
  2. 编制程序,将输入的一行字符以加密的形式输出,然后将其解密,解密的字符串序列与输入的正文相比较,吻合时输出解密的正文,否则解密失败。 加密时,将每个字符的ascii码依次反复加上“4962873”中的数字,并在32(‘’)~122(‘z’)之间作模运算。解密与加密的顺序相反。例如输入正文 “the result of 3 and 2 is not 8” 结果为: -Programming, the input line character output in an encrypted f
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:606
    • 提供者:wangyu
  1. SqunGuard

    0下载:
  2. 一个简单的加密源码,对于学习怎样加密和PE的童鞋 可以看看 谢谢!-A simple encryption source code, learn how to encrypt and PE for the children' s shoes can look at Thank you!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:49648
    • 提供者:许海峰
  1. evp

    0下载:
  2. 该源码是我使用openssl之evp算法的一些测试代码,传上来,希望对还各位有用-The source is the algorithm I use openssl' s evp some test code, pass up, you also want to be useful
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:4129
    • 提供者:pengliu
« 12 »
搜珍网 www.dssz.com