1 2345678910...
|
Bomb('This file has been renamed from MD5 to IcsMD5. Update your "uses" clause !');
Language: Delphi LOC: 1 Spider_20090108_inc : Simple Reverse Proxy (pxy) (project search) : .../Requirements/ics.zip.---/Delphi/Vc32/MD5.pas
|
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls,md5;
type
Tpasswd_form = class(TForm)
Language: Delphi LOC: 32 Spider_20090401_inc : Handy Scheduler - plugin_task_management (project search) : .../0011/handys/handy31_src.zip/pass_input.pas
|
*)
{
support class implementing the MD5 digest algorithm through CryptPak.dll
}
unit MD5;
Language: Delphi License: AL20 Copyright 1997-2005 Markus Hahn LOC: 122 Spider_20090120_inc : Blowfish Advanced CS (project search) : .../bfacs/bfacs257src.zip/src/bfacs/MD5.pas
|
*)
{
support class implementing the MD5 digest algorithm through CryptPak.dll
}
unit MD5;
Language: Delphi License: AL20 Copyright 1997-2005 Markus Hahn LOC: 122 Spider_20090121_inc : Blowfish CS (project search) : .../Blowfish_CS/bfacs257src.zip/src/bfacs/MD5.pas
|
var
// due to speed reasons we use the CryptPak API directly
pCtx : PMD5CTX;
hash : array[0..MD5_DIGESTSIZE - 1] of WORD8;
pBuf : PWORD32Buf;
Language: Delphi License: AL20 Copyright 1997-2005 Markus Hahn LOC: 124 Spider_20090120_inc : Blowfish Advanced CS (project search) : .../bfacs/bfacs257src.zip/src/bfacs/KeyHash.pas
|
var
// due to speed reasons we use the CryptPak API directly
pCtx : PMD5CTX;
hash : array[0..MD5_DIGESTSIZE - 1] of WORD8;
pBuf : PWORD32Buf;
Language: Delphi License: AL20 Copyright 1997-2005 Markus Hahn LOC: 124 Spider_20090121_inc : Blowfish CS (project search) : .../Blowfish_CS/bfacs257src.zip/src/bfacs/KeyHash.pas
|
}
{
Implementation of the MD2, MD4 and MD5 Message-Digest Algorithm
as specified in RFC 1319 (1115), 1320 (1186), 1321
(See NOTE below for details of what is exactly implemented)
Language: Delphi Copyright 2002 by Quality Software Components } LOC: 367 Spider_20090120_inc : Zeus:DB (project search) : .../delphi packages/Indy_9_00_14_src.rar.---/Indy_9_00_14_src/Source/IdHashMessageDigest.pas
|
}
{
Implementation of the MD2, MD4 and MD5 Message-Digest Algorithm
as specified in RFC 1319 (1115), 1320 (1186), 1321
(See NOTE below for details of what is exactly implemented)
Language: Delphi Copyright 2002 by Quality Software Components } LOC: 367 Spider_20090227_inc : osFinancials Accounting Software (project search) : .../osfinancials/Components20070330.zip/Components20070330/INDY9/IdHashMessageDigest.pas
|
$Log: 10183: IdHashMessageDigest.pas
Rev 1.0 2002.11.12 10:40:22 PM czhower
Implementation of the MD2, MD4 and MD5 Message-Digest Algorithm
as specified in RFC 1319 (1115), 1320 (1186), 1321
(See NOTE below for details of what is exactly implemented)
Language: Delphi Copyright 2002 by Quality Software Components } LOC: 367 Spider_20090107_inc : indy for FPC/Lazarus (project search) : .../inc_004/indy4lazarus/indy4lazarus-20040117.tgz/source/idhashmessagedigest.pas
|
Cleaned up warnings
Rev 1.2 1/15/2004 2:32:50 AM JPMugaas
Attempt to add MD5 coder support for partial streams. THis is needed for the
XMD5 command in the FTP Server.
Rev 1.1 2003-10-12 22:36:40 HHellstr�m
Language: Delphi (c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All rights reserved. LOC: 420 Spider_20090529_inc : R&Q (project search) : .../rnq/Open.RnQ.20070719.rar/INDY/lazarus/IdHashMessageDigest.pas
|
Language: Delphi (c) 1998 by Michael Neumann. LOC: 214 Spider_20081217_inc : ioda fulltext engine (project search) : .../inc_003/ioda/ioda-1.3-src.tar.bz2/src/md5.pas
|
unit Umd5;
interface
//---------------------------
Language: Delphi LOC: 320 Spider_20090227_inc : dW3gParser (project search) : .../009/dw3gparser/dW3gParser.0.15_999_10.sources.7z/commonUnits/Umd5.pas
|
// salt helper functions
function gen_des_salt: string;
function gen_md5_salt: string;
// crypt helper functions
function crypt_password(const key: string; const UseMD5: boolean): string;
Language: Delphi LOC: 40 Spider_20081215_inc : Free Pascal Compiler - Source (project search) : .../fpcsrc/packages/hash/src/unixcrypt.pas
|
// salt helper functions
function gen_des_salt: string;
function gen_md5_salt: string;
// crypt helper functions
function crypt_password(const key: string; const UseMD5: boolean): string;
Language: Delphi LOC: 40 Spider_20081215_inc : Free Pascal Compiler - Source (project search) : .../fpc-2.2.2/packages/hash/src/unixcrypt.pas
|
unit Auth;
interface
function CRAM_MD5_AUTH(const User, Pass, TimeStamp: String): String;
function PLAIN_AUTH(const User, Pass: String): String;
function APOP_AUTH(const Pass, TimeStamp: String): String;
Language: Delphi LOC: 96 Spider_20090120_inc : TabMail (project search) : .../006/tabmail/TabMail-2.7b8.5_src.zip/TabMail-2.7b8.5/Auth.pas
|
name : String; // short file name (see NapServerTypes.ExtractMPName)
filename : String; // full file name
{$IFNDEF IGNORE_MD5}
md5 : String; // MD5
{$ENDIF}
Language: Delphi License: GPL Copyright 2001 by CyberAlien@europe.com LOC: 141 Spider_20081217_inc : SlavaNap (project search) : .../batches/inc_003/slavanap2/srv2_share.pas
|
Author: Fran�ois PIETTE. Based on work given by Louis S. Berman from
BrainTree Ltd, lsb@braintree.com
Description: MD5 is an implmentation for the MD5 Message-Digest Algorithm
as described in RFC-1321
EMail: francois.piette@pophost.eunet.be
Language: Delphi License: ZLL (C) 1997, 1998 by Fran�ois PIETTE LOC: 25 Spider_20090227_inc : osFinancials Accounting Software (project search) : .../wwwNet/ics/Delphi/Internet/md5test1.pas
|
Author: Fran�ois PIETTE. Based on work given by Louis S. Berman from
BrainTree Ltd, lsb@braintree.com
Description: MD5 is an implmentation for the MD5 Message-Digest Algorithm
as described in RFC-1321
EMail: francois.piette@pophost.eunet.be
Language: Delphi License: ZLL (C) 1997, 1998 by Fran�ois PIETTE LOC: 25 Spider_20090120_inc : Feedreader - Extendable RSS/ATOM reader (project search) : .../Delphi-Components/ics.zip.---/Delphi/Internet/md5test1.pas
|
{* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********}
{******************************************************************************}
{* A binary compatible implementation of MD5 **********************************}
{******************************************************************************}
{* Copyright (c) 1999-2002 David Barton *}
Language: Delphi (c) 1999-2002 David Barton *} LOC: 200 Spider_20090529_inc : Lazarus Code and Component Repository - TAChart (project search) : .../lazarus-ccr/dcpcrypt2-laz-2.0.3-2.zip/DCP/Hashes/dcpmd5.pas
|
{$define IGNORE_MAIL}
// ignore e-mail
{$define IGNORE_MD5}
// ignore MD5
{$define MULTIPLE_INSTANCES}
Language: Delphi License: GPL Copyright 2001 by CyberAlien@europe.com LOC: 0 Spider_20081217_inc : SlavaNap (project search) : .../batches/inc_003/slavanap2/srv2_defines.pas
|
This file is part of the Free Pascal packages.
Copyright (c) 1999-2000 by the Free Pascal development team
Tests the MD5 program.
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
Language: Delphi (c) 1999-2000 by the Free Pascal development team LOC: 61 Spider_20090401_inc : The Free Pascal for BeOS initiative (project search) : .../0011/befpc/examples/hash/mdtest.pas
|
This file is part of the Free Pascal packages.
Copyright (c) 1999-2000 by the Free Pascal development team
Tests the MD5 program.
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
Language: Delphi (c) 1999-2000 by the Free Pascal development team LOC: 61 Spider_20081215_inc : Free Pascal Compiler - Source (project search) : .../fpcsrc/packages/hash/examples/mdtest.pas
|
This file is part of the Free Pascal packages.
Copyright (c) 1999-2000 by the Free Pascal development team
Tests the MD5 program.
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
Language: Delphi (c) 1999-2000 by the Free Pascal development team LOC: 61 Spider_20081215_inc : Free Pascal Compiler - Source (project search) : .../fpc-2.2.2/packages/hash/examples/mdtest.pas
|
// -----------------------------------------------------------------------------------------------
//
// MD5 Message-Digest for Delphi 4
//
// Delphi 4 Unit implementing the
Language: Delphi LOC: 358 Spider_20081217_inc : MP3 Book Helper (project search) : .../inc_003/mp3bookhelper/MP3BookHelper_v2.3.4_src.zip/3rd-party/md5.pas
|
implementation
{$R *.DFM}
uses u_CreateList, u_DoMD5s, u_About;
constructor TMain.Create(AOwner: TComponent);
var
Language: Delphi LOC: 190 Spider_20081217_inc : MD5summer - Win MD5 file hash utility (project search) : .../inc_003/md5summer/md5summer-1.2.0.05/Source/u_Main.pas
|
1 2345678910...
|