代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/130283/14198816
txt rfc1057.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:spacelu(spacelu wuchun_lu@163.net)
译文发布时间:2001-8-14
版权:本中
www.eeworm.com/read/130281/14198820
txt rfc1050.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:马东辉(eaststone ma_donghui@263.net )
译文发布时间:2001-3-28
版权:
www.eeworm.com/read/128078/14317442
cpp unit1.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
#include "_DES.h"
#include "IniFiles.hpp"
//----------------
www.eeworm.com/read/126849/14398690
bat readme!.bat
@echo off
rem *******************************************
rem * Anzeige des POSTview-Manuals *
rem *******************************************
type manual.doc |more
www.eeworm.com/read/227115/14440637
cpp~ wjcdestest.cpp~
// 3-Des test
#include "WjcDes.h"
#include "stdio.h"
#include "string.h"
#include "memory.h"
void main()
{
char key[]={0,2,0,0,9,3,5,1,9,8,0,0,9,1,7},buf[255];
char str[]="Welcome to My
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/125803/14460396
bat readme!.bat
@echo off
rem *******************************************
rem * Anzeige des POSTview-Manuals *
rem *******************************************
type manual.doc |more
www.eeworm.com/read/225807/14515069
dat data.dat
// DES_Encrpty.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "DES.h"
#include "DataDeal.h"
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
CDES des;
unsigned char m
www.eeworm.com/read/225807/14515076
cpp stdafx.cpp
// stdafx.cpp : 只包括标准包含文件的源文件
// DES_Encrpty.pch 将成为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
// TODO: 在 STDAFX.H 中
//引用任何所需的附加头文件,而不是在此文件中引用
www.eeworm.com/read/225807/14515090
dat decode_encode_data.dat
// DES_Encrpty.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "DES.h"
#include "DataDeal.h"
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
CDES des;
unsigned char m