-
大小: 0.13M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2020-12-26
- 語言: C#
- 標簽: 加密??聊天??網(wǎng)絡(luò)??程序??
資源簡介
混合加密網(wǎng)絡(luò)聊天傳輸程序
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Net;
using?System.Net.Sockets;
using?System.IO;
using?System.Security.Cryptography;
using?System.Threading;
namespace?加密程序__客戶端
{
????public?partial?class?Form1?:?Form
????{
????????private?Socket?socket;
????????private?Thread?thread;
????????private?RSACryptoServiceProvider?rsa;
????????private?byte[]?SAIV;
????????private?string?SAKey;
????????public?Form1()
????????{
????????????InitializeComponent();
????????????CheckForIllegalCrossThreadCalls?=?false;
????????????this.txtSend.Text?=?““;
????????????this.richTextBoxAccept.Text?=?““;
????????????this.listBo
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-12-04?09:55??加密程序——客戶端\
?????文件?????????923??2018-12-04?09:55??加密程序——客戶端\加密程序——客戶端.sln
?????文件???????21504??2018-12-27?07:30??加密程序——客戶端\加密程序——客戶端.suo
?????目錄???????????0??2018-12-04?09:55??加密程序——客戶端\加密程序——客戶端\
?????目錄???????????0??2018-12-04?09:55??加密程序——客戶端\加密程序——客戶端\bin\
?????目錄???????????0??2018-12-04?09:55??加密程序——客戶端\加密程序——客戶端\bin\Debug\
?????文件???????15872??2018-12-08?18:58??加密程序——客戶端\加密程序——客戶端\bin\Debug\加密程序——客戶端.exe
?????文件???????40448??2018-12-08?18:58??加密程序——客戶端\加密程序——客戶端\bin\Debug\加密程序——客戶端.pdb
?????文件???????11600??2018-12-27?07:24??加密程序——客戶端\加密程序——客戶端\bin\Debug\加密程序——客戶端.vshost.exe
?????文件?????????490??2018-04-12?07:35??加密程序——客戶端\加密程序——客戶端\bin\Debug\加密程序——客戶端.vshost.exe.manifest
?????目錄???????????0??2018-12-04?09:55??加密程序——客戶端\加密程序——客戶端\bin\Release\
?????文件????????6631??2018-12-08?20:55??加密程序——客戶端\加密程序——客戶端\Form1.cs
?????文件???????13331??2018-12-04?11:42??加密程序——客戶端\加密程序——客戶端\Form1.Designer.cs
?????文件????????5817??2018-12-04?11:42??加密程序——客戶端\加密程序——客戶端\Form1.resx
?????目錄???????????0??2018-12-04?09:55??加密程序——客戶端\加密程序——客戶端\obj\
?????目錄???????????0??2018-12-04?09:55??加密程序——客戶端\加密程序——客戶端\obj\x86\
?????目錄???????????0??2018-12-04?09:55??加密程序——客戶端\加密程序——客戶端\obj\x86\Debug\
?????文件????????6158??2018-12-27?06:57??加密程序——客戶端\加密程序——客戶端\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6493??2018-12-08?18:58??加密程序——客戶端\加密程序——客戶端\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2018-12-04?09:55??加密程序——客戶端\加密程序——客戶端\obj\x86\Debug\TempPE\
?????文件?????????180??2018-12-04?11:42??加密程序——客戶端\加密程序——客戶端\obj\x86\Debug\加密程序__客戶端.Form1.resources
?????文件?????????180??2018-12-04?11:31??加密程序——客戶端\加密程序——客戶端\obj\x86\Debug\加密程序__客戶端.Properties.Resources.resources
?????文件????????2170??2018-12-27?07:24??加密程序——客戶端\加密程序——客戶端\obj\x86\Debug\加密程序——客戶端.csproj.FileListAbsolute.txt
?????文件?????????975??2018-12-04?11:42??加密程序——客戶端\加密程序——客戶端\obj\x86\Debug\加密程序——客戶端.csproj.GenerateResource.Cache
?????文件???????15872??2018-12-08?18:58??加密程序——客戶端\加密程序——客戶端\obj\x86\Debug\加密程序——客戶端.exe
?????文件???????40448??2018-12-08?18:58??加密程序——客戶端\加密程序——客戶端\obj\x86\Debug\加密程序——客戶端.pdb
?????文件?????????504??2018-12-04?09:55??加密程序——客戶端\加密程序——客戶端\Program.cs
?????目錄???????????0??2018-12-04?09:55??加密程序——客戶端\加密程序——客戶端\Properties\
?????文件????????1386??2018-12-04?09:55??加密程序——客戶端\加密程序——客戶端\Properties\AssemblyInfo.cs
?????文件????????2898??2018-12-04?09:55??加密程序——客戶端\加密程序——客戶端\Properties\Resources.Designer.cs
?????文件????????5612??2018-12-04?09:55??加密程序——客戶端\加密程序——客戶端\Properties\Resources.resx
............此處省略39個文件信息
- 上一篇:FTP文件傳輸
- 下一篇:C# 使用異步套接字實現(xiàn)一對多文字聊天程序
評論
共有 條評論