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
    • 文件大小:18.04kb
    • 提供者: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
    • 文件大小:62.88kb
    • 提供者:liudongxiao
  1. 字符解密

    2下载:
  2. 这是一个通过字符串操作来实现文本加密解密的源程序,通过打乱原文本字符串的顺序,隐藏信息,通过解密,可以回复原字符正常顺序,达到加密解密的目的.压缩包包括源程序文件,再vc中运行.-This is a string manipulation through the text to achieve encryption and decryption of the source, through the disruption of the text string in the order, hide
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.93kb
    • 提供者:xtbc
  1. java加密程序(DES)

    0下载:
  2. 通过运用JCE中的des算法来实现对文本的加解密。
  3. 所属分类:邮电通讯系统

  1. AES

    1下载:
  2. MFC编写的AES加密解密程序,能对文本文件进行保护。-MFC prepared by the AES encryption and decryption procedures can protect a text file.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:75.77kb
    • 提供者:王晓明
  1. RSAprocess

    0下载:
  2. 本程序所设计的RSA加密解密程序能够有效地生成一对RSA体制中的公钥和密钥,并可实现输入的文本与加密成的密文之间的转换,即完成对所给信息的加密和解密工作.-This program is designed to RSA encryption and decryption process can effectively generate a pair of RSA public key and private key system, the input text can be encrypted
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:133.95kb
    • 提供者:zhangwei
  1. IS_Project1

    0下载:
  2. 这是一个文本加密、解密系统,提供了对称加密和非对称加密两种模式。此外,还实现了数字签名及其验证功能。-This is a text encryption, decryption system provides symmetric encryption and asymmetric encryption mode. In addition, implementation of digital signature and the authentication function.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-07
    • 文件大小:1.23mb
    • 提供者:孙一鸣
  1. filelock

    0下载:
  2. 采用异或加密的文件加密器,它可以对任何文件(TXT文本文件、OFFICE文件、EXE等),用些软件加密后文件变为不可运行,且打开后是乱码。解密时是将加密后的文件重新再次加密(密码相同),即可完成解密。 -Using XOR encryption file encryption, and it can be of any file (TXT text file, OFFICE files, EXE, etc.), with more software into encrypted files ca
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:6.74kb
    • 提供者:wangbo
  1. HexEnc

    0下载:
  2. VC++使用XOR 256加密解密算法对文本或文件进行加、解密,很早时候的加密算法,但现在还很实用,搜集了一个实例,希望对VC++编程的朋友有所帮助。它主要是对十六进制的文本文档或者文件进行加密解密。-VC++ using the XOR 256 encryption and decryption algorithms to increase the text or document, decryption, the encryption algorithm when a long time a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:67.82kb
    • 提供者:117
  1. DES

    0下载:
  2. 运用JAVA语言,利用DES对称加密算法实现了对文本进行加密解密。-The use of JAVA language, the use of DES symmetric encryption algorithm for encryption and decryption of the text.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1.81kb
    • 提供者:窦小敏
  1. information-secrecy

    0下载:
  2. 对文本,音频和图片三种格式的文件进行加密解密其中只对文本进行了加密解密,使用了比较简单的凯撒移位算法,栅栏易位算法和置换算法 源代码: -secrecy
  3. 所属分类:CA program

    • 发布日期:2017-04-13
    • 文件大小:2.16kb
    • 提供者:谭达荣
  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
    • 文件大小:1.83mb
    • 提供者:feifei
  1. HASH-list-code

    0下载:
  2. 很好的MFC下的哈希算法,能加密解密文本文件。-Good hash algorithm under MFC, can decrypt the encrypted text file.
  3. 所属分类:CA program

    • 发布日期:2017-06-21
    • 文件大小:34.64mb
    • 提供者:徐进
  1. encode

    0下载:
  2. 文件加解密,对应于HTML,JS,等纯文本文件的加密解密,算法较简单(File encryption and decryption, corresponding to HTML, JS, and other text files encryption and decryption, the algorithm is relatively simple)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:537kb
    • 提供者:小鲫鱼
  1. AES

    1下载:
  2. 模拟AES的加密和解密过程,其中有两个版本,可以进行图片文本加密解密(Simulation of AES encryption and decryption process)
  3. 所属分类:其他小程序

    • 发布日期:2018-01-02
    • 文件大小:3.74mb
    • 提供者:ljd971011
  1. DES

    0下载:
  2. 用C++实现加密与解密,包括对文本内容的加密解密、图片的加密解密、DES加密,里面有详细的代码、注释及相关原理等,是一份完整的实验报告。(Encryption and decryption with C++, including encryption and decryption of text content, encryption and decryption of pictures, DES encryption, which has detailed code, notes and re
  3. 所属分类:加密解密

    • 发布日期:2018-01-05
    • 文件大小:665kb
    • 提供者:司波达也&
  1. 文件加密

    0下载:
  2. 文本文件加密解密,,,,,,。。。。。。(Encrypted and decrypted text file)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-18
    • 文件大小:1kb
    • 提供者:Hunters
  1. 加密解密_数字版

    0下载:
  2. 易语言文本加密,文本加密成数字,加密数字转化成文本.(Easy language text is encrypted, text is encrypted into numbers, and encrypted numbers are converted into text.)
  3. 所属分类:易语言编程

    • 发布日期:2018-04-22
    • 文件大小:85kb
    • 提供者:雪灵
  1. 加密解密实现

    0下载:
  2. 用程序自己对文本进行加密和解密(Encrypting and decrypting the text by program itself)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:8.4mb
    • 提供者:苏a
  1. Console-维吉尼亚加密文本

    0下载:
  2. 可对任意文件进行加密解密处理,安全性极高。(It can be encrypted and decrypted to any file, with high security.)
  3. 所属分类:软件工程

    • 发布日期:2018-04-30
    • 文件大小:584kb
    • 提供者:xu-ad
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com