• 大小: 0.11M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-27
  • 标签: 加密  

资源简介

RSA核心加密

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Security.Cryptography;
using System.IO;
using System.Diagnostics; 


namespace ED
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        #region DES


        private void button_ssj_Click(object sender EventArgs e)
        {
        

            DESCryptoServiceProvider desCrypto = (DESCryptoServiceProvider)DESCryptoServiceProvider.Create();

            desCrypto.GenerateKey();

            textBox_emiyao.Text=ASCIIEncoding.ASCII.GetString(desCrypto.Key);
          
            


        }

      

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2010-10-24 23:10  ED\
     目录           0  2010-10-28 09:06  ED\ED\
     文件         895  2010-10-24 12:35  ED\ED.sln
     文件       16896  2010-10-28 09:07  ED\ED.suo
     目录           0  2010-10-24 23:10  ED\ED\bin\
     目录           0  2010-10-28 09:07  ED\ED\bin\Debug\
     文件        6030  2010-10-28 08:42  ED\ED\bin\Debug\DES.txt
     文件       57344  2010-10-28 09:07  ED\ED\bin\Debug\ED.exe
     文件       40448  2010-10-28 09:07  ED\ED\bin\Debug\ED.pdb
     文件        5632  2005-11-11 22:25  ED\ED\bin\Debug\ED.vshost.exe
     文件        2769  2010-10-28 08:43  ED\ED\bin\Debug\RSA.txt
     文件        3340  2010-10-28 08:46  ED\ED\ED.csproj
     文件       21946  2010-10-28 09:06  ED\ED\Form1.cs
     文件       45838  2010-10-28 09:06  ED\ED\Form1.Designer.cs
     文件       20430  2010-10-28 09:06  ED\ED\Form1.resx
     目录           0  2010-10-28 09:07  ED\ED\obj\
     目录           0  2010-10-28 09:07  ED\ED\obj\Debug\
     文件         898  2010-10-28 09:07  ED\ED\obj\Debug\ED.csproj.GenerateResource.Cache
     文件       57344  2010-10-28 09:07  ED\ED\obj\Debug\ED.exe
     文件       10317  2010-10-28 09:07  ED\ED\obj\Debug\ED.Form1.resources
     文件       40448  2010-10-28 09:07  ED\ED\obj\Debug\ED.pdb
     文件        5633  2010-10-28 09:07  ED\ED\obj\Debug\ED.Properties.Resources.resources
     目录           0  2010-10-24 23:10  ED\ED\obj\Debug\Refactor\
     目录           0  2010-10-28 08:45  ED\ED\obj\Debug\TempPE\
     文件        4608  2010-10-28 08:45  ED\ED\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
     文件         233  2010-10-28 09:07  ED\ED\obj\ED.csproj.FileList.txt
     文件         461  2010-10-24 12:35  ED\ED\Program.cs
     目录           0  2010-10-28 08:45  ED\ED\Properties\
     文件        1176  2010-10-24 12:35  ED\ED\Properties\AssemblyInfo.cs
     文件        3109  2010-10-28 08:45  ED\ED\Properties\Resources.Designer.cs
     文件        6231  2010-10-28 08:45  ED\ED\Properties\Resources.resx
............此处省略5个文件信息

评论

共有 条评论