• 大小: 4.47MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-28
  • 语言: C#
  • 标签: 文件加密  

资源简介

C#文件加密解密及备份恢复工具,工具类代码可以打开dll查看,或者可以查看:https://github.com/yuzhengyang/Fork

资源截图

代码片段和文件信息

using Oreo.FileMan.Commons;
using Oreo.FileMan.Views;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
using Y.Utils.AppUtils;
using Y.Utils.IOUtils.LogUtils;

namespace Oreo.FileMan
{
    static class Program
    {
        /// 
        /// 应用程序的主入口点。
        /// 

        [STAThread]
        static void Main()
        {
            if (AppUnique.IsUnique(“Oreo.FileMan“))
            {
                R.Log = new Log(true “Oreo.FileMan.Log“);
                Log.AllocConsole();

                R.Services.FBS.Start();

                R.Log.i(“App is Runing...“);
                Application.EnableVisualstyles();
                Application.SetCompatibleTextRenderingDefault(false);
                Application.Run(new MainForm());
            }
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2683  2017-07-12 19:26  Oreo.FileMan\App.config

     文件    4976848  2017-05-03 20:08  Oreo.FileMan\bin\Debug\Entityframework.dll

     文件     601808  2017-05-03 20:08  Oreo.FileMan\bin\Debug\Entityframework.SqlServer.dll

     文件     145441  2017-05-03 20:08  Oreo.FileMan\bin\Debug\Entityframework.SqlServer.xml

     文件    3229543  2017-05-03 20:08  Oreo.FileMan\bin\Debug\Entityframework.xml

     文件      40960  2017-07-27 23:16  Oreo.FileMan\bin\Debug\FileMan.db

     文件     522240  2017-04-02 17:46  Oreo.FileMan\bin\Debug\Newtonsoft.Json.dll

     文件     527790  2017-04-02 17:46  Oreo.FileMan\bin\Debug\Newtonsoft.Json.xml

     文件     688640  2017-07-27 23:13  Oreo.FileMan\bin\Debug\Oreo.FileMan.exe

     文件       2683  2017-07-12 19:26  Oreo.FileMan\bin\Debug\Oreo.FileMan.exe.config

     文件      37240  2017-07-06 23:10  Oreo.FileMan\bin\Debug\Oreo.FileMan.Log\2017-07-06.txt

     文件         35  2017-07-26 23:16  Oreo.FileMan\bin\Debug\Oreo.FileMan.Log\2017-07-26.txt

     文件         70  2017-07-27 23:26  Oreo.FileMan\bin\Debug\Oreo.FileMan.Log\2017-07-27.txt

     文件     169472  2017-07-27 23:13  Oreo.FileMan\bin\Debug\Oreo.FileMan.pdb

     文件      22688  2017-07-27 23:29  Oreo.FileMan\bin\Debug\Oreo.FileMan.vshost.exe

     文件       2683  2017-07-12 19:26  Oreo.FileMan\bin\Debug\Oreo.FileMan.vshost.exe.config

     文件       3092  2017-06-21 22:48  Oreo.FileMan\bin\Debug\Oreo.FileMan.vshost.exe.manifest

     文件      43008  2017-06-01 06:50  Oreo.FileMan\bin\Debug\SQLite.CodeFirst.dll

     文件     320512  2017-06-10 20:54  Oreo.FileMan\bin\Debug\System.Data.SQLite.dll

     文件     186368  2017-06-10 20:55  Oreo.FileMan\bin\Debug\System.Data.SQLite.EF6.dll

     文件      37376  2017-01-17 22:10  Oreo.FileMan\bin\Debug\System.Data.SQLite.EF6.Migrations.dll

     文件     186368  2017-06-10 20:55  Oreo.FileMan\bin\Debug\System.Data.SQLite.Linq.dll

     文件     888901  2017-06-10 20:54  Oreo.FileMan\bin\Debug\System.Data.SQLite.xml

     文件    1460224  2017-06-10 20:54  Oreo.FileMan\bin\Debug\x64\SQLite.Interop.dll

     文件    1096704  2017-06-10 20:54  Oreo.FileMan\bin\Debug\x86\SQLite.Interop.dll

     文件      27136  2017-07-05 23:56  Oreo.FileMan\bin\Debug\Y.FileQueryEngine.dll

     文件      67072  2017-07-05 23:56  Oreo.FileMan\bin\Debug\Y.FileQueryEngine.pdb

     文件      15535  2017-07-05 23:56  Oreo.FileMan\bin\Debug\Y.FileQueryEngine.xml

     文件      32768  2017-07-27 23:13  Oreo.FileMan\bin\Debug\Y.Skin.dll

     文件      85504  2017-07-27 23:13  Oreo.FileMan\bin\Debug\Y.Skin.pdb

............此处省略110个文件信息

评论

共有 条评论