代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/112857/15475639
h des.h
// Des.h: interface for the CDes class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DES_H__E0A91F40_DF86_11D6_B0C1_00E04C391A51__INCLUDED_)
#define
www.eeworm.com/read/108939/15569558
h methods.h
#pragma once
enum CIPHER
{
ENCRYPT_METHOD = 0,
DECRYPT_METHOD,
ENCRYPT_EXE
};
www.eeworm.com/read/104453/15692187
h des.h
// Des.h: interface for the CDes class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DES_H__E0A91F40_DF86_11D6_B0C1_00E04C391A51__INCLUDED_)
#define
www.eeworm.com/read/103844/15718820
h des.h
// Des.h: interface for the CDes class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DES_H__E0A91F40_DF86_11D6_B0C1_00E04C391A51__INCLUDED_)
#define
www.eeworm.com/read/100798/15864320
java squaremode.java
public interface SquareMode {
public void setKey (byte[] key);
public void setIV (byte[] iv);
//public void encrypt (byte in[], int in_offset, byte out[], int out_offset, int length);
www.eeworm.com/read/100623/15868572
h des.h
// Des.h: interface for the CDes class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DES_H__E0A91F40_DF86_11D6_B0C1_00E04C391A51__INCLUDED_)
#define
www.eeworm.com/read/100318/15877224
c cipher.c
/*
* Copyright (c) by CryptoSoft GmbH 1991 - 2000
* All Rights Reserved
* Licensed Material - Property of CryptoSoft GmbH
* This software is made available solely pursuant to the
* terms of
www.eeworm.com/read/287319/8694339
txt via_ace.txt
Support for the VIA Nehemiah Advanced Cryptography Engine (ACE)
---------------------------------------------------------------
A. Introduction
The AES code now supports the VIA ACE engine.
www.eeworm.com/read/427862/8916076
cpp main.cpp
#include "stdio.h"
#include "string.h"
#include "cast5.h"
CAST5_context c;
byte key[16] = { 0x01, 0x23, 0x45, 0x67, 0x12, 0x34, 0x56, 0x78,
0x23, 0x45, 0x67, 0x89, 0x34, 0x56, 0x78, 0x