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

搜索资源列表

  1. sy11_1

    0下载:
  2. 对输入的数字字符串进行加密并输出加密后的数字,然后再对加密后的数字解密还原。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:923
    • 提供者:xiezheqi
  1. deswww2

    0下载:
  2. 加密_解密字符串的例子,使用简单有效,可以用一下-encryption _ decrypt strings example, the use of simple and effective, you can use what
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8506
    • 提供者:冷寒冰
  1. ibe具有认证功能算法

    3下载:
  2. 1 Boneh-Franlin的IBE算法主要由四个子算法组成:Setup,Extract,Encrypt和Decrypt,分别完成系统参数建立、密钥提取、加密和解密的功能。假定消息的明文空间为 ,密文空间 。 (1)、建立: 给定一个安全参数 k蝂+ Step 1: 执行G生成一个素数q, 两个q阶群G1, G2 , 和一个可用的双线性映射 ê: G1碐1瓽2。 此外选取G1 任一生成元 P蜧1,再选取两个HASH函数 H3:{ 0, 1}n×{0, 1}n。 -?, H4:。 :{ 0,
  3. 所属分类:密码/编码算法

  1. IDEA.rar

    3下载:
  2. 采用C++实现IDEA私钥加密算法,可对文件和字符串进行加解密,The use of C++ to achieve IDEA private key encryption algorithm can be carried out on paper and string encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-05-11
    • 文件大小:26617
    • 提供者:Ivan
  1. DES_of_zuliao

    0下载:
  2. 用于加密和解密字符串和文本文件,加密算法为DES。-jfdklkd kldjfjlk会计法 jfk kldjfkf
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-20
    • 文件大小:5867225
    • 提供者:qinzuliao
  1. AES

    0下载:
  2. 实现AES加密与解密算法,输入为任意长度的字符串,输出为加密后的字符(直接由IISC码表映射得到)-Implement AES encryption and decryption algorithm, a string of arbitrary length input and output for the encrypted characters (code table directly from the map by IISC)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:146327
    • 提供者:冷眼单行
  1. wince-key

    0下载:
  2. 加密与解密; 中间可添加自定义的加密字符串。-Encryption and decryption the middle you can add custom encryption string.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-21
    • 文件大小:758
    • 提供者:pengjun
  1. DES_Encryption

    0下载:
  2. 一个基于DES的加密软件代码,使用C#编写,能加密和解密字符串和文件。-DES-based encryption software code, the use of C# Prepared to encrypt and decrypt strings and documents.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:24606
    • 提供者:Daniel
  1. Crypto

    0下载:
  2. .Net控件,提供多种对字符串的加密、解密方法-. Net controls, provides a wide range of string encryption, decryption method
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:16286
    • 提供者:blestbiz
  1. yxyDES2_VC

    0下载:
  2. 这是一个标准的DES算法 可以加密字符串和文件,也可以相应的解密-This is a standard DES algorithm can string and file encryption and decryption can be
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:14933
    • 提供者:
  1. Base64Com

    0下载:
  2. BASE64编码和解码COM组件 Set Obj=Server.CreateObject("DBstep.Base64") 创建对象 x=Obj.EncodeBase64("要加密的字符串") y=Obj.DecodeBase64("要解密的字符串") Set Obj=nothing 释放对象 -BASE64 encoding and decoding COM components Set Obj=Server.CreateObject("DBstep.Base
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:78592
    • 提供者:nclyj
  1. AES-Crypto-SN-Generator

    1下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:767765
    • 提供者:harris
  1. 33

    0下载:
  2. 实验目的:熟练掌握字符串处理以及循环控 问题描述 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入:k,以及大写字母表示的密文,输出:小写字母表示的明文 -Experimental Objective: To master the string processing and circulation control descr iption of the problem to achieve
  3. 所属分类:Data structs

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

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

    • 发布日期:2017-03-28
    • 文件大小:211031
    • 提供者:图派克
  1. Huffman

    0下载:
  2. 用c++实现的赫夫曼加密算法,包括字符串的加密与解密-Using c++ encryption algorithm implemented Hoffman
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:160085
    • 提供者:肖德强
  1. jjm

    0下载:
  2. delphi中对字符串进行加密与解密,适用于帐号等信息的加解密处理,避免帐号泄漏,程序为单元形式,直接加入工程即可调用.-delphi on string encryption and decryption for account information such as encryption and decryption processing, to avoid leaking account, procedures for the unit forms can call directly in
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:1097
    • 提供者:liujian
  1. code

    0下载:
  2. 分别实现DES的加密和解密,该程序加密的对象为8位字符串,加密后显示的结果为将64比特转为字符串的形式。加密的正确性可通过解密的结果来验证。-This program aims to encrypt and decrypt DES respectively, and the encrypted object of the program is the 8-bit string, i.e. converting the 64 bits into the form of strings. The v
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3535
    • 提供者:张红
  1. A-string-of-encryption-and-decryption

    0下载:
  2. 简单的用汇编语言设计字符串的加密与解密。关键是显示部分,挺好玩的-Design a simple assembly language string encryption and decryption. The key is to show some really fun
  3. 所属分类:assembly language

    • 发布日期:2017-03-23
    • 文件大小:74445
    • 提供者:weihao
  1. des

    0下载:
  2. **函数: DesDecString **目的: 解密给定长度的串 **参数: sKey 密钥串. 一般为8个字节长(实际解密时只用其前8个字节) ** nKeyLen 密钥长度. 如果密钥为字符串(以 \0 结尾),值可为0 ** 如果密钥不足8个字节, 密钥串后面不足的字节以 \0 填充 ** sSrc 解密前的串. 为8个倍数字节长 ** nSrcLen 解密前的串长度. 该串长度必须为8的倍数个字节 ** sDest 存放解密后的串. 为nSrcLen字节长
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:6007
    • 提供者:victor
  1. strDecode

    0下载:
  2. 演示如何对一个字符串进行加密 加密后的数据可以直接做为一个数组定义,解密后就可正常使用-Demonstrates how to encrypt a string encrypted data can be directly defined as an array, you can normally use the decrypted
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:24642
    • 提供者:吴瑶
« 1 2 ... 8 9 10 11 12 1314 15 16 17 »
搜珍网 www.dssz.com