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

搜索资源列表

  1. encrypt_algorithms

    1下载:
  2. 信息安全课程的实验,含AES、DES、RSA三个加密算法和MD5、SHA-1两个哈希算法的C/C++源代码,可以加密字符串和文件。-Information Security course experiments, including AES, DES, RSA three encryption algorithms and MD5, SHA-1 hashing algorithm for two C/C++ source code, you can encrypt strings and fil
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-12
    • 文件大小:19321459
    • 提供者:落魄书生
  1. DES-RSA

    0下载:
  2. 它是基于matlab的端点检测程序的代码,相信对大家有用。-It is based on the endpoint detection matlab program code, I believe all of us.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-04
    • 文件大小:25025
    • 提供者:123
  1. JAVA_Encrypt

    1下载:
  2. Java 实现DES文件加密、MD5获取数字签名和文件验证、RSA签名加密。分为接收端和发送端。-Java implementation of the DES file encryption, MD5 obtaining digital signatures and document verification, RSA signature encryption. Into the receiver and transmitter.
  3. 所属分类:Ajax

    • 发布日期:2017-03-30
    • 文件大小:67337
    • 提供者:风吹
  1. project.tar

    0下载:
  2. go语言实现的DES与RSA算法,对明文的加密及对密文的解密-DES and RSA algorithms go language, the plaintext encryption and decryption of the ciphertext
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:825040
    • 提供者:马智
  1. 1008

    0下载:
  2. 3DES RSA 等综合加解密 算法示例-DES RSA ETC.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-29
    • 文件大小:11281074
    • 提供者:FrankWang
  1. cryptopp562

    0下载:
  2. 加密算法库,包含常用的des,RSA,椭圆曲线算法,双鱼算法-Encryption algorithm library
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1137964
    • 提供者:梨花
  1. encrypt

    1下载:
  2. 使用java实现的DES、RSA和SHA加密算法组件,直接可以使用-Using java to achieve DES, RSA and SHA encryption algorithm components, can be used directly
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:17429
    • 提供者:richard
  1. crypt

    0下载:
  2. 常见网络编解码加解密算法。含有des、rsa、mqueue、xtrcrypt、gf256、base32,base64等一些的常见网络编码、解码、加密、解密算法。-Common network codec encryption and decryption algorithms. Contains des, rsa, mqueue, xtrcrypt, gf256, base32, base64 some other common network coding, decoding, encrypt
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-25
    • 文件大小:8606782
    • 提供者:yubai
  1. chat1

    0下载:
  2. 基于DES和RSA的加密聊天工具,共包含4个文件: chat.cpp、des.h、rsa.h、makefile。 编译:命令行模式下,切换到代码所在目录,输入make后回车即可。 运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器),如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。 此外,代码中实现了异步,select以及普通三种IO模型,需要通过定义宏控制。-DES and RSA encrypti
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-02
    • 文件大小:9052
    • 提供者:xuting
  1. CSharp

    0下载:
  2. rsa md5 des 等各种密码学实验的例子 带有界面-Examples rsa md5 des cryptography and other experiments with the interface
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:523869
    • 提供者:linchu
  1. RSA_DES

    0下载:
  2. 用C++实现的DES加密算法和RSA加密算法,控制台显示,可同时查看明文和密文,可自主设置密钥-Using C++ DES encryption algorithm and RSA encryption algorithm, the console display can simultaneously view the plaintext and ciphertext can be independently set key
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4344431
    • 提供者:刘豫
  1. Paper0.0

    0下载:
  2. MD5,DES,RSA加密解密算大说明,以及相关例子-MD5, DES, RSA encryption and decryption
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:45299
    • 提供者:周天宇
  1. RSADES

    0下载:
  2. DES和RSA混合加密DES密码体制主要由3方面组成:密钥生成、加密函数以及解密函数。该算法在VC6.0的平台下以C++来实现。子函数说明-   Void SetKey(const char* Key, int len)    {     Memset(deskey,0,16)     Memcpy(deskey,key,len>16?16:len)     SetSubKey(&SubKey[0],&deskey[0])     Is3DES = len
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:131314
    • 提供者:何旭
  1. MyEncryptor

    0下载:
  2. 安卓加密解密字符串的软件,用来测试rsa aes des 等加密解密算法-android rsa aes
  3. 所属分类:android

    • 发布日期:2017-04-09
    • 文件大小:1318169
    • 提供者:任文慧
  1. jiwmi

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

    • 发布日期:2017-04-17
    • 文件大小:50242
    • 提供者:younyoun
  1. Delphi_122174

    0下载:
  2. Delphi:包括了各种常见的Delphi加密算法实例源码,它们是2DES、3DES、3DES3算法、AES、BASE64、Blowfish、CRC32-Dym、CRC32-Static、DES、MD5、RSA、SHA等加密的算法演示实例,每个实例都可以在D7下编译运行,对于学习看效果来说,挺方便的。 -Delphi: Delphi includes a variety of common encryption algorithm source code examples, they are
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-02
    • 文件大小:613794
    • 提供者:HZ2FYFQ
  1. Interface-For-DESRSA-And-SHA

    0下载:
  2. 三种算法,写了个统一接口调用。SHA、DES、RSA。一些地方借鉴了别人的写法。 SHA:安全哈希算法 DES:入口参数有三个:Key、Data、Mode-Three algorithms, wrote a unified interface. SHA, DES, RSA. Some places borrow writing. SHA: a secure hash algorithm DES: entrance there are three parameters:
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:32829
    • 提供者:wolf
  1. Encoder

    0下载:
  2. 对称加密(DES加密解密),非对称加密(RSA加密解密)。-Symmetric encryption (DES encryption and decryption), asymmetric encryption (RSA encryption and decryption).
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:185852
    • 提供者:alin
  1. OPENSSL

    1下载:
  2. 实现一款文档文件加密和签名的工具 1、选择一种hash算法(MD5 | SHA1 | SHA3)用于摘要的计算; 2、选择一种对称钥加密算法或者序列密码(DES| AES | RC4); 3、选择一种公钥算法实现签名(RSA| ECC),需要单独的密钥对生成算法; 4、文档文件的加密模式为CBC。-Achieve a document file encryption and signature tool 1. Select a hash algorithm (MD5 | SHA1
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-23
    • 文件大小:833536
    • 提供者:杨成伟
  1. Encryption_decode

    0下载:
  2. MFC DES RSA MD5 加密解密算法-MFC DES RSA MD5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-31
    • 文件大小:13252698
    • 提供者:李强
« 1 2 ... 8 9 10 11 12 1314 15 »
搜珍网 www.dssz.com