代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/318176/13484281
cpp ipk_dec.cpp
/*
Cock's Identity Based Encryption
Decryption phase
Decrypts a file .ipk
Finds the session key by ID-PKC decrypting the file .key
Uses this session key to
www.eeworm.com/read/318176/13484301
cpp ibe_ext.cpp
/*
Boneh & Franklin's Identity Based Encryption
Extract Phase
After this program has run the file private.ibe contains
*/
#include
www.eeworm.com/read/150409/5692700
java cast6engine.java
package org.bouncycastle.crypto.engines;
/**
* A class that provides CAST6 key encryption operations,
* such as encoding data and generating keys.
*
* All the algorithms herein are from the Inte
www.eeworm.com/read/131315/5931211
readme
Export restriction prohibit us from including DES encryption routines in RPCSRC
4.0. The main RPCSRC 4.0 hierarchy does not include DES Authentication,
however this directory contains the documentati
www.eeworm.com/read/494289/6381715
cpp ipk_dec.cpp
/*
Cock's Identity Based Encryption
Decryption phase
Decrypts a file .ipk
Finds the session key by ID-PKC decrypting the file .key
Uses this session key to
www.eeworm.com/read/494289/6381743
cpp ibe_ext.cpp
/*
Boneh & Franklin's Identity Based Encryption
Extract Phase
After this program has run the file private.ibe contains
*/
#include
www.eeworm.com/read/480720/6660227
cpp mars.cpp
// mars.cpp - modified by Sean Woods from Brian Gladman's mars6.c for Crypto++
/* This is an independent implementation of the MARS encryption */
/* algorithm designed by a team at IBM as
www.eeworm.com/read/410571/11276891
java rijndael.java
import java.io.*;
public final class Rijndael {
public Rijndael() {
}
/**
* Flag to setup the encryption key schedule.
*/
public static final int DIR_ENCRYPT = 1;
/**
www.eeworm.com/read/261384/11650666
cpp mars.cpp
// mars.cpp - modified by Sean Woods from Brian Gladman's mars6.c for Crypto++
/* This is an independent implementation of the MARS encryption */
/* algorithm designed by a team at IBM as
www.eeworm.com/read/156954/11750751
cpp helix.cpp
/*
Module : Helix.CPP
Purpose: C++ implementation for the Helix Encryption and Authentication algorithm as presented in a November 2003
Dr. Dobb's Journal article by Niels Ferguson and Br