代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/449996/7492134
h ppplcp.h
#ifndef _PPPLCP_H
#define _PPPLCP_H
/* LCP option types */
#define LCP_MRU 0x01
#define LCP_ACCM 0x02
#define LCP_AUTHENT 0x03
#define LCP_ENCRYPT 0x04
#define LCP_MAGIC 0x05
#def
www.eeworm.com/read/437619/7744906
h ppplcp.h
#ifndef _PPPLCP_H
#define _PPPLCP_H
/* LCP option types */
#define LCP_MRU 0x01
#define LCP_ACCM 0x02
#define LCP_AUTHENT 0x03
#define LCP_ENCRYPT 0x04
#define LCP_MAGIC 0x05
#def
www.eeworm.com/read/247096/12683510
cpp jiami.cpp
//本程序是实现Vigenere加密算法的小程序
#include
#include
#include
#include
#define File_Len 10//定义文件名长度
#define Key_Len 20//定义密匙长度
void encrypt()//加密函数
{
ch
www.eeworm.com/read/143516/12869443
h ppplcp.h
#ifndef _PPPLCP_H
#define _PPPLCP_H
/* LCP option types */
#define LCP_MRU 0x01
#define LCP_ACCM 0x02
#define LCP_AUTHENT 0x03
#define LCP_ENCRYPT 0x04
#define LCP_MAGIC 0x05
#def
www.eeworm.com/read/137022/13347835
h ppplcp.h
#ifndef _PPPLCP_H
#define _PPPLCP_H
/* LCP option types */
#define LCP_MRU 0x01
#define LCP_ACCM 0x02
#define LCP_AUTHENT 0x03
#define LCP_ENCRYPT 0x04
#define LCP_MAGIC 0x05
#def
www.eeworm.com/read/320660/13420357
txt sourcecode.txt
//本程序是实现Vigenere加密算法的小程序
#include
#include
#include
#include
#define File_Len 10//定义文件名长度
#define Key_Len 20//定义密匙长度
void encrypt()//加密函数
{
ch
www.eeworm.com/read/143132/5758922
h ppplcp.h
#ifndef _PPPLCP_H
#define _PPPLCP_H
/* LCP option types */
#define LCP_MRU 0x01
#define LCP_ACCM 0x02
#define LCP_AUTHENT 0x03
#define LCP_ENCRYPT 0x04
#define LCP_MAGIC 0x05
#def
www.eeworm.com/read/488200/6498020
h ppplcp.h
#ifndef _PPPLCP_H
#define _PPPLCP_H
/* LCP option types */
#define LCP_MRU 0x01
#define LCP_ACCM 0x02
#define LCP_AUTHENT 0x03
#define LCP_ENCRYPT 0x04
#define LCP_MAGIC 0x05
#def
www.eeworm.com/read/478934/6708435
h ppplcp.h
#ifndef _PPPLCP_H
#define _PPPLCP_H
/* LCP option types */
#define LCP_MRU 0x01
#define LCP_ACCM 0x02
#define LCP_AUTHENT 0x03
#define LCP_ENCRYPT 0x04
#define LCP_MAGIC 0x05
#def
www.eeworm.com/read/401012/11565873
h rsa.h
#define MAX_E_D 100
#define MAX_N 165535
#define MAX_PM 512
/*
bool e_En[MAX_E_D]={0};//Encrypt Index e
bool d_DE[MAX_E_D]={0};//Decrypy Index d
short ebits=0;//The e_En's bits
short dbits=0;//Th