资源简介
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\Entityfr
文件 601808 2017-05-03 20:08 Oreo.FileMan\bin\Debug\Entityfr
文件 145441 2017-05-03 20:08 Oreo.FileMan\bin\Debug\Entityfr
文件 3229543 2017-05-03 20:08 Oreo.FileMan\bin\Debug\Entityfr
文件 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.xm
文件 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.xm
文件 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.xm
文件 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个文件信息
- 上一篇:C# Winform 双层窗体
- 下一篇:C#物流管理系统源码
相关资源
- C#作的文件加密器很不错的
- C#文件加密及其播放器(亲测可用)
- C# 文件加密器 源码
- RSA文件加解密C#源代码
- c#文件夹及文件加密
- C#文件加密解密完整项目
-
c#中对xm
l文件加密和解密完整代码 - c#对文件加密
- C# exe文件加密源码
- AEC文件加密核心代码测试
- 文件加密解密软件设计含源文件
- DES文件加密和RSA字符串加密最终版.
- 文件加密解密软件
- .NET下用C#写的AES算法文件加密解密工
- C#文件加密
- 文件加密解密软件
- C# 二进制文件加密
- C# 文件加密工具源码
- C# EXE文件加密器源代码
- 用RSA证书文件加密和解密
- 文件加密解密程序
- C# 文件加密解密
- C# 文件加密解密(支持签名)
- C# 实现 文件加密保护的
- 文件加密、解密源码(可用于保护隐
评论
共有 条评论