代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/288780/8608443
c des.c
//#include "stdafx.h"
//#include
#include "des.h"
//#include "global.h"
static UINT2 bytebit[8] = {
0200, 0100, 040, 020, 010, 04, 02, 01
};
static UINT4 bigbyte[24] = {
0x800
www.eeworm.com/read/288780/8608467
obj des.obj
www.eeworm.com/read/288780/8608470
h des.h
#ifndef __DES_H__
#define __DES_H__
#define ID_OK 0
#define RE_LEN 1
typedef unsigned short int UINT2;
typedef unsigned long int UINT4;
typedef struct {
UINT4 subkeys[32];
www.eeworm.com/read/288775/8608591
cpp des.cpp
/********************************************************************/
/* DES(Data Encryption Standard) */
/* Written by Bunny
www.eeworm.com/read/288774/8608674
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/288774/8608691
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/288446/8631544
class des.class
www.eeworm.com/read/288446/8631560
java des.java
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.security.SecureRandom;
import javax.crypto.BadPaddingException;
import javax.crypto.Cipher;
www.eeworm.com/read/288446/8631579
class des.class
www.eeworm.com/read/288446/8631612