代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/217031/14982351
h des.h
/*
DES.H - header file for DESC.C
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF 2.0.
All functions prototypes are the Same as for RSAREF.
To aid
www.eeworm.com/read/208608/15242860
h des.h
/*
* @(#)des.h 2006-06-15 15:36:15
* Copyright 2006 HUST Software School. All rights reserved.
* Author: 翟黎 软件0309 01012003026327 Email:mrzhaili@gmail.com
*/
#ifndef _DES_H
#define _DES_H
www.eeworm.com/read/167075/5469676
pl bf-686.pl
#!/usr/local/bin/perl
push(@INC,"perlasm","../../perlasm");
require "x86asm.pl";
require "cbc.pl";
&asm_init($ARGV[0],"bf-686.pl");
$BF_ROUNDS=16;
$BF_OFF=($BF_ROUNDS+2)*4;
$L="ecx";
$R="edx";
$P="
www.eeworm.com/read/160303/5572685
pl bf-686.pl
#!/usr/bin/perl
push(@INC,"perlasm","../../perlasm");
require "x86asm.pl";
require "cbc.pl";
&asm_init($ARGV[0],"bf-686.pl");
$BF_ROUNDS=16;
$BF_OFF=($BF_ROUNDS+2)*4;
$L="ecx";
$R="edx";
$P="edi";
www.eeworm.com/read/136568/6785036
h aes.h
/*
---------------------------------------------------------------------------
Copyright (c) 2003, Dr Brian Gladman , Worcester, UK.
All rights reserved.
LICENSE TERMS
www.eeworm.com/read/136568/6785050
h aescpp.h
/*
---------------------------------------------------------------------------
Copyright (c) 2003, Dr Brian Gladman , Worcester, UK.
All rights reserved.
LICENSE TERMS
www.eeworm.com/read/293056/8316339
h des.h
/*
DES.H - header file for DESC.C
Copyright (c) J.S.A.Kapp 1994 - 1995.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same as for RSAREF(tm).
To aid co
www.eeworm.com/read/147810/12519679
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
(*
typedef unsigned short int UINT2;
typedef unsigne
www.eeworm.com/read/135773/13900786
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
(*
typedef unsigned short int UINT2;
typedef unsigne
www.eeworm.com/read/237570/13944678
cpp mylistctrl.cpp
#include "StdAfx.h"
#include ".\mylistctrl.h"
#include "..\EncryptArithmetic\Encrypt.h"
CEncrypt m_encrypt1;
CMyListCtrl::CMyListCtrl(void)
{
//m_fileOpen=NULL;
}
CMyListCtrl::~CMyL