代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/100606/15869579
scr blaze.scr
00 01 02 03 04 05 06 07 10 11 12 13 14 15 16 1720 21 22 23 24 25 26 2730 31 32 33 34 35 36 3740 41 42 43 44 45 46 4750 51 52 53 54 55 56 57
0000000000000000 ' XOR MASK
123456789ABCDEF0 ' Ciphert
www.eeworm.com/read/100497/15873144
cpp decrypto.cpp
#include
#include
#include
void Decrypt(char *file2)
{
int decrypto;
char x;
ifstream in_file;
ofstream out_file;
in_fil
www.eeworm.com/read/371229/9560714
v des.v
// Copyright 2007 Altera Corporation. All rights reserved.
// Altera products are protected under numerous U.S. and foreign patents,
// maskwork rights, copyrights and other intellectual property
www.eeworm.com/read/423301/10573305
cpp main.cpp
#include
#include "kasumi.h"
void main()
{
printf("请选择1或者2\n");
printf("1.需要加密\n");
printf("2.需要解密\n");
int x;
scanf("%d",&x);
if (x == 1)
{
printf("请输入需要加密的数据(格
www.eeworm.com/read/349844/10796517
changelog
- created
- released 0.0.1
- simplified s, A, B
- released 0.0.2
- simplified nxt=
- released 0.0.3
- removed commented code
- code formatting
- released 0.0.4
- kk now unsigned char
- removed
www.eeworm.com/read/323119/13351968
result func_encrypt_nossl.result
select des_encrypt("test", 'akeystr');
des_encrypt("test", 'akeystr')
NULL
Warnings:
Error 1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
sel
www.eeworm.com/read/321614/13402461
h des.h
#define EN0 0 /* MODE == encrypt */
#define DE1 1 /* MODE == decrypt */
typedef struct
{
unsigned char Keyword[8];
}DESPASSWORD;
extern xdata DESPASSWORD key;
void
www.eeworm.com/read/320062/13433857
h des.h
#if !defined(AFX_DES_H__30E4BD94_DC18_40DA_88E2_7C79D13DF16E__INCLUDED_)
#define AFX_DES_H__30E4BD94_DC18_40DA_88E2_7C79D13DF16E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER
www.eeworm.com/read/143581/5756715
h local.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include
/* Header for class local */
#ifndef _Included_local
#define _Included_local
#ifdef __cplusplus
extern "C" {
#endif
/*
* Cl
www.eeworm.com/read/408174/11402963
changelog
- created
- released 0.0.1
- simplified s, A, B
- released 0.0.2
- simplified nxt=
- released 0.0.3
- removed commented code
- code formatting
- released 0.0.4
- kk now unsigned char
- removed