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

资源简介


资源截图

代码片段和文件信息

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.Security.Cryptography;
namespace 数据加密技术
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender EventArgs e)
        {

        }

        private void button1_Click(object sender EventArgs e)
        {
            if (textBox1.Text == ““)
            { MessageBox.Show(“请输入加密数据“); return; }
            MD5CryptoServiceProvider M5 = new MD5CryptoServiceProvider();
            textBox2.Text = ASCIIEncoding.ASCII.GetString(M5.ComputeHash(ASCIIEncoding.ASCII

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

     文件       9216  2009-02-16 13:58  数据加密技术\bin\Debug\数据加密技术.exe

     文件      22016  2009-02-16 13:58  数据加密技术\bin\Debug\数据加密技术.pdb

     文件      14328  2010-05-19 15:15  数据加密技术\bin\Debug\数据加密技术.vshost.exe

     文件        490  2007-07-21 01:33  数据加密技术\bin\Debug\数据加密技术.vshost.exe.manifest

     文件        877  2009-02-16 13:58  数据加密技术\Form1.cs

     文件       4111  2009-02-16 13:58  数据加密技术\Form1.designer.cs

     文件       5814  2009-02-16 13:55  数据加密技术\Form1.resx

     文件        999  2010-05-19 15:15  数据加密技术\obj\Debug\数据加密技术.csproj.FileListAbsolute.txt

     文件        847  2009-02-16 13:58  数据加密技术\obj\Debug\数据加密技术.csproj.GenerateResource.Cache

     文件       9216  2009-02-16 13:58  数据加密技术\obj\Debug\数据加密技术.exe

     文件        180  2009-02-16 13:58  数据加密技术\obj\Debug\数据加密技术.Form1.resources

     文件      22016  2009-02-16 13:58  数据加密技术\obj\Debug\数据加密技术.pdb

     文件        180  2009-02-16 13:58  数据加密技术\obj\Debug\数据加密技术.Properties.Resources.resources

     文件        499  2009-02-16 13:54  数据加密技术\Program.cs

     文件       1368  2009-02-16 13:54  数据加密技术\Properties\AssemblyInfo.cs

     文件       2886  2009-02-16 13:54  数据加密技术\Properties\Resources.Designer.cs

     文件       5612  2009-02-16 13:54  数据加密技术\Properties\Resources.resx

     文件       1103  2009-02-16 13:54  数据加密技术\Properties\Settings.Designer.cs

     文件        249  2009-02-16 13:54  数据加密技术\Properties\Settings.settings

     文件       3827  2009-02-16 13:58  数据加密技术\数据加密技术.csproj

     文件        925  2009-02-16 13:54  数据加密技术\数据加密技术.sln

    ..A..H.     21504  2010-05-19 16:26  数据加密技术\数据加密技术.suo

     目录          0  2012-04-18 11:18  数据加密技术\obj\Debug\TempPE

     目录          0  2014-09-09 16:05  数据加密技术\bin\Debug

     目录          0  2014-09-09 16:05  数据加密技术\obj\Debug

     目录          0  2014-09-09 16:05  数据加密技术\bin

     目录          0  2014-09-09 16:05  数据加密技术\obj

     目录          0  2014-09-09 16:05  数据加密技术\Properties

     目录          0  2014-09-09 16:05  数据加密技术

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

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

评论

共有 条评论