搜索资源列表
cry
- 各种加密解密算法,包括hill,vijinia和置换加密等,实现txt文本加解密
java加密程序(DES)
- 通过运用JCE中的des算法来实现对文本的加解密。
DES-encryption-algorithm
- DES算法加解密全套程序,可运行,实现对txt(文本)文件内容的加解密。用vc6.0编写,内涵源代码,以及详细注释,程序非常简单,经过下载后可以对其源代码修改,加解密器,同时代码非常简单,可以通过读代码学到很多vc的知识啊,比看书学的快多了。另在解密文件夹中还有一个测时间的函数,精确到毫秒,可以计算出程序运行的时间,该代码移植性较强,可以用在别的程序中。-DES encryption algorithm for a full set of procedures, operations, impl
HexEnc
- 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
SINE256
- 为VB中使用SINE 256加密算法的可视化操作示例源程序,貌似很强大的加密功能,当然也可以解密了。可以对文本、字符进行加密,也可以对指定文件加、解密,显示处理时间和曲线图-SINE 256 for the VB encryption algorithm used in the visual operation of the sample source code, seemingly a very strong encryption, of course, can be declassified
rsa
- RSA算法实现,用C++语言实现大数类的构建,可以实现RSA算法加解密文本文件及二进制文件及图像,速度较快-将中文译成英语 RSA algorithm, using C language class structure of large numbers, RSA algorithm for encryption and decryption can text file and binary files and images, faster
jiami
- 加密解密 MFC 程序用DES加密算法编写的加密程序 利用加密程序可以实现对数据信息的加解密功能,数据信息可以是文本、图片、音频、视频文件。 综合实验:建立一加密传输系统,发送方将加密后的密文文件进行传输,发给接收方。接收方将接收到的密文进行解密,并将还原后的明文输出。-MFC program with encryption and decryption DES encryption algorithm the encryption program written using encrypt
AES_Test
- 一个使用AES算法加解密文本文件的程序,使用MFC。-Encryption and decryption using the AES algorithm a text file of the program, use MFC.
XOR256
- 对文件与文本进行异或加解密,算法比较简单实用-file encrypt decrypt
CSharp
- 适用于C#初学者的几个小程序,可以加深对这门语言的理解 包括有以下内容: 1.C#获取当前程序所在的文件夹.rar 2.C#界面皮肤(带例子).rar 3.C#如何使用托盘控件的实例源码.rar 4.C#文本加密解密算法示例源代码.rar 5.C#在开机时自动启动程序.rar 6.C#自定义皮肤.rar 7.CS聊天程序.rar 8.WPF模拟Windows+7气象源码.rar 9.玻璃按钮.rar 10.导出Excel格式.rar 11.导出ex
DES
- DES加解密算法。文本输出输入,对文本进行加密和解密。-DES encryption and decryption algorithms. Text output and input, the text is encrypted and decrypted.
DES_java
- java编写,运用des算法对文本文件进行加解密-java prepared using des algorithm to encrypt and decrypt text files
FilesCrypt
- 用多种算法AES,DES等的多种模式CBC,ECB等实现文本的加解密-Text with a variety of algorithms to achieve multiple modes of encryption and decryption
jiajiemi
- 这是加解密软件,可实现文本文件的加密和解密,提供多种加解密算法-This is the encryption and decryption software, can achieve text file encryption and decryption, providing a variety of encryption and decryption algorithm
encode
- 文件加解密,对应于HTML,JS,等纯文本文件的加密解密,算法较简单(File encryption and decryption, corresponding to HTML, JS, and other text files encryption and decryption, the algorithm is relatively simple)
信息安全实验2-1
- 实验内容 1、对称密码技术的实现 (1)熟悉相应的DES加密/解密函数的使用,在单机完成对特定文件(test-1.txt)的单重DES加密/解密; (2)针对DES密钥特点(8字节,64比特位,其中真正起作用的为56比特位),设计一次一密的密钥产生机制(即每次会话所使用的密钥都是临时随机产生的); 2、非对称密码技术的实现 (1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数); (2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定