91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 6.88M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2024-04-27
  • 語言: C#
  • 標簽: 程序??解密??加密??

資源簡介


資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Security.Cryptography;
namespace?Ex16_01
{
????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.GetBytes(textBox1.Text)));
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????910??2007-07-11?11:34??Ex16_07\Ex16_07.sln

?????文件??????14336??2007-07-11?11:34??Ex16_07\Ex16_07.suo

?????文件????????910??2007-07-11?11:34??Ex16_07\Ex16_08.sln

?????文件??????28160??2007-07-11?11:34??Ex16_07\Ex16_08.suo

?????文件???????3480??2007-07-11?11:34??Ex16_07\Ex16_08\Ex16_08.csproj

?????文件???????2211??2007-07-11?11:34??Ex16_07\Ex16_08\Form1.cs

?????文件???????7445??2007-07-11?11:34??Ex16_07\Ex16_08\Form1.Designer.cs

?????文件???????5814??2007-07-11?11:34??Ex16_07\Ex16_08\Form1.resx

?????文件????????466??2007-07-11?11:34??Ex16_07\Ex16_08\Program.cs

?????文件???????2102??2007-07-11?11:34??Ex16_07\Ex16_08\Resources\108.bmp

?????文件???????2102??2007-07-11?11:34??Ex16_07\Ex16_08\Resources\109.bmp

?????文件??????25512??2007-07-11?11:34??Ex16_07\Ex16_08\Resources\鋼笑.bmp

?????文件???????1162??2007-07-11?11:34??Ex16_07\Ex16_08\Properties\AssemblyInfo.cs

?????文件???????3579??2007-07-11?11:34??Ex16_07\Ex16_08\Properties\Resources.Designer.cs

?????文件???????6671??2007-07-11?11:34??Ex16_07\Ex16_08\Properties\Resources.resx

?????文件???????1090??2007-07-11?11:34??Ex16_07\Ex16_08\Properties\Settings.Designer.cs

?????文件????????249??2007-07-11?11:34??Ex16_07\Ex16_08\Properties\Settings.settings

?????文件????????268??2007-07-11?11:34??Ex16_07\Ex16_08\obj\Ex16_08.csproj.FileList.txt

?????文件????????956??2007-07-11?11:34??Ex16_07\Ex16_08\obj\Debug\Ex16_08.csproj.GenerateResource.Cache

?????文件??????53248??2007-07-11?11:34??Ex16_07\Ex16_08\obj\Debug\Ex16_08.exe

?????文件????????180??2007-07-11?11:34??Ex16_07\Ex16_08\obj\Debug\Ex16_08.Form1.resources

?????文件??????34304??2007-07-11?11:34??Ex16_07\Ex16_08\obj\Debug\Ex16_08.pdb

?????文件??????30542??2007-07-11?11:34??Ex16_07\Ex16_08\obj\Debug\Ex16_08.Properties.Resources.resources

?????文件???????5120??2007-07-11?11:34??Ex16_07\Ex16_08\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

?????文件??????53248??2007-07-11?11:34??Ex16_07\Ex16_08\bin\Debug\Ex16_08.exe

?????文件??????34304??2007-07-11?11:34??Ex16_07\Ex16_08\bin\Debug\Ex16_08.pdb

?????文件???????5632??2007-07-11?11:34??Ex16_07\Ex16_08\bin\Debug\Ex16_08.vshost.exe

?????文件???????3221??2007-07-11?11:34??Ex16_07\Ex16_07\Ex16_07.csproj

?????文件???????2298??2007-07-11?11:34??Ex16_07\Ex16_07\Form1.cs

?????文件???????7513??2007-07-11?11:34??Ex16_07\Ex16_07\Form1.Designer.cs

............此處省略928個文件信息

評論

共有 條評論