代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/112610/15481897
h cipher.h
#ifndef Cipher_h
#define Cipher_h
#include
using namespace std;
class Cipher{
public:
void Encipher(char* mfile,char* cfile);//virtual=0;
void Decipher(char* cfile,char* dfile)
www.eeworm.com/read/112610/15481898
dat cipher.dat
www.eeworm.com/read/112610/15481901
ncb cipher.ncb
www.eeworm.com/read/110418/15534496
java cipher.java
/*
Christoforos Pirillos @ Villanova University - May 1999
based on code from the book "Java Network Programming" by Hughes
*/
package encryption;
/**This is a generic superclass of all ciphers; it
www.eeworm.com/read/106834/15620567
c cipher.c
#include
#include
main()
{
char c;
long a_num,year,month,day,hour,x,m,n,s;
long key1,key2;
short i,j,a;
key1=4691813;
key2=3181964;
initscr(
www.eeworm.com/read/105212/15675000
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
www.eeworm.com/read/105212/15675123
c cipher.c
/*
* Author: Tatu Ylonen
* Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
* All rights reserved
*
* As far as I am concerned, the code I have wr
www.eeworm.com/read/104702/15684758
h cipher.h
/*
* GNU POC (passwords on card) - manage passwords on smartcards
* Copyright (C) 2001 Henning Koester
*
* Please report bugs to bug-poc@gnu.org
*
* This file is par
www.eeworm.com/read/104702/15684780
c cipher.c
/*
* GNU POC (passwords on card) - manage passwords on smartcards
* Copyright (C) 2001 Henning Koester
*
* Please report bugs to bug-poc@gnu.org
*
* This file is par