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

搜索资源列表

  1. pasfsile

    0下载:
  2. 对文件的加密操作,对字符串等文件加密解密-document encryption operation, the documents string encryption and decryption
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2956
    • 提供者:吕建欣
  1. WebService_Source

    1下载:
  2. 字符串加密解密WebService服务的源码。 很简单的字符串加解密程序,是用C#在ASP.NET环境下编写,并应用于WebService服务上的源码。 VS2003环境中编译通过。-string encryption and decryption WebService the source. Very simple string encryption and decryption process, the C# ASP.NET environment in the preparatio
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17055
    • 提供者:杨扬
  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. 2002151016

    0下载:
  2. 根据机器码并且加密产生一个随机的字符串,可以通过修改做成一个机器验证机-under binary encryption and have a random string, may amend create a machine demonstrator
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:145703
    • 提供者:asjdklfsd
  1. jiamijiemiwenjian

    0下载:
  2. 加密解密字符串 加密解密字符串 -encryption and decryption string encryption and decryption string encryption and decryption string increase secret decrypt strings
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8585
    • 提供者:wjp
  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. CS2003081aes

    0下载:
  2. 非常经典的AES加密算法接口及演示程序 ,可作课程设计使用 (* 介绍 *) AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:54019
    • 提供者:林靖然
  1. HideInfod

    0下载:
  2. 一个用于加密解密的VC++源代码。对字符串进行加密,可逆算法。由VB代码改写。-one for encryption and decryption of VC source. The string of encrypted algorithm reversible. By VB code rewrite.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:79128
    • 提供者:蚂蚁上树
  1. EncryptByMd5

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

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

    0下载:
  2. 简易的rc4加密法演示程序。rc4在加密过程中会改变key,因此用同一个rc4类实例不能对一个字符串同时加密和解密。详情请看代码。 jackyzoufeng@hotmail.com-simple rc4 cryptography demonstration program. Rc4 in the process of encryption key will change. So using the same example of a type not rc4 to a string whil
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11584
    • 提供者:zoufeng
  1. DCODEANDENCODE

    0下载:
  2. 字符串加密解密!算法很简单!抛砖引玉之用!请不要扔板砖!-string encryption and decryption. Algorithm is very simple! Congregate use! Please do not throw floor tiling!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:41255
    • 提供者:刘海风
  1. AEScode11

    0下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位长度的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。-AES is a safety code for the use of information encryption standards. It supports 128, 192 and 256 length of th
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:203449
    • 提供者:唐伯虎
  1. wordConvert

    0下载:
  2. 这是一个OCX的com组件,提供字符串的加密解密的功能,需要的朋友可以下载测试一下。-This is one of the com OCX components, the provision of the string encryption and decryption functions, need friends can download a test.
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:622437
    • 提供者:liujin
  1. encryptdll3.6.1

    6下载:
  2. 《共享软件加密算法库》专业版是一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具: VC、VB、BCB、Delphi、PB、VFP、C#、ASP等,算法库中包含了获取计算机硬盘物理序列号、主板序列号功能及多种高强度对称、非对称算法。获取的硬盘序列号不随硬盘分区及格式化改变,支持IDE、SCSI接口硬盘,获取主板序列号的功能支持各类BIOS芯片,这两个功能可方便的用来实现一机一码的注册方式。算法库集成的算法有:BlowFish,MD5,Secret16,AES、SHA、
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:380688
    • 提供者:yangrui
  1. vb_jiami_jiemi

    0下载:
  2. 加密和解密字符串的例子,可以加密也可以解密.-string encryption and decryption example, encryption can be decrypted.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2058
    • 提供者:fhq
  1. encryptdll3.7final

    4下载:
  2. 共享软件加密算法库,一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具:VC、VB、Delphi、PB、VFP等,算法库集成的算法有:BlowFish、MD5、Secret16、AES、SHA、CRC32、RSA、DES、字符串加/解密、文件加/解密等多种功能强大的算法。其提供了DLL文件-Reg.dll,可以通过复用它来实现数据加密与解密。 -sharing software encryption algorithm library, one individua
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:680249
    • 提供者:沐柏
  1. nmjmdaima

    3下载:
  2. 破解纽曼加密1.1版本 本程序是破解纽曼加密程序.被加密过的文件会在文件的开头处写上 \"纽曼加密\"的 字符串.-crack encryption 1.1 version of this procedure is crack Newman encryption. Be encrypted document in the document beginning to write "Newman encryption" strings.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2295
    • 提供者:kaixingui
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 35 »
搜珍网 www.dssz.com