搜索:DES加密
找到约 5,409 项符合「DES加密」的查询结果
结果 5,409
按分类筛选
- 全部
- 加密解密 (3058)
- 技术资料 (690)
- Java编程 (163)
- CA认证 (153)
- 其他 (133)
- 单片机开发 (84)
- 其他书籍 (65)
- 汇编语言 (61)
- Delphi控件源码 (49)
- 学术论文 (40)
- 软件设计/软件工程 (35)
- 压缩解压 (32)
- Linux/Unix编程 (32)
- 单片机编程 (31)
- 数据结构 (31)
- Internet/网络编程 (27)
- VC书籍 (27)
- 驱动编程 (24)
- 数学计算 (24)
- 文章/文档 (24)
- 源码 (22)
- 书籍源码 (22)
- 电子书籍 (21)
- 其他数据库 (21)
- VHDL/FPGA/Verilog (20)
- matlab例程 (20)
- Jsp/Servlet (20)
- SQL Server (19)
- 数据库系统 (18)
- 嵌入式/单片机编程 (17)
- 磁盘编程 (15)
- 文件格式 (15)
- 系统设计方案 (15)
- 网络 (14)
- VIP专区 (14)
- 嵌入式综合 (13)
- 数值算法/人工智能 (12)
- 教育系统应用 (12)
- 通讯编程文档 (12)
- 软件 (10)
- 微处理器开发 (10)
- DSP编程 (9)
- 编译器/解释器 (9)
- 技术书籍 (8)
- 教程资料 (8)
- 编辑器/阅读器 (8)
- Applet (8)
- 人工智能/神经网络 (8)
- 其他行业 (8)
- 易语言编程 (8)
- 操作系统开发 (7)
- *行业应用 (7)
- Java书籍 (7)
- J2ME (7)
- 软件工程 (6)
- 可编程逻辑 (6)
- 其他嵌入式/单片机内容 (6)
- 通讯/手机编程 (5)
- 企业管理 (5)
- USB编程 (5)
- 酒店行业 (5)
- 中间件编程 (5)
- OA系统 (5)
- JavaScript (5)
- 邮电通讯系统 (5)
- 教程 (4)
- C/C++语言编程 (4)
- 通信网络 (4)
- 手机短信编程 (4)
- 行业发展研究 (4)
- 论文 (3)
- 无线通信 (3)
- 开发工具 (3)
- 实用工具 (3)
- 游戏 (3)
- 技术管理 (3)
- 家庭/个人应用 (3)
- Windows CE (3)
- Symbian (3)
- Windows Mobile (3)
- 并行计算 (3)
- 书籍 (2)
- 手册 (2)
- 其他 (2)
- 行业应用文档 (2)
- 其他文档 (2)
- 测试测量 (2)
- 传感与控制 (2)
- 模拟电子 (2)
- 教程资料 (2)
- 串口编程 (2)
- SCSI/ASPI (2)
- 金融证券系统 (2)
- uCOS (2)
- 手机WAP编程 (2)
- FlashMX/Flex源码 (2)
- Delphi/CppBuilder (2)
- MySQL数据库 (2)
- GPS编程 (2)
- RFID编程 (2)
https://www.eeworm.com/dl/678/429178.html
系统设计方案
The Data Encryption Standard (DES) is a published federal encryption standard created to protect unc
The Data Encryption Standard (DES) is a published federal encryption standard created to protect unclassified computer data and communications. The DES algorithm is the most widely used encryption algorithm in the world
https://www.eeworm.com/dl/663/431040.html
VHDL/FPGA/Verilog
有效的改进3-DES算法的执行速度
有效的改进3-DES算法的执行速度,采用了多级流水线技术,设计了一种高速的硬件结构,使得原来需要48个时钟周期才能完成的运算,现在只需要一个时钟周期就可以完成。另外通过增加输入/输出的控制信号。使得该IP可以方便的集成到SOC中,大大缩短了SOC的设计周期。 ...
https://www.eeworm.com/dl/640/435158.html
CA认证
this code implements the 64-bit DES algorithm in the platform visual studio 2005
this code implements the 64-bit DES algorithm in the platform visual studio 2005
https://www.eeworm.com/dl/633/435256.html
Java编程
this progam written in java language and describe the des algorithm that allow us to encrypt and de
this progam written in java language
and describe the des algorithm that allow us to encrypt and decrypt the information
https://www.eeworm.com/dl/534/453141.html
其他
DES code in C/C++ ....there are some errors to rectify can anyone help??
DES code in C/C++ ....there are some errors to rectify can anyone help??
https://www.eeworm.com/dl/915500.html
技术资料
基于DES理论的数模混合电路可测试性研究
近年来出现的离散事件系统(DES)理论为数模混合电路的测试提供了一种新的解决思路,本文对DES 理论在求取数模混合电路的可测试性和最小测试集中的应用进行了论述。该种方法可以在计算机上用C++语
https://www.eeworm.com/dl/519/446528.html
加密解密
DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位。RSA的安全性依赖于大数分解。公钥和私
DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位。RSA的安全性依赖于大数分解。公钥和私钥都是两个大素数( 大于 100个十进制位)的函数。本程序为适合初学者的rsa算法java源码及des源码,开发环境eclipse3.4 ...