第一范文网 - 专业文章范例文档资料分享平台

DES加密算法课程设计报告 (5)

来源:用户分享 时间:2020-06-16 本文由紫禁王者 分享 下载这篇文档 手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

m_Mingwen=m_Mingwen+(char)(48+output[i]); if((i+1)%8==0)

m_Mingwen=m_Mingwen+\ //64位明文显示在界面上 }

int charB[8][8]; k=0;

for(i=0;i<8;i++) {

for(j=0;j<8;j++,k++)

charB[i][j]=output[k]; }

char result[8]; for(i=0;i<8;i++) {

str[i]=0;

if(charB[i][0]==1) str[i]=str[i]+128; if(charB[i][1]==1) str[i]=str[i]+64; if(charB[i][2]==1) str[i]=str[i]+32; if(charB[i][3]==1) str[i]=str[i]+16; if(charB[i][4]==1) str[i]=str[i]+8; if(charB[i][5]==1) str[i]=str[i]+4; if(charB[i][6]==1) str[i]=str[i]+2; if(charB[i][7]==1) str[i]=str[i]+1; }

for(i=0;i<8;i++)

result[i]=str[i]; result[i]='\\0';

m_outputMingwen=result; CString temp2,temp3; char *ch1,*ch2,*ch3; for(i=0;i<16;i++) {

int m=m_output.InsertItem(0,\ char

chtempL[40]=\ int ctempL[32],ctempkey[48],ctempR[32];

36

for(j=0;j<32;j++) {

ctempL[j]=R[i][j]; ctempR[j]=L[i][j]; }

for(j=0;j<48;j++)

ctempkey[j]=keys[i][j]; for(j=0;j<32;j++) {

temp1.Format(\

ch1=temp1.GetBuffer(temp1.GetLength()); strcat(chtempL,ch1); if((j+1)%8==0)

strcat(chtempL,\

temp2.Format(\

ch2=temp2.GetBuffer(temp2.GetLength()); strcat(chtempR,ch2); if((j+1)%8==0)

strcat(chtempR,\ }

for(j=0;j<48;j++) {

temp3.Format(\

ch3=temp3.GetBuffer(temp3.GetLength()); strcat(chtempkey,ch3); if((j+1)%8==0)

strcat(chtempkey,\ }

_itoa(i+1,number,10);

m_output.SetItemText(m,0,number); m_output.SetItemText(m,1,chtempkey); m_output.SetItemText(m,2,chtempL); m_output.SetItemText(m,3,chtempR); }

UpdateData(false); }

37

搜索“diyifanwen.net”或“第一范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,第一范文网,提供最新人文社科DES加密算法课程设计报告 (5)全文阅读和word下载服务。

DES加密算法课程设计报告 (5).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/wenku/1080242.html(转载请注明文章来源)
热门推荐
Copyright © 2018-2022 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top