代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/131483/14143564
txt readme.txt
File Encryption
The ENCRYPT sample is a console application that encrypts files. Files
encrypted with this sample can be later decrypted with the DECRYPT sample.
Note that the INITUSER sample
www.eeworm.com/read/130292/14198664
java caesartest.java
import junit.framework.TestCase;
/**
* Class for testing Caesar class
*/
public class CaesarTest extends TestCase {
private Cipher cipher = new Caesar();
/**
* Testing the encrypt
www.eeworm.com/read/124911/14526199
dfm unit1.dfm
object frmMain: TfrmMain
Left = 313
Top = 229
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'AES Stream Encrypt/Decrypt Demo'
ClientHeight = 290
Client
www.eeworm.com/read/118692/14859212
java encipherdecipher.java
// EncipherDecipher.java
// Displays a frame that allows users to specify
// a password and a file name. Contents written
// to an Editor Pane can be encrypted and written
// to a file, or encrypt
www.eeworm.com/read/118524/14864987
java encipherdecipher.java
// EncipherDecipher.java
// Displays a frame that allows users to specify
// a password and a file name. Contents written
// to an Editor Pane can be encrypted and written
// to a file, or encrypt
www.eeworm.com/read/115563/15010102
txt idea_cmd.txt
NAME
idea - encrypt and decrypt using IDEA
SYNOPSIS
idea [ -e | -d ] [ -r ] [ -ecb | -cbcN | -cfbN | -ofbN ]
( -k keyString | -K keyHexString )
[ inputFile [ ouputFile ]
www.eeworm.com/read/250753/4427269
java encipherdecipher.java
// EncipherDecipher.java
// Displays a frame that allows users to specify
// a password and a file name. Contents written
// to an Editor Pane can be encrypted and written
// to a file, or encrypt
www.eeworm.com/read/325240/3485370
java encipherdecipher.java
// EncipherDecipher.java
// Displays a frame that allows users to specify
// a password and a file name. Contents written
// to an Editor Pane can be encrypted and written
// to a file, or encrypt
www.eeworm.com/read/325240/3486008
java encipherdecipher.java
// EncipherDecipher.java
// Displays a frame that allows users to specify
// a password and a file name. Contents written
// to an Editor Pane can be encrypted and written
// to a file, or encrypt
www.eeworm.com/read/287127/4026530
c pgpconvmod.c
/*
* pgpConvMod.c -- Convetional Encryption Module
*
* Uses the cipher module to encrypt a message; this will output the
* appropriate PGP headers (ESK-type) packets associated with the
* re