搜索资源列表
s-des
- 简单DES的C++代码(8位加密和解密)。 -simple C code (8 encryption and decryption).
s-des-and-rsa
- RSA,S-DES加密算法,实现了加解密,采用加法链求大数的指数及模
DES
- 信息安全实验指导上的DES源程序,纯c编程,可用于各种c编译器。代码结构,流程清晰,有代码解释,还提供了数据测试。希望对广大初学者有用!欢迎下载!-Information security guidance on the DES experimental source, pure c programming, can be used for a variety of c compiler. Code structure, processes explicit and to explain the
DES
- DES加密软件 自己写的 还不错的 密码学-DES encryption software
des
- DES加密算法实现的C++类 -DES cryptographic algorithm for C
S-DES
- 在控制台下用simple DES实现对任意文件的加解密-In the console using simple DES to achieve arbitrary file encryption and decryption
s-des
- 功能强大的S-DES,密钥为10bit,经过处理后真正能要到的为8bit,需要加密的明文为8bit,不愧是加密标准。-Powerful S-DES, the key for the 10bit, after proper treatment, can really go to for 8bit, express the need for encryption for 8bit, is indeed the encryption standard.
S-DES
- 1996年, E.Schaefer 提出了一个简化的DES加密算法, 即S-DES加密算法。S-DES是一个对称分组加密的简化模型,目的不在于应用,它非常具体地说明了分组密码中如何实施扩散和扰乱, 揭示了设计分组密码算法的基本模式和框架,在密码学习中有着重要的意义。编写一个软件能够实现S-DES分组加解密-In 1996, E. Schaefer proposed a simplified DES encryption algorithm, namely, S-DES encryption al
DES
- DES key tester and output compare for VB. Based on Christophe Devine´ s DES code-DES key tester and output compare for VB. Based on Christophe Devine´ s DES code
des
- des算法+代码 // des.cpp - modified by Wei Dai from: /* * This is a major rewrite of my old public domain DES code written * circa 1987, which in turn borrowed heavily from Jim Gillogly s 1977 * public domain code. I pretty much kept my
s-des
- s-des的程序,有读取文件的功能,编译通过。-s-des
CBC-S-DES
- CBC模式--S-DES 实现 简单DES算法CBC模式的实现 C++环境-CBC mode--S-DES implementation
s-des
- Simplify DES (S-DES).
S-DES--CPP
- 简单的对称加密算法S-DES C++源码 很不错的-very simple S-DES C++ source code
S-DES
- S-DES的C++实现,注释清晰直观,流程简单易懂-S-DES C++ achieve, notes in a clear and intuitive, straightforward process
S-DES
- S-DES算法程序,适用于教学实验,密码学实验-S-DES algorithm, applicable to the teaching experiment, cryptography experiment
S-DES
- 简单DES算法(S-DES),能对文件和数据进行加解密,算法快速简单-simple-des,C-FREE,Simple DES algorithm (S- DES), to add files and data, the algorithm is fast and easy
s-des
- 简单的s-des算法,便于初学者了解s-des的过程,可实现字符串的加密与解密,代码中有详细注释-S-des simple algorithm, easy for beginners to understand the s-des process can achieve a string encryption and decryption code has detailed notes
s-des
- S-DES encryption and decryption by srp
DES
- 控制台编程,实现S-DES对文件加密解密(Console programming to implement S-DES encryption and decryption of files)