代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/108939/15569528
cpp blowfish.cpp
// _THE BlowFishEnc ENCRYPTION ALGORITHM_
// by Bruce Schneier
// Revised code--3/20/94
// Converted to C++ class 5/96, Jim Conger
// Updated to support FileEncryption Utility by Nir Dremer, 9/02
www.eeworm.com/read/108939/15569529
h blowfish.h
// _THE BlowFishEnc ENCRYPTION ALGORITHM_
// by Bruce Schneier
// Revised code--3/20/94
// Converted to C++ class 5/96, Jim Conger
// Updated to support FileEncryption Utility by Nir Dremer, 9/02
www.eeworm.com/read/108939/15569551
h encryption_i.h
#pragma once
#include
class EncryptionInterface
{
public:
EncryptionInterface(const char *pwd) { strncpy(_encryptionKey, pwd, 99); _encryptionKey[99] = 0; }
virtual ~Encryption
www.eeworm.com/read/107337/15608800
txt yuesefu.txt
#include
#include
struct node
{
int number; /* 人的序号 */
int cipher; /* 密码 */
struct node *next; /* 指向下一个节点的指针 */
};
struct node *CreatList(int num) /* 建立循环
www.eeworm.com/read/103556/15729186
java cryptoinputstream.java
package ecc.io;
import java.io.*;
import ecc.*;
public class CryptoInputStream extends InputStream {
private DataInputStream in;
private CryptoSystem cs;
private Key key;
private byt
www.eeworm.com/read/103556/15729194
java sillycryptosystem.java
package ecc.io;
import ecc.*;
public class SillyCryptoSystem implements CryptoSystem {
public byte[] encrypt(byte[] plain, int numbytes, Key ek) {
if(plain.length == numbytes) return plain;
by
www.eeworm.com/read/103376/15735636
txt yuesefu.txt
#include
#include
struct node
{
int number; /* 人的序号 */
int cipher; /* 密码 */
struct node *next; /* 指向下一个节点的指针 */
};
struct node *CreatList(int num) /* 建立循环
www.eeworm.com/read/102206/15789912
html package-use.html
Uses of Package jxta.security.cipher (Project JXTA J2SE)
www.eeworm.com/read/102206/15789913
html package-frame.html
jxta.security.cipher (Project JXTA J2SE)
www.eeworm.com/read/102206/15789916
html key.html
Uses of Interface jxta.security.cipher.Key (Project JXTA J2S