代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/274726/10856085
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Encrypt.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h
www.eeworm.com/read/417728/10979043
h~ tea.h~
#ifndef TEA_H
#define TEA_H
//#include
#include "util.h"
class TEA {
public:
TEA(const byte *key, int round = 32, bool isNetByte = false);
TEA(const TEA &rhs);
TEA& opera
www.eeworm.com/read/417728/10979044
h tea.h
#ifndef TEA_H
#define TEA_H
//#include
#include "util.h"
#include
class TEA {
public:
TEA(const byte *key, int round = 32, bool isNetByte = false);
TEA(const
www.eeworm.com/read/470796/6908421
h des.h
#define ENCRYPT 0
#define DECRYPT 1
//enum bool{false,true}; // if bool is not supported,use this or just replace with char
// and use 1 for true,0 for false;
////
www.eeworm.com/read/470055/6923938
txt salsa.txt
AlgorithmType: SymmetricCipher
Name: Salsa20
Source: http://www.ecrypt.eu.org/stream/svn/viewcvs.cgi/ecrypt/trunk/submissions/salsa20/full/verified.test-vectors?rev=161&view=markup
Comment: Set 1,
www.eeworm.com/read/470055/6923940
txt tea.txt
AlgorithmType: SymmetricCipher
Name: TEA/ECB
Source: http://www.cix.co.uk/~klockstone/teavect.htm
Comment: test 1
Plaintext: 00000000 00000000
Key: 00000000 00000000 00000000 00000000
Cipherte
www.eeworm.com/read/470055/6923953
txt aes.txt
AlgorithmType: SymmetricCipher
Name: AES/ECB
Source: NIST Special Publication 800-38A
Plaintext: 6bc1bee22e409f96e93d7e117393172a ae2d8a571e03ac9c9eb76fac45af8e51 30c81c46a35ce411e5fbc1191a0a52ef f
www.eeworm.com/read/470055/6923955
txt camellia.txt
AlgorithmType: SymmetricCipher
Name: Camellia/ECB
Source: NESSIE submission
Comment: Tests with 128-bit keys
Comment: Set 1, vector 0
Key: 80000000000000000000000000000000
Plaintext:
www.eeworm.com/read/374029/6965020
pas md5form.pas
{##########################################
旁注入侵专用程序 3.0升级版
-----------------------------------------
模块:MD5散列加密
作者:2005.3.26日晚 明小子
##########################################}
u