代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/273409/10916899
cpp xt5-12-5.cpp
#include
#include
using namespace std;
int main()
{int j;
string ch=" ";
char *p=&ch[0]; //定义字符指针并使之指向ch的首字符
cout
www.eeworm.com/read/273409/10916914
cpp xt5-12-2.cpp
#include
using namespace std;
int main()
{int j,n;
char ch[80];
cout
www.eeworm.com/read/273409/10916919
cpp xt5-12-1.cpp
#include
using namespace std;
int main()
{int j,n;
char ch[80],tran[80];
cout
www.eeworm.com/read/273409/10916939
cpp xt5-12-4.cpp
#include
#include
using namespace std;
int main()
{int j;
string ch="I will visit China next week.";
cout
www.eeworm.com/read/418321/10953024
h rijndael-api-fst.h
/**
* rijndael-api-fst.h
*
* @version 2.9 (December 2000)
*
* Optimised ANSI C code for the Rijndael cipher (now AES)
*
* @author Vincent Rijmen
* @author
www.eeworm.com/read/470055/6923898
h rng.h
// rng.h - misc RNG related classes, see also osrng.h, randpool.h
#ifndef CRYPTOPP_RNG_H
#define CRYPTOPP_RNG_H
#include "cryptlib.h"
#include "filters.h"
NAMESPACE_BEGIN(CryptoPP)
//! l
www.eeworm.com/read/106372/6951527
makefile
#
# Change the CFLAGS and MANDIR and BINDIR to suit your machine.
#
# Type "make" to build and test.
# Type "make -n install" to see how to install the code
#
# use -DBSD for Berkley systems
www.eeworm.com/read/106372/6951549
c desvalid.c
/*
* Data Encryption Standard Validation Tests
*
* From National Bureau of Standards Special Publication 500-20
*
* Written by David A. Barrett (barrett%asgard@boulder.Colorado.EDU)
*
*
www.eeworm.com/read/468035/6998268
java testmain.java
package test.security;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import javax.crypto.Cipher;
public class TestMain {
public static void main(String
www.eeworm.com/read/467632/7006301
pas dcpice.pas
{******************************************************************************}
{* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********}
{***********************************