代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/221937/14713744
plg decrypt.plg
Build Log
--------------------Configuration: decrypt - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\CHENS
www.eeworm.com/read/221937/14713745
ncb decrypt.ncb
www.eeworm.com/read/221937/14713746
opt decrypt.opt
www.eeworm.com/read/221937/14713748
c decrypt.c
/*
* Name: $RCSfile$
*
* Version: $Revision$
*
* Created by: chensd
*
* Purpose: This is a C language practice program
*
* UNICATION CO. LTD. PROPRIETARY INFORMATION
*
* SECURITY L
www.eeworm.com/read/221937/14713749
dsp decrypt.dsp
# Microsoft Developer Studio Project File - Name="decrypt" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C
www.eeworm.com/read/221937/14713750
dsw decrypt.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/220903/14784352
cpp decrypt.cpp
#include "StdAfx.h"
#include ".\decrypt.h"
/**
* 公共构造器
* 参数:
* key 密钥,从证书获得
* IV 初始化向量,从证书获得
* keyLen AES密钥长度,标准位128,192,256
*/
Decrypt::Decrypt(unsigned char *key, unsigned char *IV,in
www.eeworm.com/read/220903/14784356
h decrypt.h
#pragma once
#include "AES.h"
#ifndef KEY_LEN //密钥长度
#define KEY_LEN 128
#endif
#ifndef SEC_LEN //实际段长
#define SEC_LEN 64*1024
#endif
#ifndef DEC_SEC_LEN //加密后的段长
#define DEC_SEC_LEN SE
www.eeworm.com/read/119154/14838298
ps decrypt.ps
% Decrypt an eexec-encoded file.
(t.in) (r) file /in exch def
(t.out) (w) file /out exch def
256 string /buf exch def
55665 % eexec encryption seed
{ in buf readhexstring /more exch def
d
www.eeworm.com/read/119112/14838978
c decrypt.c
/* frontend to IBE_decrypt() in ibe_lib.cc
* (performs decryption)
* Ben Lynn
*/
/*
Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu)
See LICENSE for license
*/
#include
#