代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/222244/14699716
sql bf_udftest.sql
-- BF_UDFTEST.SQL
-- This test generates a table containing a list of name of varying lengths.
-- It then demonstrates how to use the dbo.fn_encrypt and dbo.fn_decrypt
-- UDF's to encrypt and decry
www.eeworm.com/read/269760/11078979
h des.h
#ifndef _DES_H__
#define _DES_H__
#include "ArithDLL.h"
#ifndef ENCRYPT
#define ENCRYPT 0 /* DES 方向 */
#define DECRYPT 1
#endif
#ifndef STAND
#define STAND 0
www.eeworm.com/read/147185/12579307
h des.h
#ifndef _DES_H__
#define _DES_H__
#include "ArithDLL.h"
#ifndef ENCRYPT
#define ENCRYPT 0 /* DES 方向 */
#define DECRYPT 1
#endif
#ifndef STAND
#define STAND 0