資源簡介
加密后文件后綴為 .mrexe,加密后文件不可打開,只能通過此程序打開了
代碼片段和文件信息
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.Security.Cryptography;
using?Microsoft.Win32;
namespace?EncryptExe
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????FileMenu(Application.ExecutablePath?+?“0“?Application.ExecutablePath);
????????????string[]?str?=?Environment.GetCommandLineArgs();
????????????try
????????????{
????????????????string?strFile?=?““;
????????????????for?(int?i?=?2;?i?????????????????????strFile?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-01-28?11:10??口令加密Exe\
?????目錄???????????0??2013-01-28?11:10??口令加密Exe\EncryptExe\
?????文件?????????920??2008-12-15?14:37??口令加密Exe\EncryptExe.sln
?????文件???????15872??2010-08-18?17:51??口令加密Exe\EncryptExe.suo
?????目錄???????????0??2013-01-28?11:10??口令加密Exe\EncryptExe\bin\
?????目錄???????????0??2013-01-28?11:10??口令加密Exe\EncryptExe\bin\Debug\
?????文件???????13816??2013-01-28?11:07??口令加密Exe\EncryptExe\bin\Debug\EncryptE
?????文件???????13824??2008-12-16?11:05??口令加密Exe\EncryptExe\bin\Debug\EncryptExe.exe
?????文件???????13832??2013-01-28?10:51??口令加密Exe\EncryptExe\bin\Debug\EncryptExe.exe.mrexe
?????文件???????26112??2008-12-16?11:05??口令加密Exe\EncryptExe\bin\Debug\EncryptExe.pdb
?????文件???????14328??2009-01-04?09:23??口令加密Exe\EncryptExe\bin\Debug\EncryptExe.vshost.exe
?????文件?????????490??2007-07-21?01:33??口令加密Exe\EncryptExe\bin\Debug\EncryptExe.vshost.exe.manifest
?????文件????????3766??2009-01-04?09:30??口令加密Exe\EncryptExe\EncryptExe.csproj
?????文件????????7859??2008-12-16?09:10??口令加密Exe\EncryptExe\Form1.cs
?????文件????????7185??2010-08-18?17:51??口令加密Exe\EncryptExe\Form1.Designer.cs
?????文件????????6017??2008-12-15?16:04??口令加密Exe\EncryptExe\Form1.resx
?????目錄???????????0??2013-01-28?11:10??口令加密Exe\EncryptExe\obj\
?????目錄???????????0??2013-01-28?11:10??口令加密Exe\EncryptExe\obj\Debug\
?????文件?????????689??2009-01-04?09:23??口令加密Exe\EncryptExe\obj\Debug\EncryptExe.csproj.FileListAbsolute.txt
?????文件?????????847??2008-12-16?11:05??口令加密Exe\EncryptExe\obj\Debug\EncryptExe.csproj.GenerateResource.Cache
?????文件???????13824??2008-12-16?11:05??口令加密Exe\EncryptExe\obj\Debug\EncryptExe.exe
?????文件?????????180??2008-12-16?11:05??口令加密Exe\EncryptExe\obj\Debug\EncryptExe.Form1.resources
?????文件???????26112??2008-12-16?11:05??口令加密Exe\EncryptExe\obj\Debug\EncryptExe.pdb
?????文件?????????180??2008-12-16?11:05??口令加密Exe\EncryptExe\obj\Debug\EncryptExe.Properties.Resources.resources
?????目錄???????????0??2012-05-02?09:57??口令加密Exe\EncryptExe\obj\Debug\TempPE\
?????文件?????????491??2008-12-15?14:37??口令加密Exe\EncryptExe\Program.cs
?????目錄???????????0??2013-01-28?11:10??口令加密Exe\EncryptExe\Properties\
?????文件????????1381??2008-12-15?14:38??口令加密Exe\EncryptExe\Properties\AssemblyInfo.cs
?????文件????????2870??2008-12-15?14:37??口令加密Exe\EncryptExe\Properties\Resources.Designer.cs
?????文件????????5612??2010-08-18?17:51??口令加密Exe\EncryptExe\Properties\Resources.resx
?????文件????????1095??2008-12-15?14:37??口令加密Exe\EncryptExe\Properties\Settings.Designer.cs
............此處省略1個文件信息
- 上一篇:C#加密RAR壓縮文件
- 下一篇:C#使用硬盤序列號和CPU序列號生成機器碼
評論
共有 條評論