代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/282487/9089632
inc des.inc
const
shifts2: array[0..15]of byte=
(0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0);
des_skb: array[0..7,0..63]of dword=(
(
(* for C bits (numbered as per FIPS 46) 1 2 3 4 5 6 *)
$000000
www.eeworm.com/read/282472/9092206
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/282411/9097084
class des.class
www.eeworm.com/read/282411/9097102
java des.java
package des;
/**
* Title: Des类
* Description: 含有des算法核心
* Copyright: Copyright (c) 2006
* Company:
* @author maya
* @version 1.0
*/
public class Des {
www.eeworm.com/read/282411/9097108
jbx des.jbx
[PropertyInfo]
binary,byte[],false,false, , ,false,
key,byte[],false,false, , ,true,
output,byte[],false,false, , ,true,
s1,byte[][],false,false, , ,false,
s2,
www.eeworm.com/read/381276/9099718
dcu des.dcu
www.eeworm.com/read/184393/9106992
cpp des.cpp
#include "StdAfx.h"
#include ".\des.h"
// static initilize
//
const BYTE CDES::m_PermutedKey[56]=
{
57,49,41,33,25,17,9,
1,58,50,42,34,26,18,
10,2,59,51,43,35,27,
19,11,3,60,52
www.eeworm.com/read/184393/9106995
h des.h
#pragma once
#include "OperateFile.h"
#define WM_DEFINE_POS WM_USER+100
//代码编写 王菁宇 ..川大03级
class CDES
{
public:
CDES(void);
~CDES(void);
INT EncryptFile();
INT DecryptFile();
void SetH
www.eeworm.com/read/184182/9118635
ico des.ico
www.eeworm.com/read/184182/9118637
vcw des.vcw
Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
##########################################################################