代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/478100/6719729
m elgamal.m
%
% ElGamal PKC
%
% Functions:
%
% pub_key_gen
% encrypt(p, Alpha, Betaa, m)
% decrypt(y1, y2)
%
%
%
% Use:
%
% pub_key_gen - Generates the public key for the receiver.
www.eeworm.com/read/264761/11302372
c aestime.c
/*
* aestime - time how long computations take on AES algorithm
* for cipher init, encrypt 1Mb, decrypt 1Mb, set 1000 key pairs
*
* Customise the ALG name and include file below and lin
www.eeworm.com/read/260852/11693276
~pas crypt.~pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
function Decrypt( S: String; Key: Word): String;
impleme
www.eeworm.com/read/260852/11693293
pas crypt.pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
function Decrypt( S: String; Key: Word): String;
impleme
www.eeworm.com/read/232520/14193350
c aestime.c
/*
* aestime - time how long computations take on AES algorithm
* for cipher init, encrypt 1Mb, decrypt 1Mb, set 1000 key pairs
*
* Customise the ALG name and include file below and lin
www.eeworm.com/read/123613/14621213
~pas crypt.~pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
function Decrypt( S: String; Key: Word): String;
impleme
www.eeworm.com/read/123613/14621226
pas crypt.pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
function Decrypt( S: String; Key: Word): String;
impleme
www.eeworm.com/read/121517/14754368
~pas crypt.~pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
function Decrypt( S: String; Key: Word): String;
impleme
www.eeworm.com/read/212912/15145155
~pas crypt.~pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
function Decrypt( S: String; Key: Word): String;
impleme
www.eeworm.com/read/212912/15145197
pas crypt.pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
function Decrypt( S: String; Key: Word): String;
impleme