【源码分析推广】【源码开发教程】【character类源码】ithink 源码

2024-11-23 11:24:49 来源:赢家指标源码 分类:焦点

1.哪位大哥能给我一个基于IDEA算法的源码c或者c++的软件以及源代码啊
2.“303”是“See Other”的英文缩写,那么它在互联网领域中具体指什么?
3.html简单网页代码?

ithink 源码

哪位大哥能给我一个基于IDEA算法的源码源码分析推广c或者c++的软件以及源代码啊

       c++ code

       ////////////////////////////////////////////////////////

       //

       // Project: Implementation of IDEA (International

       // Data Encryption Algorithm)

       //

       // ECE Term Project

       // Winter

       // Author: Irwin Yoon

       //

       // Overview: This code does the following:

       // - print out all encryption and

       // decryption subkeys which are used

       // in the encryption and decryption

       // process

       // - encrypts plaintext message

       // - decrypts ciphertext message

       // - shows detailed, round by round results

       // (8 total)

       // Program contains a user driven menu where the user can select

       // initial -bit key and also select messages to decrypt

       // and encrypt.

       //

       // Compiling: This has been verified to work on SunOS

       // with g++ compiler (flop.engr.orst.edu).

       // To Compile: g++ Idea.cpp -o Idea.exe

       //

       // Note: This code is a little sloppy. Coding could

       // be made more efficient.

       //

       // Usage: Run executable with no arguments: Idea.exe

       // Then select appropriate menu options

       //

       //

       //

       //////////////////////////////////////////////

       // main() is at the bottom of file!

       #include <stdio.h>

       #include <iostream>

       #include <stdlib.h>

       #include <cassert>

       #include <string>

       //globals

       #define NUMSUBKEYS

       #define NUMROUNDS 8

       #define MAXINPUTSIZE

       // I had problems if we use #define with

       // these nums. Problem arose when taking

       // mod of this number

       unsigned int TWOPOWER = ;

       unsigned int TWOPOWER = ;

       unsigned int inputsize;

       // all the subkey information

       unsigned short esubkeys[NUMSUBKEYS];

       unsigned short dsubkeys[NUMSUBKEYS];

       unsigned int origkeyint[4];

       unsigned char origkeychar[];

       //

更多资讯请点击:焦点

热门资讯

iwebsns 源码下载

2024-11-23 11:192257人浏览

影视网页前端源码

2024-11-23 10:002474人浏览

同花顺天堂之路源码

2024-11-23 09:35528人浏览

推荐资讯

直播相亲系统源码下载_直播 相亲

1.急需 用C语言或C++编写的相亲数程序设计 要求为完整的程序(一个系统)一小学期的任务书)万分感谢 !!!!!急需 用C语言或C++编写的相亲数程序设计 要求为完整的程序(一个系统)一小学期的任务