代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/423053/10590094
~dpr des.~dpr
program Des;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
www.eeworm.com/read/423053/10590097
res des.res
www.eeworm.com/read/351900/10597527
h des.h
/*
* Header file for class of representing des algorithm
* Copyright (C) 2007 Stone
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/351900/10597532
cpp des.cpp
/*
* Implementation file for class of representing des algorithm
* Copyright (C) 2007 Stone
*
* This program is free software: you can redistribute it and/or modify
* it under the term
www.eeworm.com/read/277830/10602816
asm des.asm
www.eeworm.com/read/277732/10608168
plg des.plg
Build Log
--------------------Configuration: des - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\
www.eeworm.com/read/277732/10608177
dsw des.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/277732/10608181
dsp des.dsp
# Microsoft Developer Studio Project File - Name="des" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso
www.eeworm.com/read/277732/10608189
cpp des.cpp
/* Sofware DES functions
* written 12 Dec 1986 by Phil Karn, KA9Q; large sections adapted from
* the 1977 public-domain program by Jim Gillogly
*/
#define NULL 0
#if defined(_M_I86) || defin
www.eeworm.com/read/277732/10608192