代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/330099/12916404
c ecc_encrypt.c
//***************程序说明****************************************//
//程序名称: 射频数据通信 AUCT-Scanner.C //
//功能: 无线扫码器 //
//硬件环境: MSP
www.eeworm.com/read/323119/13351919
result func_encrypt.result
drop table if exists t1;
create table t1 (x blob);
insert into t1 values (des_encrypt('The quick red fox jumped over the lazy brown dog','The quick red fox jumped over the lazy brown dog'));
insert in
www.eeworm.com/read/323119/13354139
test func_encrypt.test
-- source include/have_openssl.inc
--disable_warnings
drop table if exists t1;
--enable_warnings
create table t1 (x blob);
insert into t1 values (des_encrypt('The quick red fox jumped over the lazy
www.eeworm.com/read/320008/13436304
cpp aes_encrypt.cpp
#include "aes.h"
Aes::Aes(int keySize, char* keyBytes)
{
SetNbNkNr(keySize);
key = new char[Nk * 4]; // 16, 24, 32 bytes
//keyBytes.CopyTo( key, 0);
BuildSbox();
BuildInvSbox();
Bui
www.eeworm.com/read/308783/13692165
vbp spl encrypt.vbp
Type=Exe
Form=..\..\..\..\..\Documents and Settings\Kollexeobre Co\Desktop\planet-source-code\SPL Encription\Form1.frm
Form=..\..\..\..\..\Documents and Settings\Kollexeobre Co\Desktop\planet-source
www.eeworm.com/read/148976/5705008
java~13~ encrypt.java~13~
package encryptandunencrypt;
import java.io.*;
import javax.crypto.*;
import javax.crypto.spec.SecretKeySpec;
public class Encrypt {
private String fenge = java.io.File.separator;
pu