Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - openssl
Search - openssl - List
DL : 0
实现openssl协议的双向认证,客户端先验证服务器,服务器再验证客户端。这是服务器端-Openssl agreement to achieve the two-way authentication, the client first authentication server, the server re-verification client.
Update : 2024-05-15 Size : 9739264 Publisher : l

wolfssl It is 啊simplified openssl lib.-wolfssl what can I descript ?
Update : 2024-05-15 Size : 4675584 Publisher : 张三

DL : 0
Openssl解析证书,对应熟悉openssl的学者来说是个很好的帮助,解析证书的扩展项以及定义的编码的技术支撑-Openssl resolve X509 certificate, openssl corresponding to the familiar scholar who is a very good help to resolve the expansion of the certificate and the definition of ans1 coding technical support
Update : 2024-05-15 Size : 1208320 Publisher : xiaob

DL : 0
一个ssl函数库,使用openssl,支持ssl和非ssl自动切换-A SSL libraries, using openssl, support SSL and non SSL automatic switching
Update : 2024-05-15 Size : 65536 Publisher : Celeste

一个ssl函数库,使用openssl,支持ssl和非ssl自动切换-A SSL libraries, using openssl, support SSL and non SSL automatic switching
Update : 2024-05-15 Size : 65536 Publisher : Mavqt

DL : 0
openssl0.9.8在windows 32位编译好的4个库文件libeay32.lib、ssleay32.lib、libeay32.dll、ssleay32.dll。openssl在win32下编译时由于路径斜线的方向问题有错误,编译这4个文件费了很多劲,所以上传给大家省点事。-openssl0.9.8 library files has been compiled.libeay32.lib、ssleay32.lib、libeay32.dll、ssleay32.dll.
Update : 2024-05-15 Size : 533504 Publisher : wyingkai

采用OPENSSL接口开发的Sm2国密算法,可通过openssl直接调用。-openssl interface
Update : 2024-05-15 Size : 29696 Publisher : 章惠来

DL : 0
一个ssl函数库,使用openssl,支持ssl和非ssl自动切换(A SSL libraries, using openssl, support SSL and non SSL automatic switching)
Update : 2024-05-15 Size : 77824 Publisher : jomanj

ecdsa 算法实现 通过openssl 实现(ecdsa use the openssl lib)
Update : 2024-05-15 Size : 15360 Publisher : 若水23

mbed TLS(以前称为PolarSSL)是TLS和SSL协议的实现,并且需要相应的加密算法和支持代码。这是双重许可与Apache许可证 2.0版(与GPLv2许可也可)。网站上指出,mbed TLS的目标是“易于理解,使用,集成和扩展” 核心SSL 库用C编程语言编写,并实现SSL模块,基本加密功能并提供各种实用功能。与OpenSSL和TLS的其他实现不同,mbed TLS设计为适合小型嵌入式设备,最小完整的TLS堆栈需要60KB的程序空间和64KB的RAM。它也是高度模块化的:每个组件,如加密函数,可以独立于框架的其余部分使用。版本也可用于Microsoft Windows和Linux。因为mbed TLS是用C编程语言编写的,没有外部依赖。 只要你用的到AES,RSA等加密算法,你都可以直接拿过来源码放进你的工程中,进行编译管理,不用带着DLL,或者必须安装一些不必要的库,并且算法是标准库,所以你懂得。(As long as you use the AES, RSA encryption algorithm, you can directly take over the source code into your project, compile management, not with DLL, or must install some unnecessary libraries, and the algorithm is the standard library)
Update : 2024-05-15 Size : 2369536 Publisher : zxl007

实现数据加密通信,包括客户端,服务器代码 及所有功能(complete the function of communication)
Update : 2024-05-15 Size : 15360 Publisher : sky168

DL : 1
安全文件传输系统,利用到openssl库,加密传输,客户端服务器等(It's a security File Transmit System)
Update : 2024-05-15 Size : 7933952 Publisher : 良仔

DL : 0
This tool can be used to Crypt your data
Update : 2024-05-15 Size : 164864 Publisher : joneyzhao

DL : 1
基于openssl的jni rsa加密,aes加密,sha1,md5(Based on openssl jni rsa encryption and aes encryption, sha1, md5)
Update : 2024-05-15 Size : 133120 Publisher : 凤尧

jQuery是一个快速、简洁的JavaScript框架,是继Prototype之后又一个优秀的JavaScript代码库(或JavaScript框架)。(JQuery is a fast, concise JavaScript framework that is a good JavaScript code library (or JavaScript framework) after Prototype)
Update : 2024-05-15 Size : 5364736 Publisher : wanghaos

DL : 0
具备zlib openssl功能,包含Debug和release下的动态库以及依赖库和头文件。 debug-dll-ssl-dll-zlib-dll release-dll-ssl-dll-zlib-dll(With zlib OpenSSL capabilities, including Debug and release dynamic libraries, as well as dependent libraries and header files.)
Update : 2024-05-15 Size : 2015232 Publisher : 小光前辈

DL : 0
基于openssl封装的c++ rsa加解密(C++ RSA encryption and decryption based on OpenSSL)
Update : 2024-05-15 Size : 23552 Publisher : soshan

DL : 0
md5,sha256,base64等常见的加密(MD5, sha256, Base64 and other common encryption)
Update : 2024-05-15 Size : 58862592 Publisher : 谁能叫我布朗

MATLAB FUNCTIONS FOR MQTT VIA LATTEPANDA
Update : 2024-05-15 Size : 1042432 Publisher : Raheel786

DL : 0
近期由于公司项目的需要开始研究国密SM2加密.网上也找了许久没有,可是没有关于iOS方面的实现,有很多基于openssl的C语言的实现,但是因为是C的小白,而且代码较乱,也没注释,被坑了不少的下载积分.后来找到GmSSL有实现sm2.实现过程中遇到了各种的坑,同时也有其他小伙伴有这方面的需求,所以把我的实现过程分享一下.(Recently due to the start of the project of state secret SM2 encryption. Internet is also looking for a long time, but not on the iOS, there are a lot of implementation of OpenSSL based on C language, but because C is white, and the code is a mess, no comments, hang a lot of download points later found. GmSSL implementation of sm2. encountered various pits, there are also other buddy needs in this area, so the realization of my share.)
Update : 2024-05-15 Size : 12288 Publisher : iOS_Lee
« 1 2 ... 36 37 38 39 40 4142 43 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.