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

资源简介

C# EXE文件加密器源代码

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using Microsoft.Win32;
//Download by http://www.codefans.net
namespace DispelFormality
{
    public partial class Frm_Dispel : Form
    {
        public Frm_Dispel()
        {
            InitializeComponent();
        }

        public string StrPass = ““;//密码
        public string HighValue = ““;//高等信息的值
        public string HighSgin = ““;//高等信息的标识

        public string enrolValse = ““;//记录限定时间
        public string NewDate = ““;//记录日期,判断是否修改过日期
        public string TemporarilyDate = ““;//获取注册表中计算月数和天数的临时时间
        public string IfShow = ““;//是否显示解密窗体
        public bool Bypast =

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

----------- ---------  ---------- -----  ----

               236045                    39


评论

共有 条评论