代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/358714/2984333
pod rsautl.pod
=pod
=head1 NAME
rsautl - RSA utility
=head1 SYNOPSIS
B B
[B]
[B]
[B]
[B]
[B]
[B]
[B]
[B]
[B
www.eeworm.com/read/355697/3049925
pod rsautl.pod
=pod
=head1 NAME
rsautl - RSA utility
=head1 SYNOPSIS
B B
[B]
[B]
[B]
[B]
[B]
[B]
[B]
[B]
[B
www.eeworm.com/read/265464/4282117
sample makefile.sample
TARGET = main
OBJS = main.o decrypt.o
INCDIR =
CFLAGS = -O2 -G0 -Wall
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
ASFLAGS = $(CFLAGS)
LIBDIR =
LIBS = -lpspchnnlsv
LDFLAGS =
EXTRA_TARGETS = EBOO
www.eeworm.com/read/426781/6789880
h aes.h
#ifndef HEADER_AES_H
#define HEADER_AES_H
/*
#ifdef OPENSSL_NO_AES
#error AES is disabled.
#endif
*/
#define AES_ENCRYPT 1
#define AES_DECRYPT 0
/* Because array size can't be a const i
www.eeworm.com/read/473063/6854479
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Const MAX_PATH = 260
Public Const INVALID_HANDLE_VALUE = -1
Public Const TRANSPARENT = 1
Public Const Decrypt_CO = &HF0
Public Cons
www.eeworm.com/read/394258/8240210
c main3.c
#define DEBUG 1
/* Encrypt/decrypt with triple DES */
#include
#include "des.h"
#include "md5.h"
void gethex(char *result,char *cp,int cnt);
void memxor(char *,char *,int);
int doencrypt(DE
www.eeworm.com/read/287029/8731451
asm rc2.asm
; data = 8 (64-bit)
; keylen = 1..128
;
.686
.model flat,stdcall
option casemap:none
RC2Init proto :DWORD,:DWORD
RC2Encrypt proto :DWORD,:DWORD
RC2Decrypt proto :DWORD,:DWORD
.data
al
www.eeworm.com/read/443031/7639289
cpp crypt.cpp
// name: Crypt.cpp
// This prog is used to encrypt/decrypt C/C++ API for sqlite3 .
// data : 2009/01/15
#include
#include
#include "string.h"
#include "sqlite3.h"
#defin
www.eeworm.com/read/258259/11874308
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
) |
[
.B \-b3hfs
www.eeworm.com/read/222244/14699668
cpp proc.cpp
// proc.cpp
// xp_aesdecrypt extended stored procedure
//
// Usage: xp_aesdecrypt @param1, @param2 [,@param3 OUTPUT]
//
// @param1 is the text to decrypt, @param2 is the key. If @param3 OUTPUT