CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Encrypt decrypt

搜索资源列表

  1. des

    0下载:
  2. A c++ program to encrypt/decrypt using the DES algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:437174
    • 提供者:dutz
  1. a1

    0下载:
  2. 这个是利用混沌原理henon可以对图像先进行加密然后进行隐藏在另一个图像中再进行解密-This is the principle of the use of chaos henon can encrypt the image first and then proceed to hide in another image and then decrypt
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3158
    • 提供者:zhangwaiwai
  1. a2

    0下载:
  2. 这个是利用图像分解和Logistics混沌序列可以对图像先进行加密然后进行隐藏在另一个图像中再进行解密-This is the principle of the use of chaos henon can encrypt the image first and then proceed to hide in another image and then decrypt
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:3093
    • 提供者:zhangwaiwai
  1. 200510512366420

    0下载:
  2. 数字证书制作超酷工具,还可以对数据加解密、还能实现数据在网络上的安全传输。 -Making cool tools for a digital certificate, you can also encrypt and decrypt the data, but also on the network data secure transmission.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1708779
    • 提供者:wjh
  1. rsa2048

    2下载:
  2. 实现加密解密功能,2048位,加密解密速度非常快,用时非常短-Encrypt and decrypt
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:13421
    • 提供者:wang
  1. Encrypt_Decrypt

    0下载:
  2. 字符串加密解密软件,一款德国的软件,进行一些修改-Encrypt and Decrypt a string
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:3823
    • 提供者:张旭
  1. codeDll

    1下载:
  2. 用VB6.0做出的字串加密dll(带源码)!! code.dll的说明: 这是一个由VB做成的dll文件,它支持对字串进行Base64和随机数加解密两种方式。 如果要进行中英文混合加解密,可以先用Base64函数加解密,再用随机数解密。 注意,加密和解密是逆向的,如加密过程为 Rand_Encode(Base64_Encode(str)) 则解密过程为 Base64_Decode(Rand_Decode(pas)) 函数原型为: Public Func
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:10792
    • 提供者:程光
  1. IS_PRO1

    0下载:
  2. 加密和解密工具,用于对文档进行加密后自动生成密钥,对生成的加密文件解密后即可获得原文件-Encryption and decryption tool, used to encrypt the document automatically generated key, and decrypt encrypted files generated after the original document available
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:16310
    • 提供者:CC
  1. Cipher_PolarSSL-0.13.1

    0下载:
  2. Encrypt/Decrypt Test Program Using PolarSSL on Visual C-Encrypt/Decrypt Test Program Using PolarSSL on Visual C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:331417
    • 提供者:kcj
  1. aes

    0下载:
  2. 对记事本文本进行加解密,加解密原理比较复杂,但操作相对简单-file encrypt decrypt
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:281999
    • 提供者:李海龙
  1. Crypto

    0下载:
  2. 此程式是利用DES 來進行加密與解密的動作,Mode 採用ECB,Padding 方 法則採用PKCS5Padding。Key 是由程式自行產生,採用Pseudorandom number generator 來產生Key。利用Framework 為Java Cryptography Extension (JCE) 。-This program is the use of DES to encrypt and decrypt action, Mode ECB Padding method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:229521
    • 提供者:eason
  1. Kaiser_encrypted

    0下载:
  2. 凯撒密码。将10个字母长的单词进行加密和解密。-Kaiser encrypted 10 letter long word to encrypt and decrypt
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:4571
    • 提供者:Jack
  1. encryp

    0下载:
  2. Encrypt the user data and then decrypt that data in Windows Driver Legacy Driver with usefull information and registry file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:146957
    • 提供者:baldev
  1. ECC1

    0下载:
  2. 椭圆曲线加密算法源代码,使用了libtommath的大数运算库实现,可以对文件进行加密和解密-Elliptic curve encryption algorithm source code, using libtommath large numbers arithmetic library implementation can encrypt and decrypt files
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:1346399
    • 提供者:枫亭
  1. jiami

    0下载:
  2. This Program Will Encrypt And Decrypt Any File Text Document Provides The Maximum Security
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:1739
    • 提供者:jiangya
  1. Crypto123

    0下载:
  2. Each letter is represented by a number modulo 26. (Often the simple scheme A = 0, B = 1, ..., Z = 25 is used, but this is not an essential feature of the cipher.) To encrypt a message, each block of n letters (considered as an n-component vector) is
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:10023
    • 提供者:gunay
  1. AESen

    0下载:
  2. C++实现的AES加密,解密,密钥扩展。 支持128/192/256位密钥,128位明文/密文。-Crypto Algorithm of AES, 128/192/256-bit key is implemented. 128-bit plain text and cipher text. key expandtion, encrypt, decrypt.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:217892
    • 提供者:Ma Junping
  1. Encrypt-Decrypt-numbers

    0下载:
  2. Encrypt 4 digit number
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1118
    • 提供者:Maaz
  1. Encrypt

    0下载:
  2. 几种加密解密的小工具,平常可用来生成密码,或者破解密码(Several small tools to encrypt and decrypt, usually used to generate passwords, or to decipher passwords)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:958464
    • 提供者:tiramisuczl
  1. PBOCalgo

    0下载:
  2. PBOC相关加解密 信息摘要,对称,非对称等多种加密算法实现(PBOC Encrypt Decrypt)
  3. 所属分类:其他

« 12 »
搜珍网 www.dssz.com