搜索资源列表
200832811318156
- 该源代码实现了局域网内的信息传递、文件传输,并支持文件夹数据传输功能,希望对大家有所帮助.
DesEncription.rar
- 实现DES加密算法..对文件与数字进行加密操作.实现数据的安全性传输.,.. Implementation of DES encryption algorithm to encrypt files and digital operation. Realize the security of data transmission.
openssh-5.2p1.tar
- OpenSSH是一个免费(Free)版本的基于SSH协议的网络连接工具软件包。它将所有通信流量进行加密,可以有效地防范各种监听手段,杜绝网络连接的泄密。OpenSSH具备安全性高、可靠性高、可用性好、功能全面等特点。不仅如此,由于OpenSSH的开放性,用户还可以通过Internet得到广泛及时的技术支持。 OpenSSH目前支持支持SSH协议1.3版本、1.5版本和2.0版本,包括这样一些应用程序: sshd:服务器端的守护程序,监听来自客户机的连接,负责完成安全验证并提供服务。
jiami
- 实现简单的TXT文件加密传输,加密方法为RSA加密算法。-Simple transmission TXT file encryption, encryption method of RSA encryption algorithm.
CBase64
- VC++加密头文件,这个头文件可以实现数据的加密,是数据的传输更加安全。-VC++ header file encryption, this header file can achieve data encryption, data transmission is more secure.
ECCApp
- 使用java实现椭圆加密文件,并在服务器和客户端安全传输解密后的文件。-Using Java language to realize the ECC encryption of important files, and transport them from server to client.
DES
- 对文件使用DES进行加解密,实现文件在传输过程中的安全性-The file using DES encryption and decryption, file-transfer process in the security
SecureCommunication
- 本程序能实现文件安全传输,通过对传输文件进行加解密以及密钥交换以实现文件的安全传输-This procedure enables secure transmission of files, transfer files through encryption and decryption, and key exchange in order to achieve secure transmission of documents
MD5_C
- 使用C实现的MD5加密算法,可用于文件传输校验-This is a source of MD5 encryption algorithm using C.
DES
- C++实现DES加密算法,结合Base64,与转换加密,并且输出DLL,可以用于网站程序调用,实现数据与文件的加密.这种加密后的数据用普通字符用HTML传输,有两层加密,可逆,不会被破解.-C++, DES encryption algorithm and Base64, and conversion of encryption, and the output DLL, can be used to call a web application, data and file encryption
jiami
- 加密解密 MFC 程序用DES加密算法编写的加密程序 利用加密程序可以实现对数据信息的加解密功能,数据信息可以是文本、图片、音频、视频文件。 综合实验:建立一加密传输系统,发送方将加密后的密文文件进行传输,发给接收方。接收方将接收到的密文进行解密,并将还原后的明文输出。-MFC program with encryption and decryption DES encryption algorithm the encryption program written using encrypt
efile
- 实现数据加密功能,可以简单的加密文件,保护数据传输的安全性-Data encryption, you can simply encrypt files, protect the security of data transmission
Test1
- 自己写的安全试验作业,调用encryptModule实现的DES,SHA,RSA加密远程文件传输,采用eclipse VE开发。-Own written safety test operations, calling encryptModule achieve DES, SHA, RSA encryption remote file transfer, the eclipse the VE development.
RSA
- 基于RSA的小型传输系统,实现较大文件的加密解密及文件传输-RSA-based small transmission system, large files and file transfer encryption and decryption
MD5File-encryption-transmission
- 基于md5的文件加密传输,包含TransSever和TransClient两个程序,通过运行这两个程序可以实现文件的传输-Md5-based file encryption transmission, including TransSever and TransClient two procedures, by running these two programs can transfer files
DESTRANS
- 实现的一个DES文件加密传输系统,能够在共享密钥的基础上实现DES加解密和传输功能。-Achieve a DES encrypted file transfer system, to achieve DES encryption and decryption and transmission functions on the basis of shared key.
SHA
- 计算文件的SHA1 值的实现源码。 安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准 (Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。对于长度小于2^64位的消息,SHA1会产生一个160位的消息摘要。当接收到消息的时候,这个消息摘要可以用来验证数据的完整性。在传输的过程中,数据很可能会发生变化,那么这时候就会产生不同的消息摘要。 SHA1有如下特性:不可
用Java实现数字签名
- 信息安全实现一个简单的数字签名系统 ,能够进行简单的文件下载与传输(The realization of a simple digital signature system of information security, can download files and simple transmission)