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

搜索资源列表

  1. 字符串的加密与解密.rar

    0下载:
  2. 所属分类:加密解密

    • 发布日期:
    • 文件大小:679
    • 提供者:
  1. 字符串操作StringOperation.rar

    0下载:
  2. 所属分类:加密解密

    • 发布日期:
    • 文件大小:19660
    • 提供者:
  1. 字符串加密.zip

    0下载:
  2. 所属分类:加密解密

    • 发布日期:
    • 文件大小:25855
    • 提供者:
  1. pin.rar

    0下载:
  2. C语言的字符串的加密与解密的各种方法
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:9166
    • 提供者:
  1. 文件加密_解密的例子(5KB)

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

    • 发布日期:2008-10-13
    • 文件大小:4723
    • 提供者:风影
  1. 字符串操作StringOperation

    0下载:
  2. 为你的程序 加密——很好的加密解密方案——源代码-for your encryption Procedure -- good encryption and decryption program -- source
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:19927
    • 提供者:江勇
  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. md5_new_demo

    0下载:
  2. md5算法,可以计算磁盘文件或单独加密字符串.-md5 algorithm can calculate the disk file or separate encryption strings.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:46967
    • 提供者:吴明
  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. jiami

    0下载:
  2. 一个简单的加密解密算法,运用的是字符串加解密技术-A simple encryption and decryption algorithms, the use of encryption technology is a string
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. DES加密解密算法,将文件或者字符串加密成des字符串-DES encryption and decryption algorithm, encrypted file or string into a string des
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:85399
    • 提供者:ftren
  1. crypt

    0下载:
  2. 一个加密、解密的类,可加密字符串和文件等-An encryption, decryption class that can encrypt strings and files, etc.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3068
    • 提供者:aban
  1. MD5_Cpp

    0下载:
  2. md5的源文件,里面有详细的使用说明,能够计算文件md5和字符串的md5-md5 source files, there are detailed instructions for use, to calculate the md5 file md5 and string
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:4469
    • 提供者:lonfen1108
  1. AES

    0下载:
  2. aes加密解密程序源码,可实现对文件和字符串的加密和解密-aes encryption and decryption program source code, can be realized on the file and string encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:640612
    • 提供者:king
  1. c++字符串简单加密

    0下载:
  2. 这是一个c++字符串简单加密Demo,可以参考学习。(This is a c + + string simple encryption Demo, you can refer to the study.)
  3. 所属分类:加密解密

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:lining100
« 1 2 34 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com