代码搜索:Encrypt

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

代码结果 3,742
www.eeworm.com/read/134968/5891000

php3 crypt.php3

www.eeworm.com/read/125279/6032052

c aes_xcbc_mac.c

#ifdef __KERNEL__ #include #include #define DEBUG(x) #else #include #include #define DEBUG(x) x #endif #include "aes.h" #include "aes_xcbc_ma
www.eeworm.com/read/124745/6040347

php3 crypt.php3

www.eeworm.com/read/494138/6378954

h mars.h

#ifndef MARS_H #define MARS_H #include "std_defs2.h" #include using namespace std; class mars : public AES { private: u4byte l_key[40]; void set_key(const u1byte key[], const
www.eeworm.com/read/489734/6469208

h des.h

#ifndef __DES_H__ #define __DES_H__ #define ID_OK 0 #define RE_LEN 1 typedef unsigned short int UINT2; typedef unsigned long int UINT4; typedef struct { UINT4 subkeys[32];
www.eeworm.com/read/407324/11420728

h des.h

#ifndef BYTE #define BYTE unsigned char #endif #ifndef byte #define byte unsigned char #endif #ifndef uint8 #define uint8 unsigned char #endif #ifndef uint32 #define uint32 unsi
www.eeworm.com/read/255665/12067047

cpp ecc.cpp

/* 公钥加密解密演示。使用前 #include 核心函数ecc_private_encrypt,ecc_public_decrypt为Rinick基于tomcrypt而编写 不是tomcrypt原始内容,但已编译在lib中(见源文件ecc_sys.c) 拥有密钥的人可以加密解密 拥有公钥的人只能解密,不能加密
www.eeworm.com/read/255665/12067055

cpp aes.cpp

/* tomcrypt(http://libtomcrypt.org/) aes分段加密演示。使用前 #include AES,分段长度16,密钥最大长度32 还支持以下各种分段加密方式,其分段长度和密钥长度参考 crypt.pdf 21页 Blowfish XTEA RC5 RC6
www.eeworm.com/read/251718/12322908

makefile

# # Operating System and Developing system specific macros # # target library file full name TRGTLIB = ../lib/beeo.a # # Dependency List # MODULES = beeo_Core beeo_DH beeo_Encrypt beeo_In
www.eeworm.com/read/251278/12354845

h des.h

#ifndef __DES_H__ #define __DES_H__ #define ID_OK 0 #define RE_LEN 1 typedef unsigned short int UINT2; typedef unsigned long int UINT4; typedef struct { UINT4 subkeys[32];