代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/215082/15075421
cpp destest.cpp
#include "Des.h"
#include "stdio.h"
#include "string.h"
#include "memory.h"
void main()
{
printf("\n");
printf(" *******************************************************\n");
prin
www.eeworm.com/read/211896/15171206
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/208727/15238716
cpp 路径搜索.cpp
#include
#include
const int MAX_N = 100; // 最多的节点数目
const char* INPUT_FILE = "Graph.txt";
struct Graph {
int NodeCount; // 节点的数目
www.eeworm.com/read/208666/15239376
cpp wjcdestest.cpp
// 3-Des test
#include "WjcDes.h"
#include "stdio.h"
#include "string.h"
#include "memory.h"
#include
void main()
{
char key[]={0,2,0,0,9,3,5,1,9,8,0,0,9,1,7},buf[255];
char
www.eeworm.com/read/208165/15252081
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// DES_Cryption.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "std
www.eeworm.com/read/205560/15312272
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// DES_Test.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.
www.eeworm.com/read/167075/5469654
test
#!./perl
BEGIN { push(@INC, qw(../../../lib ../../lib ../lib lib)); }
use DES;
$key='00000000';
$ks=DES::set_key($key);
@a=split(//,$ks);
foreach (@a) { printf "%02x-",ord($_); }
print "\n";
$key
www.eeworm.com/read/167075/5469656
pl desboth.pl
#!/usr/local/bin/perl
$L="edi";
$R="esi";
sub des_encrypt3
{
local($name,$enc)=@_;
&function_begin_B($name,"");
&push("ebx");
&mov("ebx",&wparam(0));
&push("ebp");
&push("esi");
&push("ed
www.eeworm.com/read/165441/5482112
java localvendor.java
/*
* Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. U.S.
* Government Rights - Commercial software. Government users are subject
* to the Sun Microsystems, Inc. standard license
www.eeworm.com/read/165441/5482114
java localvendorpart.java
/*
* Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. U.S.
* Government Rights - Commercial software. Government users are subject
* to the Sun Microsystems, Inc. standard license