搜索资源列表
DES_hy
- DES算法,这个代码实现DES的算法,想学学DES如何加密和解密可以参考参考-DES algorithm, the source implementation of the DES algorithm to learn how DES encryption and decryption can information.
Coddddsade
- 对文件的加密解密的演示程序,主要是练习对文件和字符串的基本操作-document encryption and decryption of the demonstration program, the practice is mainly paper and string for the basic operation
Cry-DES
- 用JAVA编写的用密码学中DES算法加密解密文件的程序-prepared with Java Cryptography with the DES encryption algorithm declassified document procedures
loki89loki91
- LOKI89、LOKI91加密解密算法。密码学应用-LOKI89, LOKI91 encryption and decryption algorithms. Cryptography Application
字符解密
- 这是一个通过字符串操作来实现文本加密解密的源程序,通过打乱原文本字符串的顺序,隐藏信息,通过解密,可以回复原字符正常顺序,达到加密解密的目的.压缩包包括源程序文件,再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
HuffmanCode
- 对文本信息进行哈夫曼加密,并将哈夫曼树及密码保存,然后进行解密。-Huffman text information encryption, and password and Huffman tree preservation, and then decrypt.
rsa
- 关于RSA的算法源代码 具体就是很简单的加密与解密-On the RSA algorithm for concrete source code is very simple encryption and decryption
FSJM
- 利用VC的控制台主要实现了放射加密和解密算法-Use the main console VC radiation encryption and decryption algorithm
3des
- 在Unix 环境中编写的3des加密解密程序
jiamijiemi
- 数据结构中关于加密解密的上机实验作业,本人亲做-Data structure on the encryption and decryption operations on the test machine, I do pro-
33
- 实验目的:熟练掌握字符串处理以及循环控 问题描述 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入:k,以及大写字母表示的密文,输出:小写字母表示的明文 -Experimental Objective: To master the string processing and circulation control descr iption of the problem to achieve
DES
- des加密算法和解密算法的源程序,结构清晰,很好-des encryption algorithm and decryption algorithm source code, structure, clarity, good
huffantree
- 构造哈夫曼树,实现通信加密与解密,并生成相应的密文与明码-use huffman code to translate coding and make a huffan tree.Then travel the huffantree and translate to huffan coding
ch7
- 文件操作(文件打开、文件加密、文件解密)-operation about the file
Huffman1
- 实现Hufman加密解密Implement Hufman encryption to decrypt-Implement Hufman encryption and decrypt
shujuks1
- 实现大数运算,并且实现RSA加密和解密,系统功能完善,可直接运行。-big data computuring & RSA
Vigenere
- C语言编写双向循环链表26字母维吉尼亚加密解密,用codeblocks测试通过,见小甲鱼数据结构视频第22集。-C language bi-circular list 26 letters Virginia encryption and decryption, using codeblocks tested, see a small turtle data structure of the video the first 22 episodes.
encrypt
- 主要功能是按照加密规则和解密规则对字符串加解密-The main function is to rule in accordance with the encryption and decryption rules string encryption and decryption
DES-algrithm-demo
- 该程序实现DES加密算法的加密解密功能,可作为DES编程的参考。-It shows the function of DES.
RSA加密算法
- 可使用RSA加密算法对明文进行加密和解密(RSA encryption algorithm can be used to encrypt and decrypt plaintext.)