代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/146506/12641721
cpp xt5-12-2.cpp
#include
using namespace std;
int main()
{int j,n;
char ch[80];
cout
www.eeworm.com/read/146506/12641729
cpp xt5-12-1.cpp
#include
using namespace std;
int main()
{int j,n;
char ch[80],tran[80];
cout
www.eeworm.com/read/146506/12641757
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/238196/13903001
txt firstmessage.txt
If you can read this, you have successfully decrypted this message.
If you're using the ibe command-line executable, you can encrypt
messages for other people by typing something like:
ibe encrypt A
www.eeworm.com/read/300587/13904735
cpp 1129 do the untwist.cpp
#include
#include
using namespace std;
char cipher[80];
char plain[80];
int main()
{
int i,j,n,key,ccode,pcode,p;
while( scanf("%d",&key)==1 && key )
{
scanf("%s"
www.eeworm.com/read/237013/13981417
java fileencryptorrsa.java
import java.security.*;
import java.security.spec.*;
import javax.crypto.*;
import javax.crypto.spec.*;
import java.io.*;
import java.util.*;
public class FileEncryptorRSA {
private stat
www.eeworm.com/read/134450/13990439
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Cipher.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/133785/14024359
h rijndael-api-ref.h
/* rijndael-api-ref.h v2.0 August '99
* Reference ANSI C code
*/
/* AES Cipher header file for ANSI C Submissions
Lawrence E. Bassham III
Computer Security Division
National
www.eeworm.com/read/133718/14028961
java fzddecyauti.java
import java.security.*;
import javax.crypto.*;
import javax.crypto.spec.SecretKeySpec;
import java.net.*;
public class FZDDecyAuti {
private static String Algorithm="DES";
public FZDDecyAut
www.eeworm.com/read/133718/14028962
java custencyauti.java
import java.security.*;
import javax.crypto.*;
import javax.crypto.spec.SecretKeySpec;
import java.net.*;
public class CustEncyAuti {
//定义 加密算法,可用 DES,DESede,Blowfish
private static String A