代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/171815/9736298
txt readme.txt
因为本系统在写成电子稿件的时候,界面是英文的,因此在书中介绍代码的时候,都是采用英文界面名称,如“"Encrypt"按钮单击事件代码”,但是书上的界面后来被汉化,导致文本和图不一致,因此在此提供英文界面和中文界面两个版本的系统。
www.eeworm.com/read/146635/12629007
dat usage.dat
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To calculate MD5, S
www.eeworm.com/read/132402/14090543
txt elaes.txt
AES Implementation (Brief Manual)
Introduction
AES (Advanced Encryption Standard) defines a method to encrypt/decrypt
the data using blocks of 128 bits length and keys of various
www.eeworm.com/read/111545/15510164
dat usage.dat
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To calculate MD5, S
www.eeworm.com/read/110148/15541600
txt elaes.txt
AES Implementation (Brief Manual)
Introduction
AES (Advanced Encryption Standard) defines a method to encrypt/decrypt
the data using blocks of 128 bits length and keys of various
www.eeworm.com/read/103556/15729208
java cryptosystem.java
package ecc;
import java.io.*;
/** This interface is used to model a modern cryptosystem. It contains methods
to encrypt and decrypt and methods to generate keys for the specific cryptosystem.
In a
www.eeworm.com/read/101388/15835429
txt elaes.txt
AES Implementation (Brief Manual)
Introduction
AES (Advanced Encryption Standard) defines a method to encrypt/decrypt
the data using blocks of 128 bits length and keys of various
www.eeworm.com/read/101225/15840927
dat usage.dat
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To calculate MD5, S
www.eeworm.com/read/101224/15841161
dat usage.dat
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To calculate MD5, S
www.eeworm.com/read/492302/6420895
makefile
#
# Borland C++Builder Makefile (makefile.bcc)
#
LIB = tlib
CC = bcc32
CFLAGS = -c -O2 -g0 -I. -DWIN32
OBJECTS=aes_enc.obj \
mpi.obj \
aes.obj \
anubis.obj \
blowfish.obj \
cast5.obj \
des.obj \