搜索资源列表

  1. 5353464664646

    0下载:
  2. rsa算法。可实现加密与解密。很好的软件代码。-rsa algorithm. Encryption and decryption can be achieved. Very good software code.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:65536
    • 提供者:刘鹏
  1. rsa

    0下载:
  2. MGCP 协议栈 编解码算法, 包括MD5 ,认证等部分-MGCP protocol stack for decoding algorithms, including MD5, part of certification
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:45056
    • 提供者:panenlei
  1. RSA

    0下载:
  2. Eclipse为平台的Java rsa加解密算法实现有界面。没有MAIN函数自己加上就行了-Eclipse as a platform for Java rsa encryption algorithm to achieve the interface. MAIN function is not added on the list
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:曹丁鹏
  1. RSA

    0下载:
  2. 一个RSA加密算法的简单示例,可对用户输入进行加密计算,并与数据库中已存数据进行比较-RSA encryption algorithm of a simple example, can be encrypted on the user input, the database and the data have been compared
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:280576
    • 提供者:刘保杰
  1. RSA

    0下载:
  2. 使用vc6.0完成 RSA为一种公开金钥演算法 可以产生一对公开金钥与私密金钥-Vc6.0 completion of the use of RSA as a public key algorithm can generate a public key and private key
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:王玟镔
  1. rsa

    0下载:
  2. 数据结构典型算法的代码: huffman编码和译码的实现-Data structure of a typical algorithm code: huffman encoding and decoding achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:ly weimar
  1. shujujiamiyugongkaimiyao

    0下载:
  2. 数据加密标准DES及公开密钥密码体制:DES算法原理,DES算法的优缺点及其发展与改进 公开密码体制的原理,RSA算法,及实现源代码-DES Data Encryption Standard and public key cryptography: DES algorithm, DES algorithm and its development and improvement of the advantages and disadvan
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:38912
    • 提供者:安勃雅
  1. Symmetric_encryption_Stream_encryption_CBC_RSA_DH.

    0下载:
  2. 对称加密解密,流加密,CBC加密解密,RSA加密算法,DH公钥和私钥算法-Symmetric encryption and decryption, stream encryption, CBC encryption and decryption, RSA encryption algorithm, DH public key and private key algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:19456
    • 提供者:Peter
  1. RSA_Montgomery

    0下载:
  2. 基于蒙哥马利算法的RSA c++实现 经验证正确可用-Implement RSA based on Montgomery Modular Exponentation
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:18432
    • 提供者:hut
  1. encrypt_lib

    0下载:
  2. 几百种加密算法库,包括rsa,base64等等。-Hundreds of encryption algorithms library
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:692224
    • 提供者:王斌
  1. RSA

    0下载:
  2. RSA简洁幽雅,但计算速度比较慢,通常加密中并不是直接使用RSA 来对所有的信息进行加密, 最常见的情况是随机产生一个对称加密的密钥,然后使用对称加密算法对信息加密,之后用 RSA对刚才的加密密钥进行加密。-RSA elegant simplicity, but the computing speed is relatively slow, usually not direct the use of encryption in the
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:1273856
    • 提供者:huhanzhong
  1. RSA_java

    0下载:
  2. 带界面的RSA算法,软件包中含有可执行程序,功能有自动生成随机素数P、Q,公钥,密钥,对数字进行加密解密。-Interface with the RSA algorithm, packages containing executable programs, automatic generation of random functions of prime numbers P, Q, a public key, keys for encr
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:23552
    • 提供者:xuxu
  1. encrytest

    0下载:
  2. 用JAVA实现RSA算法,一方使用公钥进行加密,另一方使用私钥进行解密-JAVA realization of RSA algorithm using one side for the use of public key encryption, the other using the private key to decrypt
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:8192
    • 提供者:liuby
  1. Crypt_Decrypt_C

    0下载:
  2. 几乎涵盖了所有加密算法的源代码(C语言)。包含了几乎所有常见加密算法的实现,包括RC4、AES、DES、3DES;RSA;SHA1、MD4、MD5;BASE64,还有其他算法。-Covers almost all encryption algorithm source code (C language). Contains almost all the common encryption algorithm, including the
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:1216512
    • 提供者:王同
  1. RsaKit

    0下载:
  2. RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法-RSA
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:2925568
    • 提供者:摩根
  1. RSA_MFC

    0下载:
  2. 用VC实现的简单的RSA算法,能够加密,解密,以窗口形式显示出来-the implement of RSA with VC
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:1888256
    • 提供者:13
  1. AES-Crypto-SN-Generator

    0下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:768000
    • 提供者:harris
  1. DigitalSignatureAlgorithmtoRSA

    0下载:
  2. RSA实现数字签名算法 VC++实现,有图形化窗口-Digital Signature Algorithm to RSA
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:1894400
    • 提供者:于千
  1. RsaKit

    0下载:
  2. VC实现RSA算法的程序,好东西啊,vc6.0编译通过-VC to achieve RSA algorithm procedure, a good thing ah
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:2044928
    • 提供者:greenday
  1. RSAESRCI.ZIP

    0下载:
  2. RSA算法的具体实现,用于信息安全技术领域的加密算法。-Concrete realization of RSA algorithm is used in the field of information security technology, encryption algorithm.
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:91136
    • 提供者:chenyucong
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org