搜索资源列表

  1. JiaMi.JAVA

    0下载:
  2. 恺撒加密算法实现 Java -Caesar encryption algorithm Java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:xb
  1. DownRSA

    0下载:
  2. RSA加密算法java代码,自动生成公钥和密钥-RSA encryption algorithm java code, automatic generation public key cryptography
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:8192
    • 提供者:sikyZhao
  1. RC4Cipher.java

    0下载:
  2. RC4Cipher 经典的RC4Cipher加密解密算法源代码-RC4Cipher classic RC4Cipher encryption and decryption algorithm source code
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:rtshen
  1. DESCipher.java

    0下载:
  2. DESCipher 经典的DESCipher加密解密算法源代码 java编程-DESCipher classic DESCipher encryption and decryption algorithm source code java programming
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:rtshen
  1. xixianquan

    0下载:
  2. JAVA环境下的四种古典加密算法,移位,仿射,维吉尼亚,置换 详细的WORD设计文档,里面包含源码和运行程序截图-Java environment of the four classical encryption algorithm, displacement, affine, Virginia, WORD replacement detailed design document, which contains the source
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:103424
    • 提供者:sp
  1. DES

    0下载:
  2. JAVA版的DES加密算法,是完整的DES加密算法-JAVA version of the DES encryption algorithm, is the integrity of the DES encryption algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:23552
    • 提供者:trilobite
  1. RSA

    0下载:
  2. RSA加密算法简单实现,主要包括字符的加密,不能处理汉字-RSA encryption algorithm is simple to achieve, the main characters, including encryption, should not deal with Chinese characters
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:5120
    • 提供者:edward
  1. weijiliya

    0下载:
  2. 这里提供了维吉利亚加密算法的详细Java代码,可以进行加密和解密.-Here维吉利亚encryption algorithm provides a detailed Java code, you can encrypt and decrypt.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:郑乐
  1. s-des-and-rsa

    0下载:
  2. RSA,S-DES加密算法,实现了加解密,采用加法链求大数的指数及模-RSA, S-DES encryption algorithm, the realization of the encryption and decryption, using addition chains for large numbers of the index and modulus
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:alonealone
  1. AESC++

    0下载:
  2. aes加密算法的c++实现,里面包含两个文件,详细的aes加密过程-aes encryption algorithm c++ realize, which contains two documents, a detailed process aes encryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:
  1. RSA

    0下载:
  2. :RSA 是最广泛的公钥算法,从程序实现的主要思想、算法分析及流程说明、实验环境要求描述、运行 和结果、运行效率分析和程序源代码六方面介绍运用java程序实现RSA加密算法,要求输入明文的二进制位数 不少于1024。-: RSA public key is the most widely algorithm, from the process to achieve the main ideas, algorithms and p
  3. 所属分类:CA认证

    • 发布日期:2024-05-22
    • 文件大小:160768
    • 提供者:王功臣
  1. RSAProject1.3.2

    0下载:
  2. RSA加密算法演示程序.包括公钥与私钥的生成算法.自定义公钥与私钥的长度-RSA encryption algorithm demo program. Including the public key and private key generation algorithm. Since the definition of a public key and private key length
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:210944
    • 提供者:xiaolq
  1. polybios

    0下载:
  2. 这是关于polybios加密算法的源程序的代码-This is the encryption algorithm on polybios source code
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:92160
    • 提供者:薛跋
  1. DES

    0下载:
  2. Des算法是一种标准的对称加密算法,其精华就是明文经过一系列的复杂变化后,一般在不知密码的情况下要把它的恢复很难。 算法可以由四个部分描述: 1.获取16个子密钥 2.初始置换置换函数ip 3.加密函数f 4.末置换函数 -Des Algorithm is a standard symmetric encryption algorithm, and its essence is clear
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:180224
    • 提供者:wildkaede
  1. aes

    2下载:
  2. AES加密算法vC++实现类源码 hello 1243435-AES encryption algorithm vC++ Realize source category hello 1243435
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:1004544
    • 提供者:adil
  1. Java-encryption-algorithm

    0下载:
  2. Java中常用的加密算法应用,1. MD5加密,常用于加密用户名密码,当用户验证时。2. SHA加密,与MD5相似的用法,只是两者的算法不同。3. RSA加密,RAS加密允许解密。常用于文本内容的加密。-Java encryption algorithm commonly used in applications, 1. MD5 encryption, user name commonly used in the encryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:wangmin
  1. 071229200308

    0下载:
  2. 对称加密算法,aes希望能找到一个c和java对应的算法-Symmetric encryption algorithm, aes hoping to find a c and the corresponding algorithm java
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:230400
    • 提供者:lyf
  1. Rsa

    0下载:
  2. 用JAVA实现Rsa非对称加密算法 不算简单的算法 既可以加密又可以解密-Rsa use JAVA to achieve an asymmetric encryption algorithm is not a simple algorithm can be encrypted can be decrypted
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:韩国强
  1. Testdes

    0下载:
  2. des 加密算法 非常好用 與你們分享了-des encryption algorithm is very useful to share with you the
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:james
  1. Monoalphabetic

    0下载:
  2. 单表加密算法、单表解密算法实现的简单示例-implementation of monoalphabetic encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:hayley
« 1 2 34 5 6 7 8 9 10 ... 30 »

源码中国 www.ymcn.org