代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/169694/9845518
cpp des.cpp
#include "stdafx.h"
#include "des.h"
#include
static unsigned char C[17][28],D[17][28],K[17][48],c,ch1;
ARITHDLL_API void WINAPI GetDesKey(unsigned char *pbyKey, int n)
{
memse
www.eeworm.com/read/169278/9870569
h des.h
/* crypto/des/des.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* Th
www.eeworm.com/read/365220/9873021
class des.class
www.eeworm.com/read/364845/9891516
html des.html
DES实现 C源代码_天涯海角
.error{color:#FF0000;font-size:12px}
www.eeworm.com/read/364516/9904627
cpp des.cpp
// DES.cpp: implementation of the CDES class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "DES.h"
#include "memory.h"
/////////////
www.eeworm.com/read/364516/9904643
h des.h
#ifndef CDES_H_CAESAR__DEF
#define CDES_H_CAESAR__DEF
#include
class CDES
{
public:
CDES();
virtual ~CDES();
//加密解密
enum
{
ENCRYPT = 0, //加密
DECRYPT //解密
www.eeworm.com/read/168511/9909674
plg des.plg
Build Log
--------------------Configuration: des - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\csp\LOCAL
www.eeworm.com/read/168511/9909678
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/168511/9909681
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/168511/9909690