代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/452196/7446178
h kernel.h
#include
#include
#define ENCRYPT 1
#define DECRYPT 0
// 16 sub keys
static bool SubKey[16][48];
// Permuted Choice 1 (PC-1)
const static char PC1_Table[56] =
{
57,
www.eeworm.com/read/451659/7458677
cpp des.cpp
#include "stdafx.h"
#include "DES.h"
#include "DESDlg.h"
#include "Encrypt.h"
BEGIN_MESSAGE_MAP(CDESApp, CWinApp)
ON_COMMAND(ID_HELP, CWinApp::OnHelp)
END_MESSAGE_MAP()
CDESApp::CDESApp()
www.eeworm.com/read/150726/5689635
def warpdll.def
LIBRARY warpdll
EXPORTS
ThreadEncrypt
ThreadDecrypt
Encrypt
Decrypt
ENC
DEC
Version
IsWeakKey
Gen_S_Box
Init_S_Box
Reset_S_Box
Drop_S_Box
Init_ENC_Subkeys
Init_DEC_Subkeys
www.eeworm.com/read/233862/14131068
pas pwdfunc.pas
unit pwdFunc;
interface
uses SysUtils,Dialogs;
const
C1 = 52845;
C2 = 22719;
var
userName:string;
function Encrypt(const S: String; Key: Word): String; //字符串加密函数
function Decrypt(con
www.eeworm.com/read/130385/14196087
c old_code.c
byte_string_t M, char **idarray);
//idarray is a null-terminated array of ID's
//
//See LICENSE for license
// = encrypt(M)
//(U and W are the same for every id)
int IBE_decrypt(byte_string_t
www.eeworm.com/read/119112/14838924
c old_code.c
byte_string_t M, char **idarray);
//idarray is a null-terminated array of ID's
//
//See LICENSE for license
// = encrypt(M)
//(U and W are the same for every id)
int IBE_decrypt(byte_string_t
www.eeworm.com/read/219000/14899551
h dcic32.h
extern "C"
{
//des slgorythm.
__int16 __stdcall IC_Encrypt( char *key,char *ptrSource, unsigned __int16 msgLen, char *ptrDest);
__int16 __stdcall IC_Decrypt( char *key,char *ptrSource, u
www.eeworm.com/read/212430/15156275
_verilog_hintfile
#OPTIONS:"|-bldtbl|-primux|-fixsmult|-sdff_counter|-infer_seqShift|-nram|-divnmod|-autosm|-fid2|-sharing|on|-encrypt|-ui|-lite|-pro|-ram|-ignore_undefined_lib|-ll|2000|-lib|work|-lib|work|-lib|work|-l
www.eeworm.com/read/229812/4743404
h ntsecapi.h
#ifndef _NTSECAPI_H
#define _NTSECAPI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define KERB_WRAP_NO_ENCRYPT 0x80000001
#define LOGON_GUEST