-
大小: 0.04M文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2020-12-26
- 語(yǔ)言: C#
- 標(biāo)簽: 數(shù)據(jù)庫(kù)??加密??
資源簡(jiǎn)介
代碼片段和文件信息
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?數(shù)據(jù)加密技術(shù)
{
????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(“請(qǐng)輸入加密數(shù)據(jù)“);?return;?}
????????????MD5CryptoServiceProvider?M5?=?new?MD5CryptoServiceProvider();
????????????textBox2.Text?=?ASCIIEncoding.ASCII.GetString(M5.ComputeHash(ASCIIEncoding.ASCII
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????9216??2009-02-16?13:58??數(shù)據(jù)加密技術(shù)\bin\Debug\數(shù)據(jù)加密技術(shù).exe
?????文件??????22016??2009-02-16?13:58??數(shù)據(jù)加密技術(shù)\bin\Debug\數(shù)據(jù)加密技術(shù).pdb
?????文件??????14328??2010-05-19?15:15??數(shù)據(jù)加密技術(shù)\bin\Debug\數(shù)據(jù)加密技術(shù).vshost.exe
?????文件????????490??2007-07-21?01:33??數(shù)據(jù)加密技術(shù)\bin\Debug\數(shù)據(jù)加密技術(shù).vshost.exe.manifest
?????文件????????877??2009-02-16?13:58??數(shù)據(jù)加密技術(shù)\Form1.cs
?????文件???????4111??2009-02-16?13:58??數(shù)據(jù)加密技術(shù)\Form1.designer.cs
?????文件???????5814??2009-02-16?13:55??數(shù)據(jù)加密技術(shù)\Form1.resx
?????文件????????999??2010-05-19?15:15??數(shù)據(jù)加密技術(shù)\obj\Debug\數(shù)據(jù)加密技術(shù).csproj.FileListAbsolute.txt
?????文件????????847??2009-02-16?13:58??數(shù)據(jù)加密技術(shù)\obj\Debug\數(shù)據(jù)加密技術(shù).csproj.GenerateResource.Cache
?????文件???????9216??2009-02-16?13:58??數(shù)據(jù)加密技術(shù)\obj\Debug\數(shù)據(jù)加密技術(shù).exe
?????文件????????180??2009-02-16?13:58??數(shù)據(jù)加密技術(shù)\obj\Debug\數(shù)據(jù)加密技術(shù).Form1.resources
?????文件??????22016??2009-02-16?13:58??數(shù)據(jù)加密技術(shù)\obj\Debug\數(shù)據(jù)加密技術(shù).pdb
?????文件????????180??2009-02-16?13:58??數(shù)據(jù)加密技術(shù)\obj\Debug\數(shù)據(jù)加密技術(shù).Properties.Resources.resources
?????文件????????499??2009-02-16?13:54??數(shù)據(jù)加密技術(shù)\Program.cs
?????文件???????1368??2009-02-16?13:54??數(shù)據(jù)加密技術(shù)\Properties\AssemblyInfo.cs
?????文件???????2886??2009-02-16?13:54??數(shù)據(jù)加密技術(shù)\Properties\Resources.Designer.cs
?????文件???????5612??2009-02-16?13:54??數(shù)據(jù)加密技術(shù)\Properties\Resources.resx
?????文件???????1103??2009-02-16?13:54??數(shù)據(jù)加密技術(shù)\Properties\Settings.Designer.cs
?????文件????????249??2009-02-16?13:54??數(shù)據(jù)加密技術(shù)\Properties\Settings.settings
?????文件???????3827??2009-02-16?13:58??數(shù)據(jù)加密技術(shù)\數(shù)據(jù)加密技術(shù).csproj
?????文件????????925??2009-02-16?13:54??數(shù)據(jù)加密技術(shù)\數(shù)據(jù)加密技術(shù).sln
????..A..H.?????21504??2010-05-19?16:26??數(shù)據(jù)加密技術(shù)\數(shù)據(jù)加密技術(shù).suo
?????目錄??????????0??2012-04-18?11:18??數(shù)據(jù)加密技術(shù)\obj\Debug\TempPE
?????目錄??????????0??2014-09-09?16:05??數(shù)據(jù)加密技術(shù)\bin\Debug
?????目錄??????????0??2014-09-09?16:05??數(shù)據(jù)加密技術(shù)\obj\Debug
?????目錄??????????0??2014-09-09?16:05??數(shù)據(jù)加密技術(shù)\bin
?????目錄??????????0??2014-09-09?16:05??數(shù)據(jù)加密技術(shù)\obj
?????目錄??????????0??2014-09-09?16:05??數(shù)據(jù)加密技術(shù)\Properties
?????目錄??????????0??2014-09-09?16:05??數(shù)據(jù)加密技術(shù)
-----------?---------??----------?-----??----
............此處省略2個(gè)文件信息
評(píng)論
共有 條評(píng)論