代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/110943/15522051
vbw family-v2.vbw
frmProfile = 66, 66, 373, 412, C, 88, 88, 395, 434, C
Encrypt = 132, 132, 439, 478, C
frmSearch = 44, 44, 351, 390, C, 110, 110, 417, 456, C
frmLinks = 132, 132, 439, 478, C, 132, 132, 439, 478, C
www.eeworm.com/read/289585/8541183
java caesar.java
/*
*凯撒加密算法
*此算法中区分了字母的大小写,并可以保留标点符号
*/
public class Caesar
{
int key = 3;
public String getCipher(String message)//to encrypt
{
char msgChar [] = message.toCharArray();
int len = msg
www.eeworm.com/read/361309/10058725
cpp vegenere.cpp
#include
void encrypt(char plaintext[],char key[],int plaintext_length)
{
int row,column;
//定义并初始化密文的长度等于原文的长度
int ciphertext_length=plaintext_length;
char ciphertext[80];
www.eeworm.com/read/468953/6982603
h des.h
typedef bool (*PSubKey)[16][48];
enum {ENCRYPT,DECRYPT};
static bool SubKey[2][16][48];// 16圈子密钥
static bool Is3DES;// 3次DES标志
static char Tmp[256], deskey[16];
static void DES(char Out[8
www.eeworm.com/read/463607/7177557
h des.h
typedef bool (*PSubKey)[16][48];
enum {ENCRYPT,DECRYPT};
static bool SubKey[2][16][48];// 16圈子密钥
static bool Is3DES;// 3次DES标志
static char Tmp[256], deskey[16];
static void DES(char Out[8
www.eeworm.com/read/112312/7812419
vbw family_v2.vbw
frmProfile = 44, 44, 401, 390, C, 22, 22, 379, 368, C
Encrypt = 66, 66, 424, 412, C
frmSearch = 88, 88, 446, 434, C, 66, 66, 424, 412, C
frmLinks = 110, 110, 468, 456, C, 110, 110, 468, 456, C
frm
www.eeworm.com/read/141111/13041175
h des.h
enum {ENCRYPT,DECRYPT};//
void Des_Run(char Out[8], char In[8], bool Type);
//设置密钥
void Des_SetKey(const char Key[8]);
static void F_func(bool In[32],const bool Ki[48]); //f函数
static void S_
www.eeworm.com/read/308131/13707434
h aes.h
/* AES.H*/
#ifndef HEADER_AES_H
#define HEADER_AES_H
#ifdef OPENSSL_NO_AES
#error AES is disabled.
#endif
#define AES_ENCRYPT 1
#define AES_DECRYPT 0
/* Because array size can't be a const in C, t
www.eeworm.com/read/126641/6015022
pod des.pod
=pod
=head1 NAME
des - encrypt or decrypt data using Data Encryption Standard
=head1 SYNOPSIS
B
(
B
|
B
) | (
B
|
B
) | (
B[B][B]
) |
[
B
] [
B
I