资源列表
homework
- 3种用Java写的算法 其中包括了DES凯撒 编译软件用的是Intell J IDEA-Writing Java with three kinds of algorithms including DES Caesar are used to compile software Intell J IDEA
ZonaCritica
- Clase para administrar una zona critica realizada en C++. Contiene los metodos necesarios para entrar y salir de una seccion critica.
md5Andbase64
- md5 与 base64 算法的实现,采用vc、java、vb编写-md5 and base64 algorithm implementation, the vc, java, vb prepared
Encryption127461962002
- encrytion algorithms.
crypt
- 所有加密解密算法实现 任何人都可下载,非注册用户也可-the implementation of encrypt and decrypt
jtxor
- 程序使用C++展示相当强的XOR加密。 当它unencrypting文件时,包括EOF验错和自动侦查。程序很好被提供并且做在串类建立的好用法。-Program Uses C++ to Demonstrate A Fairly Strong XOR Encryption. Includes EOF error checking and automatic detection of when it is unencrypting a file. Program Is Documented
nvxor
- 写专属或加密程序。 程序应该采取作为输入由程序然后加密的文件名。 程序应该要求用户输入密钥,应该用于加密文件。 程序的输出应该进入一个文件以同一个文件名,但.ENC引伸。-Write an exclusive-OR encryption program. The program should take as input a filename that is then encrypted by the program. The program should ask the user to i
encryption
- 一个简单的算法 实现字符按规则加密与解密对应关系:abcdefghijklmnopqrstuvwxyz qwertyuiopasdfghjklzxcvbnm 例如 abc加密变成qwe-A simple rule-based algorithm characters corresponding to the relationship between encryption and decryption: abcdefghijklmnopqrstuvwxyz qwertyuiopasdfg
base64
- Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。本程序是c语言版的base64加密解密源码!-Base64 is the most common network for the transmission of byte code 8Bit encoding one of the ways everyone can see RFC2045 ~ RFC2049, detailed above, there is
md5
- MD5的全称是Message-digest Algorithm 5(信息-摘要算法),用于确保信息传输完整一致。本程序是c语言版的md5加密解密源码!-The full name of MD5 is Message-digest Algorithm 5 (Information- Summary of algorithm), to ensure the integrity of the information transmission line. This procedure is the c
desandrsa
- DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位。RSA的安全性依赖于大数分解。公钥和私钥都是两个大素数( 大于 100个十进制位)的函数。本程序为适合初学者的rsa算法java源码及des源码,开发环境eclipse3.4-DES algorithm called the Data Encryption Standard, that is, data encryption algor
Caeser
- 本源码可以用Caeser密码进行加密,也可以解密,是一个比较简单的小程序-Caeser this source can be used to encrypt the password can be decrypted, is a relatively simple procedure
