Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - TLS
Search - TLS - List
matlabsvd
DL : 0
基于svd算法的matlab源码,压缩.bmp格式的位图为例-Based on the SVD algorithm matlab source, compressed. Bmp format Bitmap example
Update : 2024-05-04 Size : 3072 Publisher : xuyan

DL : 0
能够对于奇异值的计算matlab代码,找了好久呢-Singular value to the calculation of the matlab code, then look for a long time. .
Update : 2024-05-04 Size : 439296 Publisher : 匡恒

Twisted是高性能面向通信的event-driven 网络引擎, 支持HTTP, NNTP, IMAP, SSH, IRC, FTP, and others-Twisted is an event-driven networking engine written in Python and licensed under the MIT license. Twisted projects variously support TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, IMAP, SSH, IRC, FTP, and others), and much more.
Update : 2024-05-04 Size : 2361344 Publisher : richard

vc++里使用tls反调试代码 -vc++ in the use of anti-debugging code ======================= tls
Update : 2024-05-04 Size : 6144 Publisher : xermao

DL : 0
PEDUMP程序自从1994年的版本以来,已经有了明显的改善。它可以显示在PE里的每一个数据类型,包括: IMAGE_NT_HEADERS   输入/输出表   资源   基址重定位   debug目录   延迟装入输入表   绑定输入描述符   IA-64异常处理表   TLS初始化数据   .NET运行时头部 除了可导出PE可执行文件外,PEDUMP也能导出COFF格式的OBJ文件、COFF输入库(新的和旧的格式)、COFF符号表和DBG文件。 PEDUMP是一个命令行程序,不带任何选项对我刚刚描述的文件类型去运行,将会有一个包括许多有用数据结构的缺省导出。几个可以有额外输出的选项列在如下: ============================================== /A  dump里包括所有的内容   /B  显示基址重地位   /H  包括区段的16进制形式dump   /I  包括输入地址表thunk地址   /L  包括行号信息   /P  包括PDATA(运行时函数)   /R  包括详细的资源(字符串表和对话框) /S  显示符号表 -dfdfdfdghhjjiww dkfd f skf df dfk skfdf k skf df
Update : 2024-05-04 Size : 64512 Publisher : 王一

DL : 1
旋转不变技术估计信号参数(ESPRIT)算法是子空间估计的两个经典方法,它们都能够有效地估计特征子空间。程序包里面实现了用LS估计和TLS估计的ESPRIT算法。-ESPRIT estimates signal parameters (ESPRIT) algorithm is estimated that sub-space of two classical methods, they will be able to estimate the characteristics of effective subspace. Inside a package with LS estimates and estimates of the ESPRIT algorithm TLS.
Update : 2024-05-04 Size : 3072 Publisher : 王果

DL : 0
C#开发的FTP客户端,模仿开源的FileZilla Client界面与它类似,功能目前还没有它支持的多。本系统支持类似资源管理器的本地文件系统预览和远程文件系统预览,为了提高效率,重写了TreeView和ListView,添加了简单封装的Rebar控件,实现了FTP的绝大多数功能。后续可能还要添加SSL/TLS协议支持和SFTP功能。如有BUG可以发邮件联系(njshuangshu@sina.com) -C# development of FTP client, to imitate the open source FileZilla Client interface with similar functionality is not supported by more than it. Similar to the system resource manager to support the local file system and Remote file system preview preview, in order to improve efficiency, to rewrite the TreeView and ListView, add a simple Rebar control package to achieve the vast majority of the FTP features. Follow-up is likely to add SSL/TLS and SFTP protocol support functions. BUG if e-mail contact can be made (njshuangshu@sina.com)
Update : 2024-05-04 Size : 430080 Publisher : Tom

sip 协议C源码,实现了send,receive, CRC,md5等功能-Sip protocol in C, functions of send,receive, crc, md5 were released in this project.
Update : 2024-05-04 Size : 4448256 Publisher : octsky

DL : 0
Java email * JMail.java * JMail permet de * 1) Envoyer des emails * 2) Envoyer des emails avec de fausses adresses d envoyeurs * 3) É crire des emails en format HTML * 4) Gérer les multiples contacts que vous avez * 5) Attacher des fichiers illimités, de nombre et de taille illimités * 6) Se connecter à un serveur SMTP sécure (SSL, TLS) * 7) Attacher des URL et leur contenu * 8) Attacher des URL et leur contenu DANS le message * 9) Je travaille sur d autres possibilités-Java email
Update : 2024-05-04 Size : 1485824 Publisher : balife

分别用最小二乘法和svd-tls法对arma过程进行功率谱估计并比较结果。包含实验目的,步骤,程序,结果,分析。-Least square method, respectively, and svd-tls on arma-power spectrum estimation process and the results of the comparison. Contains experimental purposes, steps, procedures, results, analysis.
Update : 2024-05-04 Size : 50176 Publisher : 莫新康

文件传输协议FTP是基于TCP / IP的应用层协议,其主要功能是提供文件的共享、支持远距离计算机间接或直接连接、保护用户不因各类主机文件存储器系统的差异而受影响、进行可靠且有效的数据传输等,应用非常广泛。但是传统的FTP有不少的安全漏洞,例如明文传输、缺乏对数据的机密性和完整性保护,对通信双方也没有可靠的认证措施等。针对FTP的安全漏洞,近年来也出现了一些不需要对F IP协议自身做完全更改的协议扩展模块,如FTP SSL /TLS Extension。SSL ( Secure Sockets Layer)是用于对TCP / IP数据流进行加密的协议,同时还包括了身份认证和数据完整性校验等内容。显然,基于SSL /TLS的FTP克服了明文传输的致命弱点,但是无可否认的是,在开放式的互联网环境下FTP服务器受到恶意攻击的可能性还是很大,而且协议数据的安全性还是未得到保障。安全的本质是在信息的安全期内保证其在网络上流动的或 者静态存放时不被非授权用户非法访问,但授权用户却可以访问。基于这一概念,本文在SSL 的基础上设计了一个安全FTP系统,从认证、传输、存储三个方面大大提高了FTP的安全性。-FTP File Transfer Protocol is based on TCP/IP application layer protocol, its main function is to provide file sharing, remote computer support to connect directly or indirectly, to protect users from all types of hosts file memory system affected by the difference between, for reliable and effective data transmission and so on, a wide range of applications. Traditional FTP but there are a lot of security vulnerabilities, such as express delivery, lack of data confidentiality and integrity protection, the two sides of the communication did not credible certification measures. FTP for security vulnerabilities in recent years, there have been some F IP protocol does not need to completely change their agreement to do the expansion modules, such as FTP SSL/TLS Extension. SSL (Secure Sockets Layer) is used for TCP/IP data stream is encrypted agreement also includes authentication and data integrity checking and so on. Obviously, based on SSL/TLS for FTP transmission to overcome the
Update : 2024-05-04 Size : 304128 Publisher : Tom

线程之间通过TLS访问,达到同一个变量在不同的线程之间保存不同的值-Accessing via TLS between threads.
Update : 2024-05-04 Size : 8192 Publisher : bill

High performance socket server based on Windows Completion Port and with using Windows Socket Extensions. IPv6 supported. Version 1.4. Included two demo: 1) Simple HTTP server what can work in HTTP and HTTP over SSL mode (HTTPS). SSL mode based on Windows SChannel provider and supports SSL 2.0, SSL 3.0 and TLS 1.0 protocols in any combinations. 2) Simple Client/Server application used SSPI client authentication.
Update : 2024-05-04 Size : 77824 Publisher :

DL : 0
Secure Socket Layer (SSL) and Transport Layer Security (TLS) are the current standards for communicating information securely over the internet. With TLS, all data being transmitted from point A to point B is encrypted. What if we only want some of our data to be encrypted as it is transmitted? We can use XML Encryption. 2. Each time something is encrypted, it must have the <EncryptedData > tags around it along with information as to what is being encrpted (text, an XML element, content of an element, etc). It also needs to have the <CipherData> tags and the <CipherValue> tags to indicate the actual encrypted data.
Update : 2024-05-04 Size : 8192 Publisher : Tong Liu

因為不只有 SSL/TLS library,還提供了 Embedded Web server (名為 Anti-Web),系統模組化相當不錯,可以透過 menuconfig 挑選合適的組態,另外,內建的 Anti-Web 也支援 CGI/PHP,跟前述的 SSL libraries 相比,[axTLS] 在 SSL crypto algorithm 的功能性是最少的,僅有最基本的實做,但是對功能專一的 Embedded 應用來說,反而是不錯的選擇。-axTLS is a TLSv1 SSL library designed specifically for embedded devices, with a highly configurable interface for small memory footprints.
Update : 2024-05-04 Size : 1260544 Publisher : yfchou

openSSL编译出来的lib并包含头文件-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
Update : 2024-05-04 Size : 5300224 Publisher : stupidpig

DL : 0
最新支持Delphi 2010完整源码版。 Clever Internet Suite version 7.0 使用最有效 便捷的方式,从应用程序访问网络资源。 Clever Internet Suite version 7.0 使用.NET的套件,您可以添加即时SSL / TLS安全到您的互联网应用 并实施许多有益的互联网相关的功能: 下载,上传和互联网提交,资源。发送和接收MIME邮件。 的HTTP,FTP,SMTP等,POP3,IMAP和NNTP客户端/服务器解决方案。 SSL / TLS的频道,支持数字证书-Clever Internet Suite version 7.0 The suite of the Clever Internet components presents the most efficient and convenient way of accessing the Internet resources from your applications. Using the Clever Internet .NET Suite you can add instant SSL/TLS security to your Internet applications and implement many useful Internet-related features: Downloading, uploading and submitting of the Internet-resources. Sending and receiving MIME messages. HTTP, FTP, SMTP, POP3, IMAP and NNTP client/server solutions. SSL/TLS channel with digital certificates support.
Update : 2024-05-04 Size : 2838528 Publisher : uuhunter

Othereg006
DL : 0
SVD-TLS法实现功率谱估计,写的比较简单。但可做为参考。-SVD-TLS method to achieve power spectrum estimation and write relatively simple. But can be as a reference.
Update : 2024-05-04 Size : 1024 Publisher : 何文涛

DL : 0
rc4 RC4 was initially a trade secret, but in September 1994 a description of it was anonymously posted to the Cypherpunks mailing list[3]. It was soon posted on the sci.crypt newsgroup, and from there to many sites on the Internet. The leaked code was confirmed to be genuine as its output was found to match that of proprietary software using licensed RC4. Because the algorithm is known, it is no longer a trade secret. The name "RC4" is trademarked, however. RC4 is often referred to as "ARCFOUR" or "ARC4" (meaning Alleged RC4, because RSA has never officially released the algorithm), to avoid possible trademark problems. It has become part of some commonly used encryption protocols and standards, including WEP and WPA for wireless cards and TLS.
Update : 2024-05-04 Size : 10240 Publisher : long

DL : 0
cr4-dotnet RC4 was initially a trade secret, but in September 1994 a description of it was anonymously posted to the Cypherpunks mailing list[3]. It was soon posted on the sci.crypt newsgroup, and from there to many sites on the Internet. The leaked code was confirmed to be genuine as its output was found to match that of proprietary software using licensed RC4. Because the algorithm is known, it is no longer a trade secret. The name "RC4" is trademarked, however. RC4 is often referred to as "ARCFOUR" or "ARC4" (meaning Alleged RC4, because RSA has never officially released the algorithm), to avoid possible trademark problems. It has become part of some commonly used encryption protocols and standards, including WEP and WPA for wireless cards and TLS.
Update : 2024-05-04 Size : 13312 Publisher : long
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 17 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.