Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - openssl
Search - openssl - List
opensll源包,可以免费下载,最新版本可以参考具体的官方网站-source code for openssl
Update : 2024-04-29 Size : 3772416 Publisher : zxsay

This guide makes several assumptions: 1) You have a Visual C++ compiler version 6.0 or higher. 2) You are an experienced programmer using C++. 3) You have familiarity with the MS-DOS operating system and command line utilities. The manual is intended for developers interested in using the OpenSSL toolkit and interested in using the OpenSSL libraries within their applications. It is also useful for gaining insight into Public Key Infrastructure (PKI) and Certificate Authority management as well as the usefulness of the OpenSSL command line tools.-This guide makes several assumptions: 1) You have a Visual C++ compiler version 6.0 or higher. 2) You are an experienced programmer using C++. 3) You have familiarity with the MS-DOS operating system and command line utilities. The manual is intended for developers interested in using the OpenSSL toolkit and interested in using the OpenSSL libraries within their applications. It is also useful for gaining insight into Public Key Infrastructure (PKI) and Certificate Authority management as well as the usefulness of the OpenSSL command line tools.
Update : 2024-04-29 Size : 1556480 Publisher : 々しゅうそう

这个是比较具体的openssl实例源代码-openssl source code
Update : 2024-04-29 Size : 148480 Publisher : derek

DL : 0
openssl编程参考资料,包含基本的算法和openssl命令-openssl programming reference that contains basic algorithms and openssl command
Update : 2024-04-29 Size : 979968 Publisher : 罗显琴

openssl为网络通信提供安全及数据完整性的一种安全协议,囊括了主要的密码算法、常用的密钥和证书封装管理功能以及SSL协议,并提供了丰富的应用程序供测试或其它目的使用。 -The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library. The project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL toolkit and its related documentation
Update : 2024-04-29 Size : 658432 Publisher : wendy

DL : 0
Python OpenSSL this module working for AB Strakt (http://www.strakt.com/) and they paid me to do it, and it is with their consent this module is released to the general public.
Update : 2024-04-29 Size : 284672 Publisher : sweden043

DL : 0
openssl主要是讲密码方面的知识,加密和解密。-openssl mainly refer to the knowledge of your password, encryption and decryption.
Update : 2024-04-29 Size : 351232 Publisher : yun

DL : 0
在VC中编译和使用OpenSSL,对用在编程中想使用加解密的同志很有用哦。-Compile and use OpenSSL in VC
Update : 2024-04-29 Size : 3072 Publisher : 简子刚

openssl帮助文档,其中详细介绍了关于openssL编程的方法及编程示例-openssl help document, which details the method on openssL programming and programming examples
Update : 2024-04-29 Size : 516096 Publisher : 方陆昆

PKI编程 客户端SSL协议通讯工具。并通过加密保存当地的聊天信息-Programming PKI SSL protocol client communication tools. And through chat messages encrypted to preserve the
Update : 2024-04-29 Size : 1015808 Publisher : 晋永康

DL : 1
Program that implements AES CBC encryption and decryption using OpenSSL library
Update : 2024-04-29 Size : 477184 Publisher : nykeru

DL : 0
此文档是关于openssl的中文文档,对openssl的加密算法都有介绍,并附上程序和解析,适合初学openssl的人-This document is about the Chinese document openssl for openssl encryption algorithms are introduced, along with procedures and resolution, suitable for beginners who openssl
Update : 2024-04-29 Size : 324608 Publisher : 何大强

OpenSSL软件,能够在windows下直接运行-software for OpenSSL
Update : 2024-04-29 Size : 898048 Publisher : Yafen

openssl 编程资料很少,我传一个方便大家学习-SSL security protocol, to facilitate learning
Update : 2024-04-29 Size : 1029120 Publisher : 飘啊飘

DL : 0
使用openssl完成pkcs11功能的工程,使用Engine方式实现,可以在此基础上调用自己的硬件设备完成密码运算。使用C语言开发,是学习openssl,pkcs11,Engine机制不可多得的样例程序。-Function using the openssl pkcs11 complete the project, be achieved using the Engine can be invoked on the basis of their hardware equipment to complete cryptographic operations. Using C language development, learning openssl, pkcs11, Engine mechanism rare sample program.
Update : 2024-04-29 Size : 340992 Publisher : 鹿淑煜

openssl的源码,是开源项目中的代码,里面有加密、解密等其他工具-openssl source code is open source code, there are encryption, decryption, and other tools
Update : 2024-04-29 Size : 2255872 Publisher : yhn

DL : 0
C++实现OpenSSL完成MD5加密,可C# 调用Done in C++ OpenSSL MD5 encryption, you can call C#Done in C ++ OpenSSL MD5 encryption, you can call C#-Done in C++ OpenSSL MD5 encryption, you can call C#
Update : 2024-04-29 Size : 12078080 Publisher : 彭12

DL : 1
基于openssl实现的SM2算法,VC6编译通过。包括源代码和编译完成的程序-SM2 implement based on openssl
Update : 2024-04-29 Size : 428032 Publisher : fcy

Win32平台下如何安装Openssl及其注意事项.(OpenSSL采用C语言作为开发语言,具有优秀的跨平台性能)-How to install Openssl Win32 platform and precautions. (OpenSSL using C language as a development language, cross-platform with excellent performance)
Update : 2024-04-29 Size : 3072 Publisher : pzf

符合FIPS标准的Openssl。 OpenSSL采用C语言作为开发语言,这使得OpenSSL具有优秀的跨平台性能,这对于广大技术人员来说是一件非常美妙的事情,可以在不同的平台使用同样熟悉的东西。OpenSSL支持Linux、Windows、BSD、Mac、VMS等平台,这使得OpenSSL具有广泛的适用性。 OpenSSL整个软件包大概可以分成三个主要的功能部分:密码算法库,SSL协议库,应用程序。 OpenSSL的目录结构自然也是围绕这三个功能部分进行规划的。 众多的密码算法、公钥基础设施标准以及SSL协议,或许这些有趣的功能会产生实现所有这些算法和标准的想法。这是一个令人望而生畏的过程。这个工作不再是简单的读懂几本密码学专著和协议文档那么简单,而是要理解所有这些算法、标准和协议文档的每一个细节,并用很熟悉的C语言字符一个一个去实现这些定义和过程。-openssl-fips-1.2.3 source code
Update : 2024-04-29 Size : 3771392 Publisher : hello_hi_hi
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 43 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.