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

  • 大小: 0.05M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-26
  • 語言: C#
  • 標簽: 加密??

資源簡介

C#文件加密實例

資源截圖

代碼片段和文件信息

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.IO;
using?System.Threading;
using?System.Security.Cryptography;
using?Microsoft.Win32;

namespace?ProtectFile
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????????CheckForIllegalCrossThreadCalls?=?false;
????????}

????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????FileMenu(Application.ExecutablePath?+?“0“?Application.ExecutablePath);
????????????string[]?str?=?Environment.GetCommandLineArgs();
????????????try
????????????{
????????????????string?strFile?=?““;
??

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-01-29?13:13??文件加密\
?????目錄???????????0??2013-01-29?13:13??文件加密\ProtectFile\
?????文件?????????923??2008-12-11?14:05??文件加密\ProtectFile.sln
?????文件???????20480??2009-01-03?14:34??文件加密\ProtectFile.suo
?????目錄???????????0??2013-01-29?13:13??文件加密\ProtectFile\bin\
?????目錄???????????0??2013-01-29?13:13??文件加密\ProtectFile\bin\Debug\
?????文件???????16384??2008-12-16?09:10??文件加密\ProtectFile\bin\Debug\ProtectFile.exe
?????文件???????32256??2008-12-16?09:10??文件加密\ProtectFile\bin\Debug\ProtectFile.pdb
?????文件???????14328??2009-01-03?13:53??文件加密\ProtectFile\bin\Debug\ProtectFile.vshost.exe
?????文件?????????490??2007-07-21?01:33??文件加密\ProtectFile\bin\Debug\ProtectFile.vshost.exe.manifest
?????文件?????????766??2008-12-12?13:03??文件加密\ProtectFile\bin\Debug\加密.ico
?????文件???????10795??2008-12-16?09:10??文件加密\ProtectFile\Form1.cs
?????文件????????8291??2008-12-12?13:18??文件加密\ProtectFile\Form1.Designer.cs
?????文件????????6017??2008-12-12?13:18??文件加密\ProtectFile\Form1.resx
?????目錄???????????0??2013-01-29?13:13??文件加密\ProtectFile\obj\
?????目錄???????????0??2013-01-29?13:13??文件加密\ProtectFile\obj\Debug\
?????文件?????????712??2009-01-03?13:53??文件加密\ProtectFile\obj\Debug\ProtectFile.csproj.FileListAbsolute.txt
?????文件?????????847??2008-12-16?09:04??文件加密\ProtectFile\obj\Debug\ProtectFile.csproj.GenerateResource.Cache
?????文件???????16384??2008-12-16?09:10??文件加密\ProtectFile\obj\Debug\ProtectFile.exe
?????文件?????????180??2008-12-16?09:04??文件加密\ProtectFile\obj\Debug\ProtectFile.Form1.resources
?????文件???????32256??2008-12-16?09:10??文件加密\ProtectFile\obj\Debug\ProtectFile.pdb
?????文件?????????180??2010-08-18?17:51??文件加密\ProtectFile\obj\Debug\ProtectFile.Properties.Resources.resources
?????目錄???????????0??2012-05-02?09:57??文件加密\ProtectFile\obj\Debug\TempPE\
?????文件?????????492??2008-12-11?14:05??文件加密\ProtectFile\Program.cs
?????目錄???????????0??2013-01-29?13:13??文件加密\ProtectFile\Properties\
?????文件????????1376??2008-12-11?14:06??文件加密\ProtectFile\Properties\AssemblyInfo.cs
?????文件????????2872??2008-12-11?14:05??文件加密\ProtectFile\Properties\Resources.Designer.cs
?????文件????????5612??2008-12-11?14:05??文件加密\ProtectFile\Properties\Resources.resx
?????文件????????1096??2008-12-11?14:05??文件加密\ProtectFile\Properties\Settings.Designer.cs
?????文件?????????249??2008-12-11?14:05??文件加密\ProtectFile\Properties\Settings.settings
?????文件????????3888??2008-12-12?13:04??文件加密\ProtectFile\ProtectFile.csproj
............此處省略1個文件信息

評論

共有 條評論