CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 加密 JAVA

搜索资源列表

  1. TestDES

    0下载:
  2. DES加密和解密的Java程序,已经调试成功了,可以放心使用-DES encryption and decryption of the Java program has been debugged, and is safe to use
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:948
    • 提供者:ai
  1. AES

    0下载:
  2. AES算法的实现过程,实现了AES的加密和解密过程
  3. 所属分类:Applet

    • 发布日期:2017-04-16
    • 文件大小:39473
    • 提供者:jim
  1. FST

    0下载:
  2. 综合三种加密算法: 1.AES对称加密算法 2.RSA非对称加密算法 3.MD5消息摘要算法 实现类PGP的文件网络安全传输系统,附带系统运行用例说明书。-Composite of three encryption algorithms: 1.AES symmetric encryption algorithm 2.RSA asymmetric encryption algorithm 3.MD5 PGP message digest algorithm class files
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1857278
    • 提供者:mars
  1. J2ME

    0下载:
  2. j2me中的图片压缩和加密技术的应用和说明-j2me in the image compression and encryption technology, and express
  3. 所属分类:J2ME

    • 发布日期:2017-04-02
    • 文件大小:3727
    • 提供者:ytl
  1. JAVAencryption

    0下载:
  2. JAVA加密,使用DES算法。欢迎大家互相交流,-JAVA encryption, using DES algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:10867
    • 提供者:黄海珊
  1. DES

    0下载:
  2. 运用JAVA语言,利用DES对称加密算法实现了对文本进行加密解密。-The use of JAVA language, the use of DES symmetric encryption algorithm for encryption and decryption of the text.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1850
    • 提供者:窦小敏
  1. DES

    0下载:
  2. DES文件加密可以对文本文档和word文档进行加密和解密-DES file encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:16990
    • 提供者:道莲
  1. RSA

    0下载:
  2. 运用java技术,基于RSA算法,实现对图片文件进行加密解密的源代码-Using java technology, based on RSA algorithm, the image files on the source code for encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2242
    • 提供者:窦小敏
  1. DES

    0下载:
  2. 对数据进行加密传输能有效地保证数据的机密性,DES是一个保证数据机密性的经典算法,本实验拟在VC/ C/C++/Java环境中实现DES算法。-Encrypt the data transfer can effectively guarantee the confidentiality of data, DES is a guarantee of data confidentiality classical algorithm, this study intends to VC/C/C++/Ja
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:29033
    • 提供者:nannan
  1. AES

    0下载:
  2. 这是一个AES加密的JAVA源代码,能完成加密和解密功能。-AES encryption This is a JAVA source code, to complete the encryption and decryption functions.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:9908
    • 提供者:陈燕燕
  1. Senior.Java.code.encryption.decryption.algorithm.r

    0下载:
  2. Java高级加密解密算法设计代码Senior Java code for encryption and decryption algorithm -Senior Java code for encryption and decryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:29687
    • 提供者:ho
  1. SHA.encryption.algorithm.Java.code.components

    0下载:
  2. Java加密组件SHA算法设计代码SHA encryption algorithm Java code components -SHA encryption algorithm Java code components
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:34731
    • 提供者:杨明
  1. fourteen6-18

    0下载:
  2. 利用模拟struts1的框架,并且实现了完整的登陆验证,密码加密,权限验证!-Simulated struts1 framework, and to achieve a complete login authentication, password encryption, permission validation!
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3206855
    • 提供者:屋后雨檐
  1. Vernam

    0下载:
  2. 一次一密加密算法加解密实(26个英文字符,限长) -A secret encryption and decryption of a solid (26 English characters, limited to long)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1318
    • 提供者:亚伊
  1. Java

    0下载:
  2. Java加密解密算法源码 比较简单,给初学者参考-Java source code encryption and decryption algorithm is relatively simple reference for beginners
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:40036
    • 提供者:byl
  1. JAVA

    0下载:
  2. 实现移位密码的加密,解密过程.移位密码,即向后移k位,k是密钥,是任意的。选用一个英文短语或单词作为密钥,去掉其中重复的字母得到一个无重复字母的字符串,然后将字母表中的其他字母依此写于此字母串之后。找出明文字母在原字母表中位置,则在加入密钥的字母表中该位置上的对应字母就是密文。-To realize the shift encryption and decryption process. Shift the password, that is, move backward k-bit, k is
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2350
    • 提供者:killer
  1. crypto

    0下载:
  2. 加密工具,使用java写的哦.是我开发的-Encryption tool, using java to write Oh. That I developed
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:23707
    • 提供者:383121
  1. Encryptionalgorithm

    0下载:
  2. 用Java加密类实现DES、RSA及SHA的加密算法-Java class that implements encryption using DES, RSA and SHA encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:55219
    • 提供者:lisheng
  1. BASE64Java

    0下载:
  2. 本篇内容简要介绍BASE64、MD5、SHA、HMAC几种加密算法。 BASE64编码算法不算是真正的加密算法。 MD5、SHA、HMAC这三种加密算法,可谓是非可逆加密,就是不可解密的加密方法,我们称之为单向加密算法。我们通常只把他们作为加密的基础。单纯的以上三种的加密并不可靠。 -This brief introduction to the contents of BASE64, MD5, SHA, HMAC several encryption algorithms. BA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:60548
    • 提供者:whalestudio
  1. fileencrypterfordes

    0下载:
  2. java语言加密,用DES算法实现文件的加密和解密功能。-file encrypter for des
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3896
    • 提供者:bruce
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com