資源簡(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;
using?System.IO;
namespace?WordKey
{
????public?partial?class?FrmWordKey?:?Form
????{
????????public?FrmWordKey()
????????{
????????????InitializeComponent();
????????}
????????#region?加密
????????private?void?btnKey_Click(object?sender?EventArgs?e)
????????{
????????????txtShow.Text?=?Encode(txtSetKey.Text?txtKey.Text?txtIV.Text);
????????}
????????//加密
????????public?static?string?Encode(string?data?string?Key_64?string?Iv_64)
????????{
????????????string?KEY_64?=?Key_64;//?“VavicApp“;
????????????string?IV_64?=?Iv_64;//?“VavicApp“;
????????????try
????????????{
????????????????byte[]?byKey?=?System.Text.ASCIIEncoding.ASCII.GetBytes(KEY_64);
????????????????byte[]?byIV?=?System.Text.ASCIIEncoding.ASCII.GetBytes(IV_64);
?
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件??????11264??2013-06-20?21:16??WordKey\WordKey\bin\Debug\WordKey.exe
?????文件??????28160??2013-06-20?21:16??WordKey\WordKey\bin\Debug\WordKey.pdb
?????文件??????11600??2013-06-20?22:07??WordKey\WordKey\bin\Debug\WordKey.vshost.exe
?????文件???????3033??2013-06-20?22:41??WordKey\WordKey\FrmWordKey.cs
?????文件???????7426??2013-06-20?22:08??WordKey\WordKey\FrmWordKey.Designer.cs
?????文件???????5817??2013-06-20?22:08??WordKey\WordKey\FrmWordKey.resx
?????文件???????2164??2013-06-20?20:16??WordKey\WordKey\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6302??2013-06-20?22:07??WordKey\WordKey\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????372??2013-06-20?21:13??WordKey\WordKey\obj\x86\Debug\GenerateResource.read.1.tlog
?????文件???????1222??2013-06-20?21:13??WordKey\WordKey\obj\x86\Debug\GenerateResource.write.1.tlog
?????文件????????711??2013-06-20?22:07??WordKey\WordKey\obj\x86\Debug\WordKey.csproj.FileListAbsolute.txt
?????文件??????11264??2013-06-20?21:16??WordKey\WordKey\obj\x86\Debug\WordKey.exe
?????文件????????180??2013-06-20?21:13??WordKey\WordKey\obj\x86\Debug\WordKey.FrmWordKey.resources
?????文件??????28160??2013-06-20?21:16??WordKey\WordKey\obj\x86\Debug\WordKey.pdb
?????文件????????180??2013-06-20?21:12??WordKey\WordKey\obj\x86\Debug\WordKey.Properties.Resources.resources
?????文件????????493??2013-06-20?21:11??WordKey\WordKey\Program.cs
?????文件???????1364??2013-06-20?20:16??WordKey\WordKey\Properties\AssemblyInfo.cs
?????文件???????2864??2013-06-20?20:16??WordKey\WordKey\Properties\Resources.Designer.cs
?????文件???????5612??2013-06-20?20:16??WordKey\WordKey\Properties\Resources.resx
?????文件???????1092??2013-06-20?20:16??WordKey\WordKey\Properties\Settings.Designer.cs
?????文件????????249??2013-06-20?20:16??WordKey\WordKey\Properties\Settings.settings
?????文件???????3698??2013-06-20?21:12??WordKey\WordKey\WordKey.csproj
?????文件????????863??2013-06-20?20:16??WordKey\WordKey.sln
????..A..H.?????18432??2013-06-20?22:41??WordKey\WordKey.suo
?????目錄??????????0??2013-06-20?20:16??WordKey\WordKey\obj\x86\Debug\TempPE
?????目錄??????????0??2013-06-20?21:16??WordKey\WordKey\obj\x86\Debug
?????目錄??????????0??2013-06-20?21:12??WordKey\WordKey\bin\Debug
?????目錄??????????0??2013-06-20?21:11??WordKey\WordKey\bin\Release
?????目錄??????????0??2013-06-20?20:16??WordKey\WordKey\obj\x86
?????目錄??????????0??2013-06-20?21:11??WordKey\WordKey\bin
............此處省略7個(gè)文件信息
評(píng)論
共有 條評(píng)論