代码搜索:decrypt
找到约 1,475 项符合「decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/272265/10963830
~pas crypt.~pas
unit Crypt;
interface
uses
Classes, SysUtils;
function Encrypt(Pass_W:AnsiString):AnsiString;
function Decrypt(Pass_E:AnsiString):AnsiString;
const PW_Code : array[1..6]of byte = (
www.eeworm.com/read/272265/10964002
pas crypt.pas
unit Crypt;
interface
uses
Classes, SysUtils;
function Encrypt(Pass_W:AnsiString):AnsiString;
function Decrypt(Pass_E:AnsiString):AnsiString;
const PW_Code : array[1..6]of byte = (
www.eeworm.com/read/323059/13356397
h aes.h
#pragma once
#define decrypt TRUE
#define encrypt FALSE
#define TYPE int
typedef struct _AES{
int Nb;
int Nr;
int Nk;
unsigned long *Word;
unsigned long *State;
}AE
www.eeworm.com/read/310774/13644159
h aes.h
#pragma once
#define decrypt TRUE
#define encrypt FALSE
#define TYPE int
typedef struct _AES{
int Nb;
int Nr;
int Nk;
unsigned long *Word;
unsigned long *State;
}AE
www.eeworm.com/read/140582/5787720
pl sanitize-second-esp.pl
#!/usr/bin/perl
# when tcpdump'ing with 3.7, it attempts to decrypt the second SA, even
# though the key is wrong. A 3.8 of tcpdump may fix this.
#
# until then, just remove the extra junk at the end
www.eeworm.com/read/130385/14196094
c ibe.c
/* Command-line frontend to IBE system
* Patches together combine, decrypt, encrypt and request
* Ben Lynn
*/
/*
Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu)
See LICENSE for license
*
www.eeworm.com/read/124363/14570510
readme
This is a small library and a command line program to encrypt/decrypt
data using the Rijndael encryption algorythm in cbc mode.
The Utility should run at least under Linux, Mac OS X and Windows. Oth
www.eeworm.com/read/122136/14719007
frm encrypt.frm
VERSION 5.00
Begin VB.Form Formcrypt
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
Caption = "Encrypt/Decrypt Example"
ClientHeight = 1905
ClientLef
www.eeworm.com/read/119112/14838927
c ibe.c
/* Command-line frontend to IBE system
* Patches together combine, decrypt, encrypt and request
* Ben Lynn
*/
/*
Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu)
See LICENSE for license
*
www.eeworm.com/read/13364/273948
dat usage.dat
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To calculate MD5, S