C 언어를 이용한 DES 알고리즘 구현(각종 옵션기능 포함)
닫기
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
해당 자료는 8페이지 까지만 미리보기를 제공합니다.
8페이지 이후부터 다운로드 후 확인할 수 있습니다.

소개글

C 언어를 이용한 DES 알고리즘 구현(각종 옵션기능 포함)에 대한 보고서 자료입니다.

목차

없음

본문내용

#include
#include
#include "function.h"
#include "des_table.h"
#include "PC1.h"
#include "Shift.h"
#include "PC2.h"
#include "IP.h"
#include "E.h"
#include "XOR.h"
#include "SBOX_OP.h"
#include "PB.h"
#include "R1L1.h"
#include "Round.h"
#include "change.h"
#include "InverseIP.h"
#include
#include "Inverseshift.h"

void main(){

char keyinput1=0,keyinput2=0, keyinput3=0, keyinput4=0;
int one=0, two=0, three=0, roundnumber=0, sub_round=0, serial=0, four=15;
char keyinput[8], plain[8];
char preC[28],afterC[28];
char preD[28], afterD[28];
char preL[32], afterR[32];
char preR[32], afterL[32];
char sub_key[48];
char keybox[16*48];
char ER0[48];
char xorkey[48];
char sbox[4];
char PB_result[32];
char filename[100];
FILE *file;

키워드

  • 가격5,000
  • 페이지수23페이지
  • 등록일2010.07.12
  • 저작시기2009.6
  • 파일형식압축파일(zip)
  • 자료번호#623585
본 자료는 최근 2주간 다운받은 회원이 없습니다.
청소해
다운로드 장바구니