代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/100037/6276209
pl bf-686.pl
#!/usr/local/bin/perl
push(@INC,"perlasm","../../perlasm");
require "x86asm.pl";
require "cbc.pl";
&asm_init($ARGV[0],"bf-686.pl");
$BF_ROUNDS=16;
$BF_OFF=($BF_ROUNDS+2)*4;
$L="ecx";
$R="edx";
$P="
www.eeworm.com/read/358948/6315110
h dvigenere.h
#ifndef __DVIGENERE_H__
#define __DVIGENERE_H__
extern char *dvigenere_encrypt( char *p, char *k, int l );
extern char *dvigenere_decrypt( char *c, char *k, int l );
extern int getoffset( char c );
www.eeworm.com/read/358948/6315111
h dcaesar.h
#ifndef __DCAESAR_H__
#define __DCAESAR_H__
extern unsigned char dcaesar_encrypt( unsigned char p,
int k,
int base,
int start );
extern unsigned char dcaesar_decrypt(
www.eeworm.com/read/492302/6421199
c ccm_memory.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/489734/6469201
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/477094/6745283
cpp test.cpp
///////////////////////////////////////////////////////////////////////////////
//
// Test de mini_rsa
//
// Hadrien Flammang - dec 2008
//////////////////////////////////////////////////////////
www.eeworm.com/read/410156/11300596
c bigtest.c
#include
#include
#include "ecrypt-sync.h"
u8 m[4096];
u8 c[4096];
u8 d[4096];
u8 k[32];
u8 v[8];
main()
{
MD5_CTX fingerprint;
ECRYPT_ctx x;
int i;
int bytes;
in
www.eeworm.com/read/157666/11674461
c ccm_memory.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar