• 大小: 0.29M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 编程  

资源简介

pki信息加密

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Diagnostics;
using System.Security.Cryptography.X509Certificates;
using System.IO;
using System.Security.Cryptography;
namespace PKI2
{
    public partial class DeDES : Form
    {
        public DeDES()
        {
            InitializeComponent();
        }

        private void button_getCer_Click(object sender EventArgs e)
        {
            OpenFileDialog of = new OpenFileDialog();
            if (of.ShowDialog() == DialogResult.OK)
            {
                labelCerPath.Text = of.FileName;
            }
        }

        pr

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

     文件        167  2017-06-26 10:15  PKI2\App.config

     文件        187  2013-11-26 22:10  PKI2\bin\Debug\app.publish\Application Files\PKI2_1_0_0_0\PKI2.exe.config.deploy

     文件      37888  2013-12-04 20:31  PKI2\bin\Debug\app.publish\Application Files\PKI2_1_0_0_0\PKI2.exe.deploy

     文件       7069  2013-12-04 20:31  PKI2\bin\Debug\app.publish\Application Files\PKI2_1_0_0_0\PKI2.exe.manifest

     文件         45  2013-12-04 20:31  PKI2\bin\Debug\app.publish\autorun.inf

     文件       5541  2013-12-04 20:31  PKI2\bin\Debug\app.publish\PKI2.application

     文件     432032  2013-12-04 20:31  PKI2\bin\Debug\app.publish\setup.exe

     文件       1791  2017-06-26 17:44  PKI2\bin\Debug\PKI2.application

     文件      38400  2017-06-26 17:44  PKI2\bin\Debug\PKI2.exe

     文件        167  2017-06-26 10:15  PKI2\bin\Debug\PKI2.exe.config

     文件       3374  2017-06-26 17:44  PKI2\bin\Debug\PKI2.exe.manifest

     文件     101888  2017-06-26 17:44  PKI2\bin\Debug\PKI2.pdb

     文件       1791  2017-06-26 17:41  PKI2\bin\Debug\PKI2.vshost.application

     文件      11592  2017-06-26 17:43  PKI2\bin\Debug\PKI2.vshost.exe

     文件        167  2017-06-26 10:15  PKI2\bin\Debug\PKI2.vshost.exe.config

     文件       3374  2017-06-26 17:41  PKI2\bin\Debug\PKI2.vshost.exe.manifest

     文件       1828  2017-06-26 17:05  PKI2\DeDES.cs

     文件      10561  2017-06-26 17:05  PKI2\DeDES.Designer.cs

     文件       5817  2017-06-26 17:05  PKI2\DeDES.resx

     文件       1946  2013-11-27 16:33  PKI2\EnDES.cs

     文件      10127  2013-11-27 15:08  PKI2\EnDES.Designer.cs

     文件       5817  2013-11-27 15:08  PKI2\EnDES.resx

     文件      21678  2017-06-26 17:44  PKI2\Form1.cs

     文件      25126  2017-06-26 17:44  PKI2\Form1.Designer.cs

     文件       5817  2017-06-26 17:44  PKI2\Form1.resx

     文件       6135  2013-11-27 15:41  PKI2\madecer.cs

     文件      14105  2013-11-27 15:41  PKI2\madecer.Designer.cs

     文件       5817  2013-11-27 15:41  PKI2\madecer.resx

     文件       2973  2017-06-26 10:15  PKI2\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6179  2017-06-26 17:44  PKI2\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

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

评论

共有 条评论