代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/474343/6820907
txt ibe_help.txt
Help for IBE programs
Ben Lynn (blynn@cs.stanford.edu)
INTRODUCTION
Two binaries are provided, one to generate system parameters, and the other
to perform IBE operations.
QUICKSTART
The default co
www.eeworm.com/read/393091/8312861
txt readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : encrypt
========================================================================
www.eeworm.com/read/367275/9763109
txt ibe_help.txt
Help for IBE programs
Ben Lynn (blynn@cs.stanford.edu)
INTRODUCTION
Two binaries are provided, one to generate system parameters, and the other
to perform IBE operations.
QUICKSTART
The default co
www.eeworm.com/read/415537/11065118
txt keep files private.txt
Keep Files Private
If you want to encrypt the contents of an individual file or directory, Windows XP Pro will do the trick, provided you enable NTFS on your hard drive. To encrypt a file, right-cl
www.eeworm.com/read/238196/13903018
txt ibe_help.txt
Help for IBE programs
Ben Lynn (blynn@cs.stanford.edu)
INTRODUCTION
Two binaries are provided, one to generate system parameters, and the other
to perform IBE operations.
QUICKSTART
The default co
www.eeworm.com/read/110606/15528993
txt readme.txt
Encryption Library
------------------
Author: Bret Taylor (bstaylor@stanford.edu)
This library offers a simple, but suprisingly effective,
method of encrypting text files using bitwise manipulat
www.eeworm.com/read/169278/9870571
c des_enc.c
/* crypto/des/des_enc.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/148609/5713719
pl bf-586.pl
#!/usr/local/bin/perl
push(@INC,"perlasm","../../perlasm");
require "x86asm.pl";
require "cbc.pl";
&asm_init($ARGV[0],"bf-586.pl",$ARGV[$#ARGV] eq "386");
$BF_ROUNDS=16;
$BF_OFF=($BF_ROUNDS+2)*4;
$
www.eeworm.com/read/126641/6015007
c des_enc.c
/* crypto/des/des_enc.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).