代码搜索:diffie
找到约 359 项符合「diffie」的源代码
代码结果 359
www.eeworm.com/read/103743/15724434
build-dh
#!/bin/bash
#
# Build Diffie-Hellman parameters for the server side
# of an SSL/TLS connection.
#
if test $KEY_DIR; then
openssl dhparam -out ${KEY_DIR}/dh${KEY_SIZE}.pem ${KEY_SIZE}
else
ec
www.eeworm.com/read/127767/14336644
txt e471. generating a secret key using the diffie-hellman key agreement algorithm.txt
Two parties use a key agreement protocol to generate identical secret keys for encryption without ever having to transmit the secret key. The protocol works by both parties agreeing on a set of values
www.eeworm.com/read/479375/6693018
h tlsv1_client_i.h
/*
* TLSv1 client - internal structures
* Copyright (c) 2006-2007, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/100605/15869759
h dh.h
/*************************************************
* Diffie-Hellman Header File *
* (C) 1999-2002 The Botan Project *
***********************************************
www.eeworm.com/read/126641/6015473
pod dh_size.pod
=pod
=head1 NAME
DH_size - get Diffie-Hellman prime size
=head1 SYNOPSIS
#include
int DH_size(DH *dh);
=head1 DESCRIPTION
This function returns the Diffie-Hellman size in bytes
www.eeworm.com/read/101042/6258996
pod dh_size.pod
=pod
=head1 NAME
DH_size - get Diffie-Hellman prime size
=head1 SYNOPSIS
#include
int DH_size(DH *dh);
=head1 DESCRIPTION
This function returns the Diffie-Hellman size in bytes
www.eeworm.com/read/260197/11739939
java dh.java
// CRYPTO LIBRARY FOR EXCHANGING KEYS
// USING THE DIFFIE-HELLMAN KEY EXCHANGE PROTOCOL
// The diffie-hellman can be used to securely exchange keys
// between parties, where a third party eavesdr
www.eeworm.com/read/427960/8908700
c pk-demo.c
/*
* Example program demonstrates 1024 bit Diffie-Hellman, El Gamal and RSA
* and 168 bit Elliptic Curve Diffie-Hellman
*
* Copyright (c) 1988-2001 Shamus Software Ltd.
*/
#include
www.eeworm.com/read/349903/10785403
c pk-demo.c
/*
* Example program demonstrates 1024 bit Diffie-Hellman, El Gamal and RSA
* and 168 bit Elliptic Curve Diffie-Hellman
*
* Copyright (c) 1988-2001 Shamus Software Ltd.
*/
#include
www.eeworm.com/read/318176/13484133
c pk-demo.c
/*
* Example program demonstrates 1024 bit Diffie-Hellman, El Gamal and RSA
* and 168 bit Elliptic Curve Diffie-Hellman
*
* Copyright (c) 1988-2001 Shamus Software Ltd.
*/
#include