Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - S-DES
Search - S-DES - List
RSA,S-DES加密算法,实现了加解密,采用加法链求大数的指数及模
Update : 2008-10-13 Size : 2649 Publisher : alonealone

DL : 0
DES加密算法实现的C++类 -DES cryptographic algorithm for C
Update : 2024-03-29 Size : 4096 Publisher : 站长

:DES体制是ISO颁布的数据加密标准,通过对DES算法的分析,提出了用C语言实现数据加密标准DES算法,通过循环或迭代,将简单的基本运算(例如左移、右移、模2加法等)和变换(选择函数、置换函数)构造成数据流的非线性变换(加密变换或解密变换),从而实现对计算机数据进行密码保护。着重介绍了用C语言实现其加密的主要过程。关键词:数据加密 DES C语言-: DES system is ISO issued by the Data Encryption Standard, DES algorithm on the analysis of the C language standard DES data encryption algorithm, or through iterative cycle of simple basic operations (such as bits, death, die two Adder, etc.) and transform (choice function, function replacement) structural data streams into the nonlinear transformation (encryption or decryption transform Transform), thereby achieving data on the computer password protection. Highlights of the C language to achieve its key encryption process. Keywords : DES data encryption C language
Update : 2024-03-29 Size : 549888 Publisher : 王冰

按照分组密码运行的CBC方式,将其中的DES算法置换为S-DES,分组长度为8BIT,初始矢量V1分别设置为00H,FFH,及任意8BIT无符号整数,实现该加密/解密模型-running CBC, which will be the replacement for the DES algorithm S-DES, a length of 8BIT initial vector V1 were set to 00H, FFH, and the arbitrary 8BIT unsigned integers, the achievement of this encryption/decryption model
Update : 2024-03-29 Size : 1024 Publisher : 胡康康

通过编程实现S-DES算法的加密与解密过程,从而加深对这一算法过程的印象,并增强编程解决问题能力,为进行更复杂的算法学习奠定基础。-programming through S-DES algorithm for the encryption and decryption process. enhance the algorithm to process the impression that the enhanced programming and problem-solving abilities, for the more complex algorithm lay the foundation for learning.
Update : 2024-03-29 Size : 2200576 Publisher : 林桂川

DL : 0
简单DES的C++代码(8位加密和解密)。 -simple C code (8 encryption and decryption).
Update : 2024-03-29 Size : 1024 Publisher : 浪人

DL : 0
包括DES算法以及DES算法的测试程序,自我感觉非常不错-Including the DES algorithm and the DES algorithm testing procedures, self-feeling very good
Update : 2024-03-29 Size : 1909760 Publisher : zhao

RSA,S-DES加密算法,实现了加解密,采用加法链求大数的指数及模-RSA, S-DES encryption algorithm, the realization of the encryption and decryption, using addition chains for large numbers of the index and modulus
Update : 2024-03-29 Size : 2048 Publisher : alonealone

SCMDES
DL : 0
DES的C语言算法,是一个完整C51工程,直接下载就可以应用了.-DES algorithm in C language, is a complete C51 project, you can directly download the application.
Update : 2024-03-29 Size : 28672 Publisher : 米挂

DL : 0
信息安全实验指导上的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 code, but also provides a data test. I hope the general useful for beginners! Welcome to download!
Update : 2024-03-29 Size : 17408 Publisher : maowu

DL : 0
在控制台下用simple DES实现对任意文件的加解密-In the console using simple DES to achieve arbitrary file encryption and decryption
Update : 2024-03-29 Size : 1083392 Publisher : 诸姣

matlabDES
DL : 0
数据加密标准DES算法的Matlab实现 -NEWPNN- Designed probabilistic neural network SIM- on probabilistic neural network simulation
Update : 2024-03-29 Size : 2048 Publisher : 阿祥古

DL : 0
DES加密软件 自己写的 还不错的 密码学-DES encryption software
Update : 2024-03-29 Size : 53248 Publisher : whukk

DL : 0
功能强大的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.
Update : 2024-03-29 Size : 508928 Publisher : 王明华

DL : 0
1996年, E.Schaefer 提出了一个简化的DES加密算法, 即S-DES加密算法。S-DES是一个对称分组加密的简化模型,目的不在于应用,它非常具体地说明了分组密码中如何实施扩散和扰乱, 揭示了设计分组密码算法的基本模式和框架,在密码学习中有着重要的意义。编写一个软件能够实现S-DES分组加解密-In 1996, E. Schaefer proposed a simplified DES encryption algorithm, namely, S-DES encryption algorithm. S-DES is a symmetric block cipher of the simplified model, not to application, it is very specifically to understand how to implement block ciphers in the proliferation and disrupted, revealing the design of the basic mode of block cipher algorithms and framework for learning in the password has an important significance. Write a software to achieve S-DES encryption and decryption Packet
Update : 2024-03-29 Size : 1024 Publisher : atlantis

DL : 0
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
Update : 2024-03-29 Size : 91136 Publisher : christian

DL : 0
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 key scheduling code, but * the actual encrypt/decrypt routines are taken from from Richard * Outerbridge s DES code as printed in Schneier s "Applied Cryptography." * * This code is in the public domain. I would appreciate bug reports and * enhancements. * * Phil Karn KA9Q, karn@unix.ka9q.ampr.org, August 1994. */-// 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 key scheduling code, but * the actual encrypt/decrypt routines are taken from from Richard * Outerbridge s DES code as printed in Schneier s "Applied Cryptography." * * This code is in the public domain. I would appreciate bug reports and * enhancements. * * Phil Karn KA9Q, karn@unix.ka9q.ampr.org, August 1994. */
Update : 2024-03-29 Size : 19456 Publisher : 模糊

DL : 0
s-des的程序,有读取文件的功能,编译通过。-s-des
Update : 2024-03-29 Size : 2048 Publisher : Telya

DL : 0
CBC模式--S-DES 实现 简单DES算法CBC模式的实现 C++环境-CBC mode--S-DES implementation
Update : 2024-03-29 Size : 14336 Publisher : shaolong

DL : 0
控制台编程,实现S-DES对文件加密解密(Console programming to implement S-DES encryption and decryption of files)
Update : 2024-03-29 Size : 3957760 Publisher : wuciii
« 12 3 4 5 6 7 8 9 10 ... 15 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.