代码搜索:Encrypt

找到约 3,742 项符合「Encrypt」的源代码

代码结果 3,742
www.eeworm.com/read/105764/15659249

h rsa.h

#ifndef __RSA_H__ #define __RSA_H__ #include "vlong.h" class public_key { public: vlong m,e; vlong encrypt( const vlong& plain ); // Requires 0
www.eeworm.com/read/104413/15694884

txt 回复有没有现成的class实现crypt算法的,或者源代码也可以的。.txt

作者:whitefox email: henry.jiang@corp.elong.com 日期:2000-12-13 14:24:37 package com.elong.application.encrypt; public class Crypt { static int sub[] = new int[48]; // TABLES /* Expansio
www.eeworm.com/read/185140/9055992

h rijndael-api-fst.h

/* rijndael-api-fst.h v2.0 August '99 * Optimised ANSI C code */ #include #include "rijndael-alg-fst.h" /* Defines: Add any additional defines you need */ #define DIR_ENCRYPT
www.eeworm.com/read/185139/9056052

h rijndael-api-fst.h

/* rijndael-api-fst.h v2.0 August '99 * Optimised ANSI C code */ #include #include "rijndael-alg-fst.h" /* Defines: Add any additional defines you need */ #define DIR_ENCRYPT
www.eeworm.com/read/282424/9095457

cpp encryptdlg.cpp

// encryptDlg.cpp : implementation file // #include "stdafx.h" #include #include "encrypt.h" #include "encryptDlg.h" #define AFX_RC4 #include "rc4.h" #ifdef _DEBUG #define n
www.eeworm.com/read/184393/9106983

cpp des encryptdlg.cpp

// DES encryptDlg.cpp : 实现文件 // #include "stdafx.h" #include "DES encrypt.h" #include "DES encryptDlg.h" #include ".\des encryptdlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif DWORD W
www.eeworm.com/read/379408/9198494

_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/421642/10719045

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/416653/11018620

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/455327/7373328

h ydes.h

#if !defined _YDESH_ #define _YDESH_ #include "stdafx.h" #define TEXT_MAX 1024 typedef bool (*PSubKey)[16][48]; enum {ENCRYPT,DECRYPT}; static bool SubKey[2][16][48];// 16圈子密钥 stati