DES
探索DES加密技术,掌握信息安全核心!作为对称密钥算法的典范,DES(Data Encryption Standard)在金融、通信及数据保护领域有着广泛应用。本页面汇集了1076份精选资源,从基础原理到高级应用,助您深入理解分组密码机制,提升项目安全性。无论是初学者还是资深工程师,都能在这里找到宝...
资源总数
964
源代码
3,200
DES 热门资料
查看全部 964 份 →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??
2017-06-15
29
有效的改进3-DES算法的执行速度
有效的改进3-DES算法的执行速度,采用了多级流水线技术,设计了一种高速的硬件结构,使得原来需要48个时钟周期才能完成的运算,现在只需要一个时钟周期就可以完成。另外通过增加输入/输出的控制信号。使得该IP可以方便的集成到SOC中,大大缩短了...
2017-04-23
44
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
2017-05-03
27
this code implements the DES with CBC algorithm in the platform visual studio 2005
this code implements the DES with CBC algorithm in the platform visual studio 2005
2014-01-09
141
基于FPGA的DES加密系统设计与实现
本文设计实现了一种基于FPGA的DES加密系统。 概括起来,本文主要完成了以下几方面的主要工作:完成了DES加密系统的整体设计。整个系统包括DES加密核心模块,UART通信接口模块和BLOCKRAM存储模块。以EITS2003开发板为硬件开...
2023-10-31
1