CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - string

搜索资源列表

  1. 文件加密_解密的例子(5KB)

    1下载:
  2. 加密/解密字符串的例子-encryption / decryption string of examples
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4723
    • 提供者:风影
  1. 节省资源的MD5算法

    0下载:
  2. 为一个字节或字符数组或串计算md5值,内部只创建一个数组,节省分配时间,节省内存 完全是static方法,线程安全 注意对返回值的处理,见注释-for a byte array or character string or md5 value calculation, only to create an internal array, saving time allocated to save memory is completely static method, thread-safe att
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2559
    • 提供者:林华
  1. 字符串的加密与解密

    1下载:
  2. 字符串的加密与解密-string encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:946
    • 提供者:徐东狂
  1. encstrings

    0下载:
  2. 加密/解密字符串的例子-encryption / decryption string of examples
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2058
    • 提供者:军俄
  1. LZWarithmetic

    0下载:
  2. LZW算法基于转换串表(字典)T,将输入字符串映射成定长(通常为12位)的码字-LZW algorithm is based on converting Series (dictionary) T, the input string mapping into fixed-length (usually 12) the code word
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4826
    • 提供者:傻傻
  1. 加密解密字符串的例子

    0下载:
  2. 加密解密字符串的例子,使用vb源码编写。与大家共勉。-string encryption and decryption example, the use of vb source prepared. We shall.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2729
    • 提供者:杨洁清
  1. 字符串加解密码

    0下载:
  2. 字符串加解密码程序,用于字符串的加解密,VB源码-string plus a secret code procedures for the string encryption and decryption, VB source
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:14330
    • 提供者:陈亮
  1. 200561673082201

    0下载:
  2. DES,MD5,ZLIB算法源代码 文件列表: Adler32.cpp ArithDLL.cpp ArithDLL.def ArithDLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL.h ArithDLL.lib ArithDLL.ncb ArithDLL.opt ArithDLL.plg Arithzxz.h Arithzxz.h.BAK Compress.cpp CRC.cpp Defla
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:138553
    • 提供者:water1974
  1. AESExample

    0下载:
  2. AES 是一种使用安全码进行信息加密的标准。它支持 128 位、192 位和 256 位的密匙。 内有完整的字符串与文件的加密及解密例子。-AES is a safety code for the use of information encryption standards. It supports 128, 192 and 256 of the keys. Within a full string and document encryption and decryption exampl
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:668937
    • 提供者:majy
  1. RC5-CTS

    1下载:
  2. RC5-CTS模式加密解密算法C++程序实现。 解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10983
    • 提供者:郭佳
  1. Rot13.java

    0下载:
  2. 循环位移算法ROT-13,既输入的字符串的每个字符后移13位加密,在移13位解密.-displacement cycle algorithm ROT - 13, both input string of characters after each shift 13 encryption, the shift 13 declassified.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1929
    • 提供者:ximing
  1. EncryDeCry

    0下载:
  2. 我在字符串加密时的处理是每次取字符串的三个字节,再把三个字符连成一个24位的整型,前8位存放第一个字符,中间8位存放第二个字符,最后8位存放第三个字符。再取这个整型数的前6位对应的数值去差用户提供对应表,转化成相应的字符,再取第二个6位,第三个6位,第四个六位进行字符的转换。再重复前面相同的操作值到整个字符串转换完毕。在解密的过程就是根据用户提供的表进行查找和移位换原字符串。 这种算法比通常的直接根据用户提供的表进行转换有更高的安全性,且加密解密的效率很高。-string encryptio
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1553
    • 提供者:伍孝秉
  1. atce

    0下载:
  2. 字符串加密解密WebService服务 -string encryption and decryption services WebService string encryption and decryption WebService services
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:17923
    • 提供者:a
  1. 字符串加密

    1下载:
  2. 给字符串加密解密-to string encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:26168
    • 提供者:八戒
  1. MySecurity

    0下载:
  2. 利用JAVA的encryption和decipher這二個方法來進行字串的加解密!-use JAVA encryption and decipher these two approaches to string the encryption and decryption.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2405
    • 提供者:翁振銘
  1. EncryptByMd5

    0下载:
  2. 这是一个使用MD5算法对字符串进行加密的小程序-MD5 algorithm used to encrypt string of small programs
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:41203
    • 提供者:邓洁
  1. MD5Code

    0下载:
  2. md5编码器,用于用户注册系统的密码加密功能,返回的32为字符串-md5 encoder for the user registration system encryption password, the return of 32 for the string
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:4337
    • 提供者:satanest
  1. string

    0下载:
  2. delphi下的字符串加密、解密工具,包含完整的源代码。-delphi string under the encryption, decryption tools, including complete source code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:171803
    • 提供者:wangyan
  1. Advanced.code.string.encryption.algorithm

    0下载:
  2. 字符串加密算法设计高级代码Advanced code string encryption algorithm -Advanced code string encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:13898
    • 提供者:moon
  1. DES-String

    0下载:
  2. DES Encrypt Algorithm from string
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:30146
    • 提供者:adnanmnm
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com