代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/287073/8725439
html class_d_e_s___e_d_e3.html
Crypto++: DES_EDE3 Class Reference
www.eeworm.com/read/287073/8725879
html class_d_e_s___x_e_x3.html
Crypto++: DES_XEX3 Class Reference
www.eeworm.com/read/287073/8726630
html class_d_e_s___e_d_e2.html
Crypto++: DES_EDE2 Class Reference
www.eeworm.com/read/285615/8827730
h asmppc.h
/* asmPpc.h - PowerPC assembler definitions header file */
/* Copyright 1984-1996 Wind River Systems, Inc. */
/*
modification history
--------------------
01k,18mar97,tam made INT_MASK definition c
www.eeworm.com/read/285344/8849413
c p10.2.c
#include
#include
int main(int argc,char* argv[])
{
int f_des1[2];
int f_des2[2];
int pid;
char msg[BUFSIZ];
char p_msg[BUFSIZ];
if(argc!=2){
printf("Usage: %s message
www.eeworm.com/read/285344/8849421
c p10.1.c
#include
#include
int main(int argc,char* argv[])
{
int f_des[2];
int pid;
char msg[BUFSIZ];
if(argc!=2){
printf("Usage: %s message\n",argv[0]);
return 1;
}
if(pipe(
www.eeworm.com/read/383565/8934260
java singlekeyexample.java
/*
* Copyright (c) 2004 ???. All Rights Reserved.
*/
/*
* @(#)DESExample.java 1.0 04/03/10
*/
import java.security.*;
import javax.crypto.*;
/**
* 本例解释如何利用DES私钥加密算法加解密
*
* @a
www.eeworm.com/read/185143/9055870
c gendeskd.c
/*
* Create a C program which is a des key definition for
* key represesting the output from desMakeKey with the passphrase supplied
* by the user.
*/
#define _POSIX_SOURCE
#include /*
www.eeworm.com/read/185142/9055952
c gendeskd.c
/*
* Create a C program which is a des key definition for
* key represesting the output from desMakeKey with the passphrase supplied
* by the user.
*/
#define _POSIX_SOURCE
#include /*