herrDeng網內搜尋

自訂搜尋

Ads

2009年4月8日 星期三

3DES2 解密



3DES2 解密
Key="5D07291A 0B73E5EA 2FBCDA92 4FC4346D"
ECB 模式

密文="7841073D35BDD698AE49B150267AFA28"
明文=?

2009年4月7日 星期二

字串陣列


#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
    char s[8][30]={
         "CS0160資訊安全實習,丙",
         "CS0160資訊安全實習,甲",
         "GE0105A勞作教育,丙",
         "IM0007程式設計,丙",
         "IM0068統計學[二],甲",
         "IM0164資訊安全實習,丙",
         "OHA001導師,丙",
         "OHTA003在校輔導時間,乙"
         };
    for (int i=0; i<8; i++)
        cout<<i<<"\t"<<s[i]<<endl;
    system("Pause");
    return 0;
}

計算你上學期加權平均

計算你上學期加權平均

2009年4月6日 星期一

3DES2 加密

3DES2 加密
Key1="34 13 F1 DF 57 9B BC 45"
Key2="34 13 F1 DF 57 9B BC 45"
ECB 模式
明文="56-bit DES-key is short?"
密文=?
Related Posts Plugin for WordPress, Blogger...

熱門文章