登录
首页 » C# » EncryptTcpServer

EncryptTcpServer

于 2012-01-04 发布 文件大小:69KB
0 116
下载积分: 1 下载次数: 6

代码说明:

  这是一个使用不对称密钥加密对称密钥,使用对称密钥加密网络数据流,并进行网络传输的服务器端程序。(This is an example for Encrypt TCP flower Server.This example used publicKey encrypted Triple DES key,then used this key enrypted TCP flower data.)

文件列表:

EncryptTcpServer
................\EncryptTcpServer
................\................\bin
................\................\...\Debug
................\................\...\.....\EncryptTcpServer.exe,24576,2011-12-28
................\................\...\.....\EncryptTcpServer.pdb,36352,2011-12-28
................\................\...\.....\EncryptTcpServer.vshost.exe,14328,2011-12-28
................\................\...\.....\EncryptTcpServer.vshost.exe.manifest,490,2007-07-21
................\................\EncryptTcpServer.csproj,3914,2011-12-28
................\................\MainForm.cs,14801,2011-12-28
................\................\MainForm.Designer.cs,42132,2011-12-28
................\................\MainForm.resx,5814,2011-12-28
................\................\obj
................\................\...\Debug
................\................\...\.....\EncryptTcpServer.csproj.FileListAbsolute.txt,790,2011-12-28
................\................\...\.....\EncryptTcpServer.csproj.GenerateResource.Cache,850,2011-12-28
................\................\...\.....\EncryptTcpServer.exe,24576,2011-12-28
................\................\...\.....\EncryptTcpServer.MainForm.resources,180,2011-12-28
................\................\...\.....\EncryptTcpServer.pdb,36352,2011-12-28
................\................\...\.....\EncryptTcpServer.Properties.Resources.resources,180,2011-12-28
................\................\...\.....\Refactor
................\................\...\.....\ResolveAssemblyReference.cache,5950,2011-12-28
................\................\...\.....\TempPE
................\................\Program.cs,500,2011-12-28
................\................\Properties
................\................\..........\AssemblyInfo.cs,1388,2011-12-28
................\................\..........\Resources.Designer.cs,2882,2011-12-28
................\................\..........\Resources.resx,5612,2011-12-28
................\................\..........\Settings.Designer.cs,1101,2011-12-28
................\................\..........\Settings.settings,249,2011-12-28
................\................\User.cs,917,2011-12-28
................\EncryptTcpServer.sln,938,2011-12-28

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DES_3DES
    说明:  DES算法是这样工作的:如Mode为加密,则用Key 去把数据Data进行加密, 生成Data的密码形式(64位)作为DES的输出结果;如Mode为解密,则用Key去把密码形式的数据Data解密,还原为Data的明码形式(64位)作为DES的输出结果。在通信网络的两端,双方约定一致的Key,在通信的源点用Key对核心数据进行DES加密,然后以密码形式在公共通信网(如电话网)中传输到通信网络的终点,数据到达目的地后,用同样的Key对密码数据进行解密,便再现了明码形式的核心数据。这样,便保证了核心数据(如PIN、MAC等)在公共通信网中传输的安全性和可靠性。   通过定期在通信网络的源端和目的端同时改用新的Key,便能更进一步提高数据的保密性,这正是现在金融交易 网络的流行做法。 下面是DES原理及实现步骤,以及VC++关于DES加密解密的详细源程序(Complete source code, calling process, detailed explanation of the principle)
    2020-06-19 20:20:01下载
    积分:1
  • C_MD5 是一个用C写的标准MD5算法,使用简单,快速
    C_MD5 是一个用C写的标准MD5加密算法,使用简单,快速
    2022-11-25 13:50:03下载
    积分:1
  • 373465435
    基于VB的M5数学密码算法源码,有需要的就下载吧。(VB-based M5 mathematical algorithm source code, there is a need to download it.)
    2013-08-13 23:07:29下载
    积分:1
  • AES-CMAC
    能够实现AES加密解密的功能,已经过测试可以使用(Enables AES encryption and decryption functions, have been tested can be used)
    2015-05-07 00:12:18下载
    积分:1
  • Paillier
    Paillier加密算法的实现。产生512位大数,进行大数运算。1、产生密钥2、加密、3、解密。(Paillier encryption algorithm implementation. Produce 512 Tarsus, Tarsus operation performed. 1, 2 generates a key, encrypts, 3, decryption.)
    2021-03-02 17:59:34下载
    积分:1
  • rc5
    rc5-cts 模式的实现源码,与RFC中的实有所不同-RC5- ctc-source model of achievement, and the RFC is different
    2022-04-06 11:43:12下载
    积分:1
  • 3重DES算法c语言实现
    3重DES算法是加密标准的过渡算法,现阶段在各个加密领域仍有较广泛的应用,本文件用c语言实现了3重DES的加密算法,包含了加解密过程的所有算法,对学习信息安全的人员有较好的参考价值!
    2023-03-21 01:15:04下载
    积分:1
  • IBE基于身份的系统的系统叁数程序,使用VC6.0开发
    IBE基于身份的加密系统的系统叁数程序,使用VC6.0开发-IBE identity-based encryption system of systems Triple the number of procedures, the use of VC6.0 Development
    2022-06-17 17:57:01下载
    积分:1
  • SVN用于用户码和查看源码。可以很容易产生…
    用于对svn的用户密码进行加密和校验的源程序。可以很方便的生成svn服务器使用的密码格式-Svn used to encrypt the user password and check the source. Can easily generate the svn server password to use format
    2022-09-08 03:10:03下载
    积分:1
  • SHA1
    说明:  SHA1安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准 (Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)(SHA1 Secure Hash Algorithms are mainly applicable to Digital Signature Algorithms (DSA) defined in Digital Signature Standard DSS.)
    2020-12-05 20:29:22下载
    积分:1
  • 696518资源总数
  • 105562会员总数
  • 1今日下载