代码搜索:DES加密

找到约 10,000 项符合「DES加密」的源代码

代码结果 10,000
www.eeworm.com/read/348742/10869054

mak sine.mak

/************* Code Composer V1 Project Data ******************** The following section contains data generated by Code Composer to store project information like build options, source filenames
www.eeworm.com/read/348742/10869062

mak timer.mak

/************* Code Composer V1 Project Data ******************** The following section contains data generated by Code Composer to store project information like build options, source filenames
www.eeworm.com/read/418226/10957668

m simotheor.m

%%%%%%%%%%Simo traces the ser for a simo system :n transmit antenna and 1 recieve antenna %%%%%%%%%%and compare it to an alamouti system clear clc % declaration des param閠res numO
www.eeworm.com/read/271172/11005011

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // DES_SYS.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h
www.eeworm.com/read/106372/6951533

c testcfb.c

#include #include #include "des.h" #define MAXBUFSIZE 8192 int bufSize = 3; char plain[MAXBUFSIZE], cipher[MAXBUFSIZE]; char ivbits[] = { 0x12, 0x34, 0x56, 0x78, 0
www.eeworm.com/read/153212/6959877

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/465112/6966607

gnumakef

# This was GNUmakefile # I have changed the library a bit since I was last able to test the # build so this may require a little tweaking. # have fun. ifeq ($(wildcard ../Rules),) # no glibc i
www.eeworm.com/read/465112/6966659

times

SGI Challenge (MIPS R4400 200mhz) - gcc -O2 set_key per sec = 114141.13 ( 8.8uS) DES ecb bytes per sec = 1573472.84 ( 5.1uS) DES cbc bytes per sec = 1580418.20 ( 5.1uS) crypt
www.eeworm.com/read/467952/6997352

txt lisezmoi.txt

******************************************************************* Rest pro version 1.0 Copyright (C) 2000-2001 All Rights Reserved ***************************************************************
www.eeworm.com/read/468004/6997828

java singlekeyexample.java

/* * Copyright (c) 2004 ???. All Rights Reserved. */ /* * @(#)DESExample.java 1.0 04/03/10 */ import java.security.*; import javax.crypto.*; /** * 本例解释如何利用DES私钥加密算法加解密 * * @a