代码搜索:decipher
找到约 111 项符合「decipher」的源代码
代码结果 111
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/6951528
h cipher.h
/*
* Data encription standard header file for cipher.c
*/
#include "des.h"
#define makeKey desMakeKey
#define encipher des
#define decipher des
#define inBlockSize desInBlockSize
#define
www.eeworm.com/read/145881/12696561
html 215-217.html
Learn Encryption Techniques with BASIC and C++:Transposition-based Monoalphabetic Substitution
www.eeworm.com/read/124465/6046883
readme
/jayacard/proto/tck/bios/README
===============================================================================
README this file
test01 Bios Random Generator Testing
test02 Bios Encipher / De
www.eeworm.com/read/103694/6212797
readme
/jayacard/proto/tck/bios/README
===============================================================================
README this file
test01 Bios Random Generator Testing
test02 Bios Encipher / De
www.eeworm.com/read/158181/11638785
cpp main.cpp
#include
#include
#include
using namespace std;
using std::ifstream;
using std::ofstream;
bool encrypt(); //加密函数
bool decipher(); //解密函数
int main()
{
i
www.eeworm.com/read/100319/15877180
h cipher.h
/*
* Data encription standard header file for cipher.c
*/
#include "des.h"
#define makeKey desMakeKey
#define encipher des
#define decipher des
#define inBlockSize desInBlockSize
#define outBlock
www.eeworm.com/read/448962/7521471
txt 1.txt
#include
#include
#include
#include "math.h"
#define KEYLEN 52 //子密钥个数
#define word16 unsigned short
#define word32 unsigned int
#define low16(x) ((x)&0xffff) //取
www.eeworm.com/read/314474/13566772
make-standard-directories
#!/bin/csh -f
# File: make-standard-directories
# Author: The SRI DECIPHER (TM) System
# Date: Wed Nov 4 00:36:38 1992
#
# Description:
# This script makes the standard directories fo
www.eeworm.com/read/133437/14043245
h cipher.h
#ifndef Cipher_h
#define Cipher_h
#include
//using namespace std;
class Cipher{
public:
virtual void Encipher(char* mfile,char* cfile)=0;//;
virtual void Decipher(char* cfi