代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/260731/11704641
h cdes.h
#ifndef CDES_H_CAESAR__DEF
#define CDES_H_CAESAR__DEF
#include
class CDES
{
public:
CDES();
virtual ~CDES();
//加密解密
enum
{
ENCRYPT = 0, //加密
DECRYPT //解密
www.eeworm.com/read/151483/12206657
pas encryptit.pas
unit EncryptIt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt(const S: String; Key: Word): String;
function Decrypt(const S: String; Key: Word): Stri
www.eeworm.com/read/336723/12422077
pas encryptit.pas
unit EncryptIt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt(const S: String; Key: Word): String;
function Decrypt(const S: String; Key: Word): Stri
www.eeworm.com/read/132032/14113388
h des.h
#ifndef CDES_H_CAESAR__DEF
#define CDES_H_CAESAR__DEF
#include
class CDES
{
public:
CDES();
virtual ~CDES();
//加密解密
enum
{
ENCRYPT = 0, //加密
DECRYPT //解密
www.eeworm.com/read/232520/14193348
c test_cbc.c
/*
* test_cbc - simple program to run encrypt & decrypt LOKI97 CBC test triples
*
* written by Lawrie Brown / May 1998
*/
#include "loki97.h"
/* local func prototypes */
static BYTE *charToBYTE(
www.eeworm.com/read/129083/14267735
txt readme.txt
-----BEGIN PGP SIGNED MESSAGE-----
Published
by Seraph Chutium
http://com.6to23.com/
To decrypt the documentation, follow these instructions:
1. At the DOS prompt, enter: IDEA3A - IDEA3.T
www.eeworm.com/read/126692/14406500
txt readme.txt
-----BEGIN PGP SIGNED MESSAGE-----
Published
by Seraph Chutium
http://com.6to23.com/
To decrypt the documentation, follow these instructions:
1. At the DOS prompt, enter: IDEA3A - IDEA3.T
www.eeworm.com/read/224055/14606848
h t.h
#ifndef CDES_H_CAESAR__DEF
#define CDES_H_CAESAR__DEF
#include
class CDES
{
public:
CDES();
virtual ~CDES();
//加密解密
enum
{
ENCRYPT = 0, //加密
DECRYPT //解密
www.eeworm.com/read/218942/14902569
pas encryptit.pas
unit EncryptIt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt(const S: String; Key: Word): String;
function Decrypt(const S: String; Key: Word): Stri
www.eeworm.com/read/167154/5466117
pas encryptit.pas
unit EncryptIt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt(const S: String; Key: Word): String;
function Decrypt(const S: String; Key: Word): Stri