搜索资源列表
数据加密传输
- :某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下: 每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。 -: a company using a public phone data transfer, data is four integer, in the course of transmission is encrypted, encryption rules are as follows : E
用伪随机序列实现加密保护
- 本文讨论了用伪随机序列实现加密保护的原理,方法及可编程逻辑器件(pLD)实现的具体方法,在此基础上 介绍了一种基于FPGA的网络传输信道加密系统。 关键词 网络安全 伪随机序列 加密 FPGA
deslogin-1.3.tar
- 一个使用des加密传输的unix下的login程序的服务器端和客户端- Uses des to encrypt under the transmission unix login procedure server end and the customer end
ptptl0.2.tar
- 一个用于点对点传输加密的工具包源码,使用了CA--A tool package source code which is used to transfer encryption point-to-poin, and it has used CA
GoSafe
- Go Safe!能解决网络信息传输中的不安全因素,同时为用户提供人性化的操作环境。Go Safe通过Triple DES和MD5加密方式对信息进行加密传输,可以满足用户文件传送的多种需求。-Go Safe! Information transmission network to solve the insecurity at the same time to provide users with user-friendly operating environment. Go Safe throu
SafeTrans
- 使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。 模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。 -The use of RSA and DES is based on two algorithms, Design and Implementation of a simple model of network trans
file_transfer
- 这是网络信息安全课程写的一个给文件加密传输的源代码,可以在局域网中进行文件传输,文件可以选择是否加密,很好的学习DES加密的源代码程序。-This is the network information security courses to write a file encryption to transfer the source code can be carried out in the local area network file transfer, file encryption c
encrypt_and_decrypt
- 对图像进行加密和解密 可以完成要保密的图像加密,传输和解密功能-encrypt and decrypt the picture
Login-new
- 实现服务器端和用户端之间的联系,包括登录和加密传输,以及缩小到托盘还有退出登录等等。-To achieve a server-side and the link between the client, including the login and encrypted transmission, as well as the narrow to the tray there is log out, etc..
P2P
- 文件的加密传输,用到了各种加密算法 MD5 RSA -File encryption MD5 RSA
53607899code
- 一个用于文件加密传输的小程序,功能强大,喜欢的请立即下载哦-ssdsad
SecChat
- 能够对局域网内通信的消息进行加密传输,防止他人窃取,还可以进行通信双方的身份认证,实行数字签名过程.-LAN traffic can be encrypted message transmission, to prevent others from stealing, you can also communicate with both authentication and implement digital signature process.
matlab
- 本仿真为一个开题报告,揭示了一个新型的加密传输系统,其中有基于AM广播的加密传输的仿真程序-This simulation is an opening report, revealed a new type of encryption transmission system, including encryption based AM radio transfer simulation program
107215791SecureChat_src
- 实现文件数据的加密传输,保证重要信息不被窃取-Encrypt file data transfer, to ensure that important information is not stolen
chaos_Logistic
- 混沌加密序列,通过混沌映射产生加密的序列。一般用于图像的加密传输-chaos
sound_tcpipok
- 该工程为ARM开发平台YC-2440上实现的语音加密通信程序,语音数据通过TCP协议传输,加密算法采用logistic迭代,修改arm板子上声卡驱动,使之支持双工即可实现两机之间的语音加密传输-The project development platform for the ARM YC-2440 on the implementation of voice encryption communication program, through the TCP protocol to transmi
DES
- 对数据进行加密传输能有效地保证数据的机密性,DES是一个保证数据机密性的经典算法,本实验拟在VC/ C/C++/Java环境中实现DES算法。-Encrypt the data transfer can effectively guarantee the confidentiality of data, DES is a guarantee of data confidentiality classical algorithm, this study intends to VC/C/C++/Ja
jiami
- 加密解密 MFC 程序用DES加密算法编写的加密程序 利用加密程序可以实现对数据信息的加解密功能,数据信息可以是文本、图片、音频、视频文件。 综合实验:建立一加密传输系统,发送方将加密后的密文文件进行传输,发给接收方。接收方将接收到的密文进行解密,并将还原后的明文输出。-MFC program with encryption and decryption DES encryption algorithm the encryption program written using encrypt
TCP-Encryption-and-decryption
- “中兴捧月”活动中“密码传情”写了几种加密算法与解密算法,并通过socket客户端与服务器通信。实现信息的加密传输-vc socket network communication environment, and provides several encryption and decryption algorithms, the contents will be sent encrypted. Provide client and server side, the two communicate
基于php的账号密码加密
- 此代码使用PHP代码写的,做了一个关于如何用PHP代码,做一个注册账户以及登陆账号,并为账号密码做保密传输的后端代码。