搜索资源列表
deslogin-1.3.tar.gz
- 一个使用des加密传输的unix下的login程序的服务器端和客户端
des加密解密
- des加密解密,支持3重加密解密,下载就可以使用,封装好的类
libdes-3.0.tar
- 一个des、3des加解密的库文件,可以方便的集成到应用程序中
20081171440801
- 程序结构清晰,可读性强,能实现3-des算法的加解密
20081171440801
- 能实现3-des算法的加解密,希望对大家有所帮助.
des
- des的C实现 用 gcc 3.4.2编译通过
des
- des算法是一种标准的对称加密算法,其精华就是明文经过一系列的复杂变化后,一般在不知密码的情况下要把它的恢复很难。 算法可以由四个部分描述: 1.获取16个子密钥 2.初始置换置换函数ip 3.加密函数f 4.末置换函数
des
- VC++实现des加解密 Tips: 1.本程序可以加密1-4096个字符的任意长度字符串 2.如果密钥长度过短或者为空,程序将使用默认 密钥"YinXueYuan Build It!"进行加密. 3.加密结果将用16进制字符显示 4.本加密程序同时支持中/英文字符(包括密钥和明 文) 5.本加密程序支持特殊字符[例如换行符(回车键)] Attention: 1.加密时,密文的最后一个字符请不要使用半角 美元符号 $ 2.字符串加密最多支持
des1.3
- des源代码,位操作。1.79G的单核CPU下,速度达到800M/S。2.4G的单核CPU下,速度达1100M/S。-des source code, bit manipulation. 1.79G monocytes CPU, the speed of 800M/S. 2.4G monocytes CPU, the speed of 1100M/S.
mixed_encryption
- 本系统实现了一个基本的混合密码系统。它使用des作为对称密钥算法,RSA作为公开密钥算法。本系统特点如下:1:提供了俩个加密接口。混合加密,des加密。2:本系统的des可以进行1次des加密(标准des加密)和3次des加密。它会根据密钥长度,自动选择加密方案-Implementation of the system a basic hybrid cryptosystem. It uses des as the symmetric key algorithm, RSA public key a
HAP_SecureCRT_5.1.3
- SecureCRT 是高度可定制的终端仿真器,适用于 Internet 和 Intranet,支持 IPv6 标准。对于连接到运行 Windows、UNIX 和 VMS 的 远程系统来说,SecureCRT 是理想的选择。 主要特性: . 广泛的终端仿真: VT100,VT102,VT220,ANSI,SCO ANSI,Xterm,Wyse 50/60, 和 Linux console 仿真(带有 ANSI 颜色)。 . 优秀的会话管
des_IP
- 有效的改进3-des算法的执行速度,采用了多级流水线技术,设计了一种高速的硬件结构,使得原来需要48个时钟周期才能完成的运算,现在只需要一个时钟周期就可以完成。另外通过增加输入/输出的控制信号。使得该IP可以方便的集成到SOC中,大大缩短了SOC的设计周期。-Effective 3-des algorithm to improve the implementation of speed, multi-stage pipeline technology, designed a high-speed
tripledes
- 3-des加密IP核VHDL源码,3次des流水执行-VHDL source code for 3-des encryption IP core, pipelined execution
des
- des算法实验报告和代码 1.输入名字,需8个字母,不足的补叉,多余的舍去 2.将字符按ASC2码值转化为二进制,存在数值(指针)中 3.对明文做IP置换(函数) 4.将转换后的数值分成两组,赋给L0,R0,执行下列运算L1—R0,R1-L0.....重复16轮 5.将结果L0R0合并至一个数值,做IP输出-des algorithm and code an experimental report. Enter the name of eight letters take l
fips46-3
- This the presentation explaining implementation of des algorithm.-This is the presentation explaining implementation of des algorithm.
des
- 此文档主要包含des,3des的各种算法的原程序-This document consists of des, 3 des algorithm of the original program
des
- Triple des (3-des) algorithm for safe comunication betwen systems
des.tar
- THE ALGORITHM WRITTEN IN C FOR BOTH ENCRYPTION AND desCRYPTION AND CAN BE USED AS SINGLE MODULE FOR 3- des ALGORITHM
TRIPLE des
- 3-des sample program
3
- 使用des加密算法,实现了TCP聊天程序的加密,在linux环境下运行。(Using the des encryption algorithm, the TCP chat program is encrypted and run in the Linux environment.)