代码搜索:cryptosystem
找到约 81 项符合「cryptosystem」的源代码
代码结果 81
www.eeworm.com/read/100711/15866548
cpp aes.cpp
// This is an imkplementaton of the RIJNDAEL cryptosystem for 128bit plaintext block
// This programme only gives the instance of 128 bit key.
// You can modify a little details to meet your need
www.eeworm.com/read/241221/13163482
c aes.c
/* This is an implentation of the RIJNDAEL cryptosystem.
* for 128 bit plaintext block.
* This programme only gives the instance of 128 bit key.
* You can modify a little details to meet you nee
www.eeworm.com/read/486185/6537698
cpp asymmetric key cryptosystemdlg.cpp
// ASYMMETRIC KEY CRYPTOSYSTEMDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ASYMMETRIC KEY CRYPTOSYSTEM.h"
#include "ASYMMETRIC KEY CRYPTOSYSTEMDlg.h"
#ifdef _DEBUG
#define
www.eeworm.com/read/103556/15729186
java cryptoinputstream.java
package ecc.io;
import java.io.*;
import ecc.*;
public class CryptoInputStream extends InputStream {
private DataInputStream in;
private CryptoSystem cs;
private Key key;
private byt
www.eeworm.com/read/103556/15729188
java cryptooutputstream.java
package ecc.io;
import java.io.*;
import ecc.*;
public class CryptoOutputStream extends OutputStream {
private DataOutputStream out;
private CryptoSystem cs;
private Key key;
private
www.eeworm.com/read/486185/6537690
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ASYMMETRIC KEY CRYPTOSYSTEM.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX
www.eeworm.com/read/231996/14212162
c yuanli.c
/* Contributed by Dmitry Kosolapov
*
* I haven't tested this much, and I'm personally not familiar with
* this particular cryptosystem. -Ben Lynn
*/
/* Here we represent the original Yuan-Li ID-Ba
www.eeworm.com/read/486185/6537708
cpp introducemuldlg.cpp
// introduceMULDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ASYMMETRIC KEY CRYPTOSYSTEM.h"
#include "introduceMULDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL
www.eeworm.com/read/268338/11142688
cpp rsagen.cpp
/* rsagen.c - C source code for RSA public-key key generation routines.
RSA-specific routines follow. These are the only functions that
are specific to the RSA public key cryptosystem. The oth
www.eeworm.com/read/486185/6537692
cpp rsahelpdlg.cpp
// RsahelpDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ASYMMETRIC KEY CRYPTOSYSTEM.h"
#include "RsahelpDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static