代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/115563/15010097
makefile
# make is used to build user command 'idea'
# make raster is used to build a user command 'idea' that is capable to
# encrypt and decrypt rasterfiles (pictures on SUN compute
www.eeworm.com/read/131315/5946030
tags
BIT key_sched.c /^#define BIT(x) x$/
DBG_PRINT des.c /^#define DBG_PRINT(s) if (des_debug & 2) \\$/
des_cbc_cksum cksum.c /^des_cbc_cksum(in,out,length,key,iv)$/
des_cbc_encrypt cbc_encrypt.c /^des_cb
www.eeworm.com/read/191991/8412629
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/178832/9384736
txt cipher50.txt
// CIPHER50.FLL
//
// Character encryption routine for VFP 5.0
//
// Usage: ENCRYPT(plaintext,password)
//
// Plaintext can be a character string or a memo field (memo fields
/
www.eeworm.com/read/168752/9898435
txt readme.txt
Class to encrypt and decrypt a clear text with variable character length encoding. There is no relationship between byte boundaries and encrypted characters, ie an encrypted character may theoreticall
www.eeworm.com/read/168752/9898452
txt readme.txt
Class to encrypt and decrypt a clear text with variable character length encoding. There is no relationship between byte boundaries and encrypted characters, ie an encrypted character may theoreticall
www.eeworm.com/read/151092/5686602
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/130382/5957199
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
www.eeworm.com/read/403556/11514880
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/154652/11940274
dfm unit1.dfm
object frmMain: TfrmMain
Left = 313
Top = 229
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'AES Stream Encrypt/Decrypt Demo'
ClientHeight = 290
Client