资源简介
加密后文件后缀为 .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个文件信息
- 上一篇:C#加密RAR压缩文件
- 下一篇:C#使用硬盘序列号和CPU序列号生成机器码
相关资源
- XXTEA算法的C#实现和JS实现,可以互相
- C#实现 用口令加密Bat文件
- C# 伪随机数加密
- C# 异或加密数字
- C# 常用加密解密
- MD5加密
- 全角半角转换/md5加密 等
- Java MD5加密
- 对数据报进行加密保障通信安全
- 使用伪随机数加密技术加密用户登录
- 对文件进行加密保护
- 使用口令加密可执行文件
- AEC文件加密核心代码测试
- unity工具类RSA加密和解密
- 国密码SM3SM4加密解密
- C# 简单的程序绑定、加密类似加密狗
- C# 用RSA加密实现Web登录密码加密传输
- AES加密128位16字节CBC
- C#实现字符串SHA-512加密算法工程
- 文件加密解密软件设计含源文件
- 凯撒加密与频率分析解密
- DES文件加密和RSA字符串加密最终版.
- 文件加密解密软件
- DES加密局域网聊天软件
- .NET下用C#写的AES算法文件加密解密工
- 加密算法Demo 数据加密标准(DES)的
- 读写加密狗
- C#加密数据报 截图以及
- C# 调用js 解析QQ登录的RSA加密
- C# 加密数据报 保障通信安全
评论
共有 条评论