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

搜索资源列表

  1. vfp加密与解密

    5下载:
  2. 一个简单实用的数据加密程序,在我们生活中重要数据比如身份验证,采用明文存取,很容易被别人窃取,而先采用加密后再存入数据库,用的时候再还原,这样就保证了数据安全性.-a simple and practical data encryption procedures, in our lives important information such as authentication, access expressly adopted, it is easy for others to steal,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:16886
    • 提供者:汪桂水
  1. dataencrypt

    0下载:
  2. vc source 它是关于vc的数据加密解密源程序
  3. 所属分类:加密解密

    • 发布日期:2014-01-16
    • 文件大小:24572
    • 提供者:yuan
  1. DES1.0

    0下载:
  2. DES算法提供给数据加密解密功能,接口见文档
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:29899
    • 提供者:meimeimei
  1. DES.rar

    0下载:
  2. 数据加密标准(DES)加密解密算法Matlab源代码,Data Encryption Standard (DES) encryption and decryption algorithm Matlab source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:7356
    • 提供者:新河
  1. 3DES

    0下载:
  2. 在VC平台上调试成功,实现了3DES算法,可以成功对数据进行3DES的加密和解密-VC platform debugging in the success of the realization of the 3DES algorithm, can be successfully 3DES data encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:7571
    • 提供者:赵斌
  1. jiamijiemi

    0下载:
  2. 该压缩包里主要写了几个关于如何将文本数据加密解密序列化的实现-The compression bag mainly on how to write a few text data encryption and decryption sequence of realize
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:19655
    • 提供者:lingxiao
  1. SimpleEncryptionAlgorithmReversibleAndIrreversible

    0下载:
  2. 简单的加密解密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:6609
    • 提供者:lym
  1. DES

    0下载:
  2. DES工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式。当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。 -The basic principle of DES is that its entrance there are three parameters: key,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-06
    • 文件大小:1172652
    • 提供者:donton
  1. encryption_test

    0下载:
  2. 实现通信过程中的数据加密(AES, DES, SHA-256,SHA-384,SHA512, RSA)。 测试加解密效率等-To achieve communication in the process of data encryption (AES, DES, SHA-256, SHA-384, SHA512, RSA). Encryption and decryption efficiency test
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 数据加密标准(DES)密码算法,是一种分组密码算法,本程序采用该算法实现键盘输入字符的加解密。-Data Encryption Standard (DES) encrypt algorithm is a grouping encryption algorithm. This program can realize encryption and decryption on characters input from keyboard.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1908776
    • 提供者:安杰
  1. rsa

    0下载:
  2. RSA算法应用程序用于实现数据加密和解密-RSA algorithm applications for data encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:211215
    • 提供者:李闻达
  1. DES_Encrypt

    0下载:
  2. 用于DES数据加密解密,两个文件,一个是头文件,存放数据变换规则,另一个是加密解密函数。-DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3124
    • 提供者:杨胜尧
  1. CryptDES

    0下载:
  2. 标准加密解密函数接口!用于数据加密解密!-Standards for encryption and decryption function interface
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:4793
    • 提供者:廖凯
  1. vc_3des

    0下载:
  2. 数据加密解密。用DES算法实现加密解密的C++代码。-Data encryption and decryption. Encryption and decryption with the DES algorithm in C++ code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:2576227
    • 提供者:鲍青
  1. AES_Encryption

    0下载:
  2. AES加密解密工具,使用c#开发,可以对数据进行加密和解密。-AES encryption and decryption tool, use the c# development, you can encrypt and decrypt data.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:230596
    • 提供者:YANG Jun
  1. 20101024101655133

    0下载:
  2. 加密锁,文件加密解密,数据操作支持库一, 一个对文件进行加密解密的软件。支持DES标准加密法、RC4标准加密法、DES增强加密法、RC4增强加密法、黄金加密锁自带加密法等。带有密码遗忘提示。-加密锁,文件加密解密,数据操作支持库一, 一个对文件进行加密解密的软件。支持DES标准加密法、RC4标准加密法、DES增强加密法、RC4增强加密法、黄金加密锁自带加密法等。带有密码遗忘提示。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:22762
    • 提供者:adladl
  1. des

    0下载:
  2. 实现用DES算法编写的加密工具,实现数据的加密与解密。-Written by DES algorithm to achieve encryption tool for data encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-07
    • 文件大小:1960609
    • 提供者:黄烨
  1. base64

    0下载:
  2. 用Base64对数据加密解密,简短,一点都不烦杂-Encryption and decryption of data using Base64
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:6498
    • 提供者:吴东明
  1. vb-data

    0下载:
  2. vb 数据加密自解密算法 加密解密都是调用同一个function 。-vb data encryption and decryption algorithm from the encryption and decryption are called the same function.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:2148
    • 提供者:
  1. DES加密解密

    0下载:
  2. 对数据进行加密或者解密的demo,方便初学者学习(A demo that encrypts or decrypts data for beginners to learn)
  3. 所属分类:加密解密

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