代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/454457/7390050
c vigenere.c
/*
* Copyright (C) 1993 Eric E. Moore and Thomas W. Strong
*
* All rights reserved. Any unauthorized distribution of this
* program is prohibited.
*/
#include "header.h"
www.eeworm.com/read/296542/8096785
h crypt_skel.h
// **********************************************************************
//
// Generated by the ORBacus IDL-to-C++ Translator
//
// Copyright (c) 2005
// IONA Technologies, Inc.
// Waltham, MA,
www.eeworm.com/read/331582/12819808
h des3.h
#include "des.h"
int des3_ecb_encrypt(const unsigned char *pt, unsigned char *ct,const unsigned char *key,int keylen);
int des3_ecb_decrypt(const unsigned char *pt, unsigned char *ct,const unsig
www.eeworm.com/read/330317/12902400
h mycrysubstitude.h
#include
#include
#include
#define CRYPT_ERROR 1
#define CRYPT_OK 0
#define DECRYPT_ERROR 1
#define DECRYPT_OK 0
int ToLowerCase(unsigned char* str);
int
www.eeworm.com/read/142139/12960710
h crypt.h
/*
crypt.h (full version) by Info-ZIP. Last revised: 3 Aug 94
This header file is not copyrighted and may be distributed without
restriction.
*/
#ifndef __crypt_h /* don't include
www.eeworm.com/read/141552/13000684
h crypt.h
/*
Copyright (c) 1990-2000 Info-ZIP. All rights reserved.
See the accompanying file LICENSE, version 2000-Apr-09 or later
(the contents of which are also included in zip.h) for terms of use.
www.eeworm.com/read/323119/13351919
result func_encrypt.result
drop table if exists t1;
create table t1 (x blob);
insert into t1 values (des_encrypt('The quick red fox jumped over the lazy brown dog','The quick red fox jumped over the lazy brown dog'));
insert in
www.eeworm.com/read/313956/13578083
m com_encr.m
function [ret,x0,str,ts,xts]=com_encr(t,x,u,flag);
%COM_ENCR is the M-file description of the SIMULINK system named COM_ENCR.
% The block-diagram can be displayed by typing: COM_ENCR.
%