代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/207672/15265131
1 tpmtoken_protect.1
.\" Copyright (C) 2005 International Business Machines Corporation
.\"
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if
www.eeworm.com/read/172938/5381330
h tdes_fips81.h
// ----------------------------------------------------------------------------
// ATMEL Microcontroller Software Support - ROUSSET -
// -----------------------------------------------
www.eeworm.com/read/200462/15432652
txt shacal2.txt
AlgorithmType: SymmetricCipher
Name: SHACAL-2/ECB
Source: NESSIE submission
Comment: Set 1, vector 0
Key: 80000000000000000000000000000000000000000000000000000000000000000000000000000000
www.eeworm.com/read/100767/15864629
dat usage.dat
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To sign a file using
www.eeworm.com/read/440621/7685322
txt armadillo 4.42 copymem2 decrypt code sections.txt
/*
=================================================================
Armadillo 4.42b1: CopyMem-II script for unpackme
=================================================================
*/
var pid
var
www.eeworm.com/read/190012/8452200
bas encryptdecrypt.bas
Attribute VB_Name = "EncryptDecrypt"
Function Crypt_A(x) '加密
For i = 1 To Len(x)
TempNum = Hex(Asc(Mid(x, i, 1)))
If Len(TempNum) = 4 Then
encode = encode & CStr(TempNum)
www.eeworm.com/read/378413/9232169
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/178173/9415886
cpp aestst.cpp
/*
-------------------------------------------------------------------------
Copyright (c) 2001, Dr Brian Gladman , Worcester, UK.
All rights reserved.
LICENSE TERMS
www.eeworm.com/read/281217/10255984
cpp aestst.cpp
/*
-------------------------------------------------------------------------
Copyright (c) 2001, Dr Brian Gladman , Worcester, UK.
All rights reserved.
LICENSE TERMS
T
www.eeworm.com/read/162918/10258047
pas unitflash.pas
unit UnitFlash;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Registry;
type
TFrmFlash = class(TForm)
Im