代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/265464/4282118
h decrypt.h
/*
* PSP Software Development Kit - http://www.pspdev.org
* -----------------------------------------------------------------------
* Licensed under the BSD license, see LICENSE in PSPSDK root for
www.eeworm.com/read/265464/4282119
c decrypt.c
/*
* PSP Software Development Kit - http://www.pspdev.org
* -----------------------------------------------------------------------
* Licensed under the BSD license, see LICENSE in PSPSDK root for
www.eeworm.com/read/258893/4349061
c decrypt.c
/* Copyright (C) 1998 Network Associates, Inc.
Author: Michael Elkins
Last Edit: October 20, 1998 */
#include
#include
#include "libpkcs7.h"
www.eeworm.com/read/258893/4350914
c decrypt.c
/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
$Id: decrypt.c,v 1.101
www.eeworm.com/read/474587/6813213
txt decrypt.txt
this is a test !!!!!!!!
this is a test !!!!!!!!
this is a test !!!!!!!!
www.eeworm.com/read/471698/6888226
m decrypt.m
function cipher = decrypt(plain,rk,a,b,c,d,k1,k2)
l = size(plain);
n = mod((mod(a*d,26)-mod(b*c,26)),26);
%fprintf('n: %d\n',n);
for i = 1 : 26
if(mod(i*n,26) == 1)
n = i;
www.eeworm.com/read/367275/9763101
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
#
www.eeworm.com/read/266188/11237570
cpp decrypt.cpp
//Decrypt.cpp
#include "stdafx.h"
#include "EC1Assignment.h"
#include "EC1AssignmentDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
www.eeworm.com/read/238196/13903004
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
#