代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/427960/8909683
c genkey.c
/*
* Program to generate RSA keys suitable for use with an encryption
* exponent of 3, and which are also 'Blum Integers'.
*
* Note that an exponent of 3 must be used with extreme care!
www.eeworm.com/read/179775/9339593
html 01-01.html
APPLIED CRYPTOGRAPHY, SECOND EDITION: Protocols, Algorithms, and Source Code in C:Foundations
www.eeworm.com/read/374163/9418554
8 losetup.8
.TH LOSETUP 8 "2003-07-01" "Linux" "MAINTENANCE COMMANDS"
.SH NAME
losetup \- set up and control loop devices
.SH SYNOPSIS
.ad l
Get info:
.sp
.in +5
.B losetup
.I loop_device
.sp
.in -5
Delete loop:
www.eeworm.com/read/175638/9538783
c des.c
/*****************************************************************************
* *
* **********
www.eeworm.com/read/359573/10137171
html 01-01.html
APPLIED CRYPTOGRAPHY, SECOND EDITION: Protocols, Algorithms, and Source Code in C:Foundations
www.eeworm.com/read/281218/10255949
readme
This code by Richard Outerbridge implements DES with optional
double and triple encryption. I think it's pretty fast, and
it doesn't take up much memory at runtime.
Richard leaves a copyright notice
www.eeworm.com/read/422878/10605126
txt readme.txt
rijndaelvb.zip
The enclosed VB project includes a VB class that implements the Rijndael AES block encryption algorithm. The form in the project runs some test data through the class.
The rijndae
www.eeworm.com/read/349903/10785877
c genkey.c
/*
* Program to generate RSA keys suitable for use with an encryption
* exponent of 3, and which are also 'Blum Integers'.
*
* Note that an exponent of 3 must be used with extreme care!
www.eeworm.com/read/459203/7278656
doc blowfish.doc
The Blowfish library.
Blowfish is a block cipher that operates on 64bit (8 byte) quantities. It
uses variable size key, but 128bit (16 byte) key would normally be considered
good. It can be used in
www.eeworm.com/read/457410/7325881
readme ecb_iv.readme
Description of the Intermediate Value Known Answer Test
--------------------------------------------------------
The test encrypts one plaintext with a variable number of rounds.
In ECB encryption mo