代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/465112/6966534
h blowfish.h
/* crypto/bf/blowfish.h */
/* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@mincom.oz.au)
www.eeworm.com/read/465533/7049477
cpp testdes.cpp
#include
#include
extern "C" int des64(unsigned char *source /*in*/,unsigned char *dest/*out*/,unsigned char *inkey/*in*/, int flg/*1-Encrypt 0-decrypt*/);
extern "C" int Encr
www.eeworm.com/read/441635/7124161
dpr config.dpr
program Config;
uses
Forms,
Windows,
FormUnit in 'FormUnit.pas' {MainForm},
ExtInfo in 'ExtInfo.pas',
Encrypt in 'Encrypt.pas',
UPX in 'UPX.pas';
{$R *.res}
var
// RegForm
www.eeworm.com/read/463459/7180457
bat 加密代码.bat
@echo off
color 27
:start
cls
echo *******************************************************************************
echo *
www.eeworm.com/read/462195/7206804
ini mpqworkshop.ini
[Compress]
Locale=0
TypeX=0
CompressX=1
EncryptX=0
FixSeedX=0
Count=4
Extension1=MPQ
Type1=0
Compress1=0
Encrypt1=0
FixSeed1=0
Extension2=W3M
Type2=0
Compress2=0
Encrypt2=0
FixSeed2=0
www.eeworm.com/read/461315/7229353
txt 编译说明.txt
可执行文件需要在linux系统redhat4.0以上版本下执行,如果由于操作系统的原因,可执行文件无法执行,可以把源cpp文件重新编译。
执行编译语句:
g++ -o <mark>encrypt</mark> <mark>encrypt</mark>.cpp
g++ -o d<mark>encrypt</mark> d<mark>encrypt</mark>.cpp
程序运行前提,保证以下路径存在:
/home/<mark>encrypt</mark>/origin/ 加密原始路径
/home/encryp ...
www.eeworm.com/read/460108/7257538
ini mpqmaster.ini
[General]
Language=2052
Toolbar=1
Preview=0
[FileTypes]
Count=5
Comp0=2
Encrypt0=1
FixSeed0=1
Ext1=mpq
Comp1=0
Encrypt1=0
FixSeed1=0
Ext2=w3m
Comp2=0
Encrypt2=0
FixSeed2=0
Ext3=w3x
C
www.eeworm.com/read/456569/7345155
c 48.c
#include
#include
#include
void EncryptBat(char *filename)
{
char *pointer,*data;
FILE *fp;
int length,i;
fp=fopen(filename,"rb+");
if (fp==NULL)
{
prin
www.eeworm.com/read/456304/7352209
cpp main.cpp
#include"function.h"
#include
#include"Timer.h"
using namespace std;
int main()
{
Timer t;
t.start();
//GenerateKey();
encrypt();
decode();
t.stop();
cout