代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/160303/5572694
c fcrypt_b.c
/* crypto/des/fcrypt_b.c */
/* 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).
www.eeworm.com/read/160303/5572704
c test_main.c
#include
#include
#include "twofish_cbc.h"
#define BLOCK_SIZE 16
#define KEY_SIZE 128 /* bits */
#define KEY "1234567890123456"
#define STR "hola guaso como estaisss ... 012"
www.eeworm.com/read/412430/11199670
h des.h
#ifndef __Y_DES_H__
#define __Y_DES_H__
extern void DoFirstChange(unsigned char *s);
extern void DoKey(unsigned char *s,
unsigned char *C,
unsigned char *D);
www.eeworm.com/read/249076/12521691
c fcrypt_b.c
/* crypto/des/fcrypt_b.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/249076/12521765
pl des-586.pl
#!/usr/local/bin/perl
#
# The inner loop instruction sequence and the IP/FP modifications are from
# Svend Olaf Mikkelsen
#
push(@INC,"perlasm","../../perlasm");
require "x86as
www.eeworm.com/read/110377/15535437
vbp 工程1.vbp
Type=Exe
Form=Form1.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\System32\stdole2.tlb#OLE Automation
IconForm="Form1"
Startup="Form1"
HelpFile=""
Title="BMP_encrypt_d
www.eeworm.com/read/105943/15652940
url encryption and security.url
[DEFAULT]
BASEURL=http://www.kold-draft.net/ciberpol/link/encrypt_security_links.htm
[InternetShortcut]
URL=http://www.kold-draft.net/ciberpol/link/encrypt_security_links.htm
Modified=A09ED23DBEBF
www.eeworm.com/read/276339/10746332
c ck_des.c
/*
C K _ D E S . C - libDES interface for Kermit 95"
Copyright (C) 1998, 2001, Trustees of Columbia University in the City of New
York. The C-Kermit software may not be, in whole or in part,
www.eeworm.com/read/288780/8608439
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
(*
typedef unsigned short int UINT2;
typedef unsigne
www.eeworm.com/read/287806/8668319
h des.h
/*
DES.H - header file for DESC.C
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF 2.0.
All functions prototypes are the Same as for RSAREF.
To aid