代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/143580/5757608
cpp codedata.cpp
/*-------------------------------------------------------
codedata.cpp -- 《软件加密技术内幕》,代码与数据结合技术
(c) www.PEDIY.com 2003.12 code by 段钢
-------------------------------------------------------*/
www.eeworm.com/read/139486/5798655
v des3_test_ao.v
/////////////////////////////////////////////////////////////////////
//// ////
//// DES TEST BENCH
www.eeworm.com/read/139486/5798657
v des3_test_po.v
/////////////////////////////////////////////////////////////////////
//// ////
//// DES TEST BENCH
www.eeworm.com/read/139486/5798699
v des.v
/////////////////////////////////////////////////////////////////////
//// ////
//// DES
www.eeworm.com/read/100601/6268287
sh sdr.sh
#! /bin/ksh
#
# This is just a quick script so we can still run our testcases.
# Longer term we need a scriptable test environment..
#
. ../common/init.sh
CURDIR=`pwd`
#temporary files
VALUE1=/tmp/
www.eeworm.com/read/264685/11304913
h wjcdes.h
//////////////////////////////////////////////////////////////////////////
/*
Provided by 王俊川, Northeastern University (www.neu.edu.cn)
Email: blackdrn@sohu.com
This product is free for u
www.eeworm.com/read/347981/11620709
bas security.bas
Attribute VB_Name = "Security"
'*********************************************************
'****************** Encryption/Decryption ****************
'Works for general text encryption/decryption in
www.eeworm.com/read/258801/11842625
pas unitflash.pas
unit UnitFlash;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Registry;
type
TFrmFlash = class(TForm)
Im
www.eeworm.com/read/344771/11861148
h des.h
/*
* DES encryption/decryption
* Copyright (c) 2007 Reimar Doeffinger
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of
www.eeworm.com/read/343690/11934208
h des.h
#ifndef DES_H
#define DES_H
#pragma once
enum { ENCRYPT, DECRYPT };
// Type—ENCRYPT:加密,DECRYPT:解密
// 输出缓冲区(Out)的长度 >= ((datalen+7)/8)*8,即比datalen大的且是8的倍数的最小正整数
// In 可以= Out,此时加/解密后将覆盖输入