代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/345604/3198571
txt encrypt_pdf.txt
PDF document encryptor
usage: input_file output_file user_password owner_password permissions 128|40
permissions is 8 digit long 0 or 1. Each digit has a particular security function:
AllowPrinting
www.eeworm.com/read/300363/3846989
java encrypt_pdf.java
package com.lowagie.tools;
import com.lowagie.text.pdf.PdfEncryptor;
import com.lowagie.text.pdf.PdfReader;
import com.lowagie.text.pdf.PdfWriter;
import java.io.FileOutputStream;
/** Encrypts a PD
www.eeworm.com/read/300363/3846990
txt encrypt_pdf.txt
PDF document encryptor
usage: input_file output_file user_password owner_password permissions 128|40
permissions is 8 digit long 0 or 1. Each digit has a particular security function:
AllowPrinting
www.eeworm.com/read/275579/4173287
java encrypt_pdf.java
/*
* $Id: encrypt_pdf.java 2569 2007-02-06 13:10:39Z blowagie $
* $Name$
*
* Copyright 2002 by Paulo Soares
*
* The contents of this file are subject to the Mozilla Public License Version
www.eeworm.com/read/398634/2374890
result func_encrypt.result
drop table if exists t1;
create table t1 (x blob);
insert into t1 values (des_encrypt('The quick red fox jumped over the lazy brown dog','The quick red fox jumped over the lazy brown dog'));
insert in
www.eeworm.com/read/398634/2375650
test func_encrypt.test
-- source include/have_openssl.inc
--disable_warnings
drop table if exists t1;
--enable_warnings
create table t1 (x blob);
insert into t1 values (des_encrypt('The quick red fox jumped over the lazy
www.eeworm.com/read/386897/2565623
pas u_encrypt.pas
unit U_ENCRYPT;
interface
function encrypt_str_wy(Src: string; Key: string; Encrypt: Boolean; m_brand: boolean = true): string;
implementation
uses sysutils;
function encrypt_str_wy(Src: st
www.eeworm.com/read/386897/2565676
pas u_encrypt.pas
unit U_ENCRYPT;
interface
function encrypt_str_wy(Src: string; Key: string; Encrypt: Boolean; m_brand: boolean = true): string;
implementation
uses sysutils;
function encrypt_str_wy(Src: st
www.eeworm.com/read/386897/2565694
pas u_encrypt.pas
unit U_ENCRYPT;
interface
function encrypt_str_wy(Src: string; Key: string; Encrypt: Boolean; m_brand: boolean = true): string;
implementation
uses sysutils;
function encrypt_str_wy(Src: st
www.eeworm.com/read/372770/2769571
c eax_encrypt.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar