代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/108262/15589344
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Encrypt.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h
www.eeworm.com/read/105063/15678445
pas crypt.pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
implementation
function Encrypt( S: String; Key: Word)
www.eeworm.com/read/105058/15678641
pas crypt.pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
implementation
function Encrypt( S: String; Key: Word)
www.eeworm.com/read/105058/15678687
pas crypt.pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
implementation
function Encrypt( S: String; Key: Word)
www.eeworm.com/read/100816/15863936
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Encrypt.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h
www.eeworm.com/read/100816/15863938
dsw encryptdattool.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/100567/15872012
c desc.c
#include "rsa_incl.h"
#include "des.h"
static UINT2 bytebit[8] = {
0200, 0100, 040, 020, 010, 04, 02, 01
};
static UINT4 bigbyte[24] = {
0x800000L, 0x400000L, 0x200000L, 0x100000L,
0x80000L, 0x4
www.eeworm.com/read/100491/15873174
c asc.c
#include
/*
extern static void cookey(unsigned long *, unsigned long *, int);
*/
int main()
{
int i;
unsigned long kn[32];
unsigned long subkeys[32];
for(i=0;i
www.eeworm.com/read/100491/15873178
c desc.c
#include "global.h"
#include "des.h"
#include "err.h"
static UINT2 bytebit[8] = {
0200, 0100, 040, 020, 010, 04, 02, 01
};
static UINT4 bigbyte[24] = {
0x800000L, 0x400000L, 0x200000L, 0x
www.eeworm.com/read/100322/15877177
asm asm_demo.asm
; ASM_DEMO.ASM
; Assembler Test- and Demoprogram of the Compatibility
; (c)1996 Cedric Reinartz
; Simple programm which encrypts testdata and compares them with the
; value