代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/184725/9082579
h des.h
/* crypto/des/des.h */
/* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@mincom.oz.au).
www.eeworm.com/read/179951/9329409
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/178173/9415776
c rijndael-test-fst.c
/**
* rijndael-test-fst.c
*
* @version 3.0 (December 2000)
*
* Optimised ANSI C code for the Rijndael cipher (now AES)
*
* @author Vincent Rijmen
* @author
www.eeworm.com/read/372347/9513289
pas regist.pas
unit regist;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, ExtCtrls;
type
TCPUID = array[1..4] of Longint;
TfrmRegi
www.eeworm.com/read/362546/9993283
h des.h
//////////////////////////////////////////////////////////////////////////
/*
Provided by 尹文才
Email: batman713@gmail.com
This product is free for use.
*/
///////////////////////////////
www.eeworm.com/read/161812/10371165
c des.c
/*
#ifndef __WIN95__
#include
#else
#include
#endif
*/
#include "bc_des.h"
#include "des_tbl.h"
// DES ECB encryption code
extern DWORD SP_boxes[8][64];
extern DWORD KeyPerm[8
www.eeworm.com/read/424063/10503452
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.
%
www.eeworm.com/read/160163/10562479
c s_ocb_done.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/418321/10953033
c rijndael-test-fst.c
/**
* rijndael-test-fst.c
*
* @version 3.0 (December 2000)
*
* Optimised ANSI C code for the Rijndael cipher (now AES)
*
* @author Vincent Rijmen
* @author
www.eeworm.com/read/272265/10963830
~pas crypt.~pas
unit Crypt;
interface
uses
Classes, SysUtils;
function Encrypt(Pass_W:AnsiString):AnsiString;
function Decrypt(Pass_E:AnsiString):AnsiString;
const PW_Code : array[1..6]of byte = (