代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/288806/8606960
h rsa_san.h
// This is a slow but easy RSA encryption class
// By sanicle,2005.12
// 3mn@3mn.net
#include "vlong.h"
#define PRIME_COUNT 1000000
class RSA_san
{
public:
char r1[70];
char r2[70]
www.eeworm.com/read/287119/8719872
c bc_des.c
#include "bc_types.h"
#include "bc_des.h"
#include "des_tbl.h"
// DES ECB encryption code
extern DWORD SP_boxes[8][64];
extern DWORD KeyPerm[8][64];
/* Macroses to transform array of 4 bytes to 32
www.eeworm.com/read/287119/8719882
c gost.c
/*
#ifndef __WIN95__
#include
#else
#include
#endif
*/
#include "bc_gost.h"
// *********** GOST Encryption Data ***********
BYTE Table[] = {
0xfb, 0xfc, 0xf1, 0xfa
www.eeworm.com/read/285627/8826129
h rsa_san.h
// This is a slow but easy RSA encryption class
// By sanicle,2005.12
// 3mn@3mn.net
#include "vlong.h"
#define PRIME_COUNT 1000000
class RSA_san
{
public:
char r1[70];
char r2[70]
www.eeworm.com/read/366149/9826894
h rsa_san.h
// This is a slow but easy RSA encryption class
// By sanicle,2005.12
// 3mn@3mn.net
#include "vlong.h"
#define PRIME_COUNT 1000000
class RSA_san
{
public:
char r1[70];
char r2[70]
www.eeworm.com/read/362781/9980981
h rsa_san.h
// This is a slow but easy RSA encryption class
// By sanicle,2005.12
// 3mn@3mn.net
#include "vlong.h"
#define PRIME_COUNT 1000000
class RSA_san
{
public:
char r1[100];
char r2[10
www.eeworm.com/read/361436/10051913
h rsa_san.h
// This is a slow but easy RSA encryption class
// By sanicle,2005.12
// 3mn@3mn.net
#include "vlong.h"
#define PRIME_COUNT 1000000
class RSA_san
{
public:
char r1[70];
char r2[70]
www.eeworm.com/read/361436/10051927
h rsa_san.h
// This is a slow but easy RSA encryption class
// By sanicle,2005.12
// 3mn@3mn.net
#include "vlong.h"
#define PRIME_COUNT 1000000
class RSA_san
{
public:
char r1[70];
char r2[70]
www.eeworm.com/read/161812/10370994
c bc_des.c
#include "bc_types.h"
#include "bc_des.h"
#include "des_tbl.h"
// DES ECB encryption code
extern DWORD SP_boxes[8][64];
extern DWORD KeyPerm[8][64];
/* Macroses to transform array of 4 bytes to 32
www.eeworm.com/read/161812/10371008
c gost.c
/*
#ifndef __WIN95__
#include
#else
#include
#endif
*/
#include "bc_gost.h"
// *********** GOST Encryption Data ***********
BYTE Table[] = {
0xfb, 0xfc, 0xf1, 0xfa