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

搜索资源列表

  1. cryptograph

    0下载:
  2. 这是我的原创 加密字符串 mfc 希望能给你启发-This is my original encrypted string mfc want to give you inspiration
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:25491
    • 提供者:tang
  1. Rijndael

    0下载:
  2. 实现加密文件,加密字符串的aes的解密功能,字符串,文件的AES加密功能-Realization of aes encryption and decryption
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:31193
    • 提供者:kkkkkk
  1. des_perfect

    0下载:
  2. 一个des加密字符串小工具,执行程序,比较好用-A des encryption string tools, implementation procedures
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:38653
    • 提供者:zhaody
  1. md5

    0下载:
  2. md5加密工具,加密字符串,源码+可执行程序-md5 encryption tools, encryption string, source+ executable program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:18296
    • 提供者:zhaody
  1. RsaEncrypt

    0下载:
  2. 利用RSA加密算法加密字符串,可以 解密字符串-RSA encryption algorithm encryption string encryption string can decrypt string
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:33389
    • 提供者:wanglq
  1. codeanddecode

    0下载:
  2. 该程序没有用到超级复杂的加密解密算法,只是应用了简单的方法加密字符串,可为密码多的人玩玩。-The program did not use super complex encryption algorithm, just applied a simple method encrypted string for the password and more people play.
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:1284723
    • 提供者:Sasion Zhou
  1. ReadDiskSerialNum

    0下载:
  2. 读取本机硬盘的序列号,并使用DES加密,转换为加密字符串,并可Copy到剪贴板。可用于系统绑定,授权等简单保护。-To read the serial number of the machine s hard drive, and use the DES encryption convert encrypted string can Copy it to the clipboard. Can be used for system-bound, authorized simple protecti
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-07
    • 文件大小:13014
    • 提供者:
  1. Common

    0下载:
  2. 前台可以直接调用,主要功能是MD5加密字符串处理,获得当前绝对路径,获取站点根目录URL等-The front desk can directly call the main function is MD5 encrypted string processing, the current absolute path for site root directory URL
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:3204
    • 提供者:王术
  1. sha1_md5

    0下载:
  2. C++实现sha1_md5加密算法,键值对加密字符串,比MD5更安全。-The to achieve sha1_md5 encryption algorithm C++ keys more secure than MD5 encrypted string.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:16339
    • 提供者:whyabc
  1. SHA-1_prj

    0下载:
  2. SHA-1算法C源码,VC建的工程。加密字符串,数组。-SHA-1 C source code
  3. 所属分类:SCM

    • 发布日期:2017-11-26
    • 文件大小:13211
    • 提供者:郭君文
  1. sha256

    0下载:
  2. SHA256算法源码,Visual C++.加密字符串,数组。-The SHA256 source code. Encryption string, array.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-05
    • 文件大小:15790
    • 提供者:郭君文
  1. MD5Encryption

    0下载:
  2. VC++ 字符串MD5加密示例,给程序员加密字符串提供帮助!-failed to translate
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:28021
    • 提供者:馒头
  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. Delphi-MD5

    0下载:
  2. Delphi MD5,含pas文件,如:加密字符串aaa MD5String( aaa ) -MD5 for Delphi, contains the pas files
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:6404
    • 提供者:yetendi
  1. SecurityCryptography

    0下载:
  2. C# des对称加密字符串实例,请在编译运行的控制台窗口中输入想要加密的字符串,按回车即可加密该字符串,应用DES对称加密算法来实现。程序首先创建一个文件对象,访问权限是可写的,然后将该字符串转换成字节,创建一个DES算法的加密类,从DES算法的加密类对象的CreateEncryptor方法,创建一个加密转换接口对象。在此说明一下,代码中的CryptoStream对象的作用是将数据流连接到加密转换的流,将字节数组中的数据写入到加密流中实现加密,最后关闭加密流对象。-C# des instanci
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:6657
    • 提供者:gpudn17
  1. myencryptsrc

    2下载:
  2. 贺兰_加密解密字符串,VB源码下载,CRndXorHash.cls功能:用VB6实现中英文文本的私钥加密。可能转换为不可显示字符,逆转换会出错!使用 MTransform.bas 中的转换16进制函数显示加密后的数据,可以解决逆转换问题!但加密、解密速度变慢!注意:对含特殊符号(如·)的字符串出现错误!必须为AscWII格式。   功能:加密字符串(含贺兰_进制转换(产生随机数,进制转换)模块)   1、"RndXorHash加密法"   2、"AES加密法"   3、"
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:75666
    • 提供者:ipudn37
  1. Delphi_533674

    0下载:
  2. Delphi:Delphi下使用AES加密的方法演示,能用来加密字符串和文件,包括一个密钥三个明文,也可进行反加密,也就是解密的过程。AES字符串加密密钥可以是128位,密钥位192位,密钥为256位,AES算法字符串解密也支持上述位数。 -Delphi: AES encryption method using the Delphi demonstration file and the encrypted string can be used, comprising a three clea
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:29544
    • 提供者:EPOHGYW
  1. Delphi_670704

    0下载:
  2. Delphi采用最基本的Des加密字符串的演示实例,典型的DES加密,解密技巧,如果需要二重(双重)加密或者三重加密请点击对应页面下载源码:Delphi双重加密、Delphi三重加密。 - Delphi uses examples demonstrate the basic Des encrypted string, typically DES encryption and decryption techniques, if needed double (double) or Tripl
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:13582
    • 提供者:BSOI6WA
  1. Delphi_750127

    0下载:
  2. Delphi:Delphi环境下使用RSA算法加密字符串和文件的例子,代码文件较多,比较完整的例子,位数可设置为:128位、256位、512位、768位、1024位。相信通过这个RSA加密实例,你会学会如何运用Delphi语言进行RSA算法的加密技巧。 -Delphi: Delphi environment using the following example of RSA encryption algorithm strings and files, code files larger,
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:151907
    • 提供者:STLXTZS
  1. DES

    0下载:
  2. VC编写的简单DES加密程序,密钥由用户手动输入,可加密字符串-VC prepared by the simple DES encryption program, the key to manually input by the user
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:500389
    • 提供者:calvados
« 1 2 3 4 5 6 78 9 10 11 12 ... 32 »
搜珍网 www.dssz.com