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

搜索资源列表

  1. IDEAEncryption

    0下载:
  2. IDES加密解密文本文件,使用64位数据分组,128位密钥进行加密.-IDES text file encryption and decryption, the use of data to a 64, 128-key encryption.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:18474
    • 提供者:liudongxiao
  1. DES_Encryption

    0下载:
  2. DES加密解密文本文件,使用分组加密方法加密解密数据,分组长度为64位.-DES encryption and decryption of text files, using a method of encryption and decryption of encrypted data, a length of 64.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:64388
    • 提供者:liudongxiao
  1. encrypt1

    0下载:
  2. 该软件是为文本文件的数据安全性而编制的,它可对选定的文本文件进行加,解密操作。操作非常简便,先选定要加、解密的文本文件,再按下相应的加密、解密按钮即可。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:54718
    • 提供者:Hejun
  1. QQTEA

    0下载:
  2. QQTEA算法类 内含加密解密函数及文本输入输出HEX数据函数,适合抓包分析数据,在TEA算法的基础上加入填入随机数以及交织算法,QQ和QQ游戏传输数据都是用此算法加密的,经过测试无误,格式非常工整-QQTEA algorithm class includes text encryption and decryption functions and HEX data input and output functions for analysis of data capture, the TEA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:2300
    • 提供者:
  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. 479

    0下载:
  2. 数据加密技术,文件文本加密和解密,利用图片加密文件-Data encryption technology, the text of the document encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:3035
    • 提供者:周玉佳
  1. shujujiegou

    0下载:
  2. 数据结构中螺旋矩阵、报数问题、进制转换、文本加密解密-Spiral data structure matrix, the number of reported problems, hexadecimal conversion, text encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:48589
    • 提供者:HQ
  1. 3DES

    1下载:
  2. 3DES又称Triple DES,是DES加密算法的一种模式,它使用3条56位的密钥对数据进行三次加密。数据加密标准(DES)是美国的一种由来已久的加密标准,它使用对称密钥加密法,并于1981年被ANSI组织规范为ANSI X.3.92。DES使用56位密钥和密码块的方法,而在密码块的方法中,文本被分成64位大小的文本块然后再进行加密。比起最初的DES,3DES更为安全。-3DES, also known as Triple DES, DES encryption algorithm is a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:5715
    • 提供者:Laura
  1. DES

    0下载:
  2. DES算法的实现与改进,DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环,使用异或,置换,代换,移位操作四种基本运算。 数据加密算法 -DES algorithm implementation and impro
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:1320162
    • 提供者:范小饭
  1. Encryption_for_VB

    0下载:
  2. 加密(Encryption)是信息保护的一种必不可少的手段。目前有两种基本的加密方法,即私钥加密和公钥加密。用VB既可用自定义算法实现简便的私钥加密,也可通过调用Crypto API接口实现复杂的公钥加密。对于加密数据,若在Internet/Intranet上传送,则完整性鉴别也是必需的。本文介绍一种私钥加密技术,不仅能加密英文文本,而且能有效加密汉字,还能进行数据完整性鉴别。-Encryption (Encryption) is an essential information protect
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:3812
    • 提供者:rocse
  1. jiami

    1下载:
  2. 加密解密 MFC 程序用DES加密算法编写的加密程序 利用加密程序可以实现对数据信息的加解密功能,数据信息可以是文本、图片、音频、视频文件。 综合实验:建立一加密传输系统,发送方将加密后的密文文件进行传输,发给接收方。接收方将接收到的密文进行解密,并将还原后的明文输出。-MFC program with encryption and decryption DES encryption algorithm the encryption program written using encrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1915016
    • 提供者:feifei
  1. EDstar

    0下载:
  2. 一个小型的加密工具,可用于文本加密,文件加密和其他数据库数据的加密,加密算法可自由扩充-A small encryption tool, and can be used in the text encryption, file encryption and other database data encryption, encryption algorithm can be free to expand
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:35117
    • 提供者:彭海东
  1. 333

    1下载:
  2. python实现text文本数据的加密解密和并且在右边显示详细的过程-Python to achieve text data encryption and decryption and display in the right on the right
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-06-17
    • 文件大小:7168
    • 提供者:DAVID
搜珍网 www.dssz.com