代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/400654/11570867
m moy_env.m
% moy_env.m
% BEMD
%
% J.C. Nunes, Y. Bouaoune, E. Del閏helle, N. Oumar, and Ph. Bunel.
% "Image analysis by bidimensional empirical mode decomposition".
% Image and Vision Computing Jo
www.eeworm.com/read/260731/11704641
h cdes.h
#ifndef CDES_H_CAESAR__DEF
#define CDES_H_CAESAR__DEF
#include
class CDES
{
public:
CDES();
virtual ~CDES();
//加密解密
enum
{
ENCRYPT = 0, //加密
DECRYPT //解密
www.eeworm.com/read/157231/11726495
txt readme.txt
高老师:
<mark>DES加密</mark>解密程序的主程序在 FileDES类中
运行时使用的例子是本目录下的111.doc文件,运行后自动生成222.doc文件和333.doc文件。
其中111.doc文件加密后的文件是222.doc文件,222.doc文件解密后文件是333.doc文件。
可以操作的文件类型我实验了TXT、DOC、JAVA等都没有问题,且Word文档中包含图片也没问题。
董 ...
www.eeworm.com/read/155469/11868998
c file_test.c
#include
int main()
{
FILE *des;
char r[128];
int i,j;
i=0;
des=fopen("test3.txt","wr");
while(i
www.eeworm.com/read/258259/11874304
c enc_writ.c
/* enc_writ.c */
/* Copyright (C) 1993 Eric Young - see README for more details */
#include
#include "des_locl.h"
int des_enc_write(fd,buf,len,sched,iv)
int fd;
char *buf;
int len;
des_key_
www.eeworm.com/read/152786/12082768
asm d-win32.asm
; Don't even think of reading this code
; It was automatically generated by des-586.pl
; Which is a perl program used to generate the x86 assember for
; any of elf, a.out, BSDI, Win32, gaswin (for
www.eeworm.com/read/152786/12082917
c descbc.c
/* crypto/des/ncbc_enc.c */
/*
* #included by:
* cbc_enc.c (des_cbc_encrypt)
* des_enc.c (des_ncbc_encrypt)
*/
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reser
www.eeworm.com/read/337750/12343010
c auth.c
/*
* @(#) auth.c RCS: $Revision: 1.4 $ $Date: 95/03/02 12:53:56 $
*
* This file contains all the routines needed to interface to routines to
* perform digital signatures, and stream data encrypt
www.eeworm.com/read/149735/12354471
txt readme.txt
DES,MD5,ZLIB算法源代码
转载请注明来源:
开源盛世-源代码下载网
http://www.vscodes.com