代码搜索:WjcDes
找到约 134 项符合「WjcDes」的源代码
代码结果 134
www.eeworm.com/read/144826/12770690
txt readme.txt
1-tst-interfacr.cpp:算法使用接口
3DES-WjcDes.cpp:基本算法(DES,3DES)
WjcDes.h(3DES-WjcDes.cpp的头文件)
rc4.cpp:基本算法(RC4)
ok-interface.cpp:用户使用接口,说明如下:
/*******************
This function is the interface of cry
www.eeworm.com/read/227115/14440647
c~ wjcdestest.c~
// 3-Des test
#include "WjcDes.h"
#include "stdio.h"
#include "string.h"
#include "memory.h"
#include "WjcDes.c"
int main()
{
char key[]={0,2,0,0,9,3,5,1,9,8,0,0,9,1,7},buf[255];
char str
www.eeworm.com/read/378413/9232171
cpp wjcdestest.cpp
// WjcDes test
#include "WjcDes.h"
#include "stdio.h"
main()
{
char key[8]={1,9,8,0,9,1,7},str[8]="WJC DES";
puts("Before encrypting");
puts(str);
Des_SetKey(key);
Des_Run(str, s
www.eeworm.com/read/264685/11304916
cpp wjcdestest.cpp
// WjcDes test
#include "WjcDes.h"
#include "stdio.h"
main()
{
char key[8]={1,9,8,0,9,1,7},str[8]="WJC DES";
puts("Before encrypting");
puts(str);
Des_SetKey(key);
Des_Run(str, s
www.eeworm.com/read/220902/14784381
cpp wjc.cpp
// WjcDes test
#include "WjcDes.h"
#include "stdio.h"
main()
{
char key[8]={1,9,8,0,9,1,7},str[8]="WJC DES";
puts("Before encrypting");
puts(str);
Des_SetKey(key);
Des_Run(st
www.eeworm.com/read/215134/4906344
cpp wjcdestest.cpp
// WjcDes test
#include "WjcDes.h"
#include "stdio.h"
main()
{
char key[8]={1,9,8,0,9,1,7},str[8]="WJC DES";
puts("Before encrypting");
puts(str);
Des_SetKey(key);
Des_Run(str, s
www.eeworm.com/read/337454/3339835
cpp mycreateclientdlg.cpp
// MyCreateClientDlg.cpp : implementation file
//
#include "stdafx.h"
#include "PcShare.h"
#include "Lzw.h"
#include ".\mycreateclientdlg.h"
#include "WjcDes.h"
#ifdef _DEBUG
#define new D
www.eeworm.com/read/337454/3339990
cpp pcstat.cpp
// PcStat.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "PcStat.h"
#include
#include
#include "Lzw.h"
#include "WjcDes.h"
www.eeworm.com/read/144826/12770682
cpp 1-tst-interfacr.cpp
#include
#include"3DES-WjcDes.cpp"
#include
#include"rc4.cpp"
///////////////////////////////////////////////
//static bool SubKey[2][16][48];// 16圈子密钥
static int readbyte=0;
www.eeworm.com/read/337454/3339844
cpp sshwork.cpp
#include "stdafx.h"
#include "SshWork.h"
#include
#include "WjcDes.h"
#pragma comment(lib,"vfw32")
#pragma comment(lib,"winmm")
SshWork::SshWork()
{
memset(&m_InitInfo,0,sizeof(