• 大小: 0.07M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 加密  

资源简介

加密后文件后缀为 .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 < str.Length; 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个文件信息

评论

共有 条评论