代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/358128/3004496
test func_encrypt_nossl.test
-- source include/not_openssl.inc
#
# Test output from des_encrypt and des_decrypt when server is
# compiled without openssl suuport
#
select des_encrypt("test", 'akeystr');
select des_encrypt("test"
www.eeworm.com/read/100605/15869675
cpp dsa_sign.cpp
/*
Decrypt (and verify) an encrypted DSA private key. Then use that key to sign a
message.
Written by Jack Lloyd (lloyd@randombit.net), August 5, 2002
Copied almost entirely from rsa_dec.cpp. Saves
www.eeworm.com/read/164812/10086875
c test_cfb1.c
/*
* test_cbc - simple program to run encrypt & decrypt LOKI97 CFB1 test triples
*
* written by Lawrie Brown / May 1998
*/
#include "loki97.h"
/* local func prototypes */
static BYTE *charToBYTE
www.eeworm.com/read/357758/10201594
c main.c
/* Encrypt/decrypt command compatible with Sun's "des" command */
#include
char iv[8]; /* Initial vector for CBC mode */
int block;
char ks[16][8];
main(argc,argv)
int argc;
char *argv[];
www.eeworm.com/read/353552/10439966
h wy.h
#include
#include
#include
#include
#define ENCRYPT 1
#define DECRYPT 0
//typedef char bool;
// 16 sub keys
static bool SubKey[16][48];
// Perm
www.eeworm.com/read/465112/6966625
man des.man
.TH DES 1
.SH NAME
des - encrypt or decrypt data using Data Encryption Standard
.SH SYNOPSIS
.B des
(
.B \-e
|
.B \-E
) | (
.B \-d
|
.B \-D
) | (
.B \-\fR[\fPcC\fR][\fPckname\fR]\fP
)
www.eeworm.com/read/468800/6988754
asm des_flash.asm
Name des_flash
$Include (Main.inc)
public des_encrypt_or_decrypt
public erase_sector
public acc_add_dptr
public fill_xram_A
public WriteProcess
prog_eeprom SEGMENT
www.eeworm.com/read/450639/7479803
man des.man
.TH DES 1
.SH NAME
des - encrypt or decrypt data using Data Encryption Standard
.SH SYNOPSIS
.B des
(
.B \-e
|
.B \-E
) | (
.B \-d
|
.B \-D
) | (
.B \-\fR[\fPcC\fR][\fPckname\fR]\fP
)
www.eeworm.com/read/142160/12960104
c main.c
/* Encrypt/decrypt command compatible with Sun's "des" command */
#include
char iv[8]; /* Initial vector for CBC mode */
int block;
main(argc,argv)
int argc;
char *argv[];
{
int c,cnt,enc
www.eeworm.com/read/137620/13308486
c test_cfb1.c
/*
* test_cbc - simple program to run encrypt & decrypt LOKI97 CFB1 test triples
*
* written by Lawrie Brown / May 1998
*/
#include "loki97.h"
/* local func prototypes */
static BYTE *charToBYTE