代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/385667/8792885
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/385667/8792887
lib des.lib
www.eeworm.com/read/385667/8792889
dll des.dll
www.eeworm.com/read/385667/8792890
h des.h
/*********************************************************************/
/*-文件名:des.c */
/*- */
/*-功能: 实现DES加密算法的加密解密功能 */
/*- */
/*-说明:de
www.eeworm.com/read/429652/8796733
h des.h
// Des.h: interface for the CDes class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DES_H__E0A91F40_DF86_11D6_B0C1_00E04C391A51__INCLUDED_)
#define
www.eeworm.com/read/429652/8796746
cpp des.cpp
// Des.cpp: implementation of the CDes class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MixedCS.h"
#include "Des.h"
#include "Window
www.eeworm.com/read/385229/8813209
pas des.pas
unit DES;
interface
uses SysUtils;
type
TKeyByte = array[0..5] of Byte;
TDesMode = (dmEncry, dmDecry);
function EncryStr(Str, Key: String): String;
function DecryStr(Str, Key: S
www.eeworm.com/read/428864/8832336
dcu des.dcu
www.eeworm.com/read/428473/8865796
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/284941/8881745
java des.java
public class Des {
/* Table - s1 */
protected static byte[][] s1 = {
{14, 4, 13, 1, 2, 15, 11, 8, 3, 10, 6, 12, 5, 9, 0, 7},
{0, 15, 7, 4, 14, 2, 13, 1, 10, 6, 12, 11, 9, 5, 3, 8},
{4,