代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/485435/6561808
c wps_crypto_openssl.c
/*
* WPS_CRYPTO_OPENSSL.C : WPS Encrypt/Decrypt Interface Implemented upon OpenSSL
*
* ver date author comment
* 0.0.1 07/12/25 Gao Hua First
*/
#include
www.eeworm.com/read/410571/11276891
java rijndael.java
import java.io.*;
public final class Rijndael {
public Rijndael() {
}
/**
* Flag to setup the encryption key schedule.
*/
public static final int DIR_ENCRYPT = 1;
/**
www.eeworm.com/read/410431/11287767
sql 密程序数据库触发子.sql
Create or Replace Function ENCRYPT(Inpass In Varchar2,
IN_GH In Varchar2,
IN_SS In Varchar2) Return Varchar2 Is
bcs varcha
www.eeworm.com/read/259828/11763056
~pas encryptunit.~pas
unit EncryptUnit;
interface
uses
Windows, SysUtils, Messages;
function CalcCrc32(lpSource: PChar; nLength: Integer): DWORD; stdcall;
procedure Encrypt(Handle: HWND; LFileName: string; L
www.eeworm.com/read/259828/11763100
pas encryptunit.pas
unit EncryptUnit;
interface
uses
Windows, SysUtils, Messages;
function CalcCrc32(lpSource: PChar; nLength: Integer): DWORD; stdcall;
procedure Encrypt(Handle:HWND; LFileName:string;LPas
www.eeworm.com/read/153095/12060793
pas func.pas
unit Func;
interface
uses Windows, Forms, SysUtils, Registry, ShlObj, Activex, ComObj, Encrypt_Base64;
function GetPassWord:String;
procedure PutPassWord(sPutPass:String);
function NeedPass
www.eeworm.com/read/255665/12066989
h goozo_crypt.h
//---------------------------------------------------------------------------
#ifndef GOOZO_CRYPT_H_
#define GOOZO_CRYPT_H_
#include
#include
void ltc_eax_encrypt(con
www.eeworm.com/read/221805/14720081
c radius_authorize.c
/* radius_authorize.c */
/* Implementations of encryption and decryption of RADIUS attributes if needed. */
/* Currently we only encrypt User-Password and decrypt Tunnel-Password */
/* Copyright 1
www.eeworm.com/read/221578/14736919
readme
I What is cryptoboot?
It is set of tools for disk encryption on Unix. It is especially suited
to encrypt root partition, so _everything_ (except kernel and
cryptoboot inself) is encrypted.
Cryptoboo