資源簡介
代碼片段和文件信息
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.Security.Cryptography;
namespace?數據加密技術
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????if?(textBox1.Text?==?““)
????????????{?MessageBox.Show(“請輸入加密數據“);?return;?}
????????????MD5CryptoServiceProvider?M5?=?new?MD5CryptoServiceProvider();
????????????textBox2.Text?=?ASCIIEncoding.ASCII.GetString(M5.ComputeHash(ASCIIEncoding.ASCII
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????9216??2009-02-16?13:58??數據加密技術\bin\Debug\數據加密技術.exe
?????文件??????22016??2009-02-16?13:58??數據加密技術\bin\Debug\數據加密技術.pdb
?????文件??????14328??2010-05-19?15:15??數據加密技術\bin\Debug\數據加密技術.vshost.exe
?????文件????????490??2007-07-21?01:33??數據加密技術\bin\Debug\數據加密技術.vshost.exe.manifest
?????文件????????877??2009-02-16?13:58??數據加密技術\Form1.cs
?????文件???????4111??2009-02-16?13:58??數據加密技術\Form1.designer.cs
?????文件???????5814??2009-02-16?13:55??數據加密技術\Form1.resx
?????文件????????999??2010-05-19?15:15??數據加密技術\obj\Debug\數據加密技術.csproj.FileListAbsolute.txt
?????文件????????847??2009-02-16?13:58??數據加密技術\obj\Debug\數據加密技術.csproj.GenerateResource.Cache
?????文件???????9216??2009-02-16?13:58??數據加密技術\obj\Debug\數據加密技術.exe
?????文件????????180??2009-02-16?13:58??數據加密技術\obj\Debug\數據加密技術.Form1.resources
?????文件??????22016??2009-02-16?13:58??數據加密技術\obj\Debug\數據加密技術.pdb
?????文件????????180??2009-02-16?13:58??數據加密技術\obj\Debug\數據加密技術.Properties.Resources.resources
?????文件????????499??2009-02-16?13:54??數據加密技術\Program.cs
?????文件???????1368??2009-02-16?13:54??數據加密技術\Properties\AssemblyInfo.cs
?????文件???????2886??2009-02-16?13:54??數據加密技術\Properties\Resources.Designer.cs
?????文件???????5612??2009-02-16?13:54??數據加密技術\Properties\Resources.resx
?????文件???????1103??2009-02-16?13:54??數據加密技術\Properties\Settings.Designer.cs
?????文件????????249??2009-02-16?13:54??數據加密技術\Properties\Settings.settings
?????文件???????3827??2009-02-16?13:58??數據加密技術\數據加密技術.csproj
?????文件????????925??2009-02-16?13:54??數據加密技術\數據加密技術.sln
????..A..H.?????21504??2010-05-19?16:26??數據加密技術\數據加密技術.suo
?????目錄??????????0??2012-04-18?11:18??數據加密技術\obj\Debug\TempPE
?????目錄??????????0??2014-09-09?16:05??數據加密技術\bin\Debug
?????目錄??????????0??2014-09-09?16:05??數據加密技術\obj\Debug
?????目錄??????????0??2014-09-09?16:05??數據加密技術\bin
?????目錄??????????0??2014-09-09?16:05??數據加密技術\obj
?????目錄??????????0??2014-09-09?16:05??數據加密技術\Properties
?????目錄??????????0??2014-09-09?16:05??數據加密技術
-----------?---------??----------?-----??----
............此處省略2個文件信息
- 上一篇:數據庫DataHelper
- 下一篇:倉庫管理系統
評論
共有 條評論