代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/106372/6951548
1 cipher.1
.\" @(#) cipher.1 1.0 @(#)cipher.1 1.1 91/20/91 1
.TH CIPHER 1
.ds )H David A. Barrett
.ds ]W Revision 1.0: Jan 1991
.SH NAME
cipher, decipher \- Fast DES-compatible encryption
.SH SYNOPS
www.eeworm.com/read/465806/7046376
~pas cipher.~pas
unit cipher;
interface
type tablica =array [0..76] of ansistring;
const
Pierwsza : tablica = ('74','91','77','76','BA','71','70','9D',
'73','72','7D','7C','7F','7E',
www.eeworm.com/read/465806/7046386
dcu cipher.dcu
www.eeworm.com/read/465806/7046391
pas cipher.pas
unit cipher;
interface
type tablica =array [0..76] of ansistring;
const
Pierwsza : tablica = ('74','91','77','76','BA','71','70','9D',
'73','72','7D','7C','7F','7E',
www.eeworm.com/read/465089/7057207
java cipher.java
/**
*
*/
package RSA;
import java.math.BigInteger;
/**
* @author Administrator
*
*/
public class Cipher {
public BigInteger PublicKey;
public BigInteger PrimeP;
public BigInte
www.eeworm.com/read/465089/7057212
class cipher.class
www.eeworm.com/read/465093/7057236
cpp cipher.cpp
#include
#include
#include "Cipher.h"
#ifndef SubKey
#include "GlobalData.h"
#endif
/**************************************/
void InitialPermu(int *TB);
void expanp
www.eeworm.com/read/465093/7057237
h cipher.h
#include "SubKeyProduce.h"
/**************************************/
void InitialPermu(int *TB);
void expanpermu(int *RPT,int *EXT);
void SBox(int *RPT,int *EXT);
void PBox(int *RPT);
void last
www.eeworm.com/read/465093/7057247
obj cipher.obj
www.eeworm.com/read/441132/7675294
h cipher.h
/* $OpenBSD: cipher.h,v 1.33 2002/03/18 17:13:15 markus Exp $ */
/*
* Author: Tatu Ylonen
* Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
* All