资源简介


资源截图

代码片段和文件信息

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;
using System.IO;

namespace EncryptTextFileOne
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        //选择加密解密文件路径
        private void button1_Click(object sender EventArgs e)
        {
            openFileDialog1.Filter = “文本文件|*.txt|*.*|*.*“;
            if (openFileDialog1.ShowDialog() == DialogResult.OK)
            {
                textBox1.Text = openFileDialog1.FileName;
            }
        }
        ///*************************/

        //加密
        pr

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

     文件      12288  2010-07-20 14:44  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\bin\Debug\EncryptTextFileOne.exe

     文件      40448  2010-07-20 14:44  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\bin\Debug\EncryptTextFileOne.pdb

     文件      14328  2010-07-20 14:36  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\bin\Debug\EncryptTextFileOne.vshost.exe

     文件        490  2009-06-11 05:14  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\bin\Debug\EncryptTextFileOne.vshost.exe.manifest

     文件       3836  2010-07-20 14:44  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\EncryptTextFileOne.csproj

     文件       6047  2010-07-16 19:18  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\Form1.cs

     文件       5371  2010-07-16 19:18  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\Form1.Designer.cs

     文件       6017  2010-07-16 19:18  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\Form1.resx

     文件       3844  2010-07-20 14:44  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\obj\Debug\EncryptTextFileOne.csproj.FileListAbsolute.txt

     文件        847  2010-07-20 14:44  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\obj\Debug\EncryptTextFileOne.csproj.GenerateResource.Cache

     文件      12288  2010-07-20 14:44  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\obj\Debug\EncryptTextFileOne.exe

     文件        180  2010-07-20 14:44  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\obj\Debug\EncryptTextFileOne.Form1.resources

     文件      40448  2010-07-20 14:44  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\obj\Debug\EncryptTextFileOne.pdb

     文件        180  2010-07-20 14:44  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\obj\Debug\EncryptTextFileOne.Properties.Resources.resources

     文件        499  2010-05-19 14:21  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\Program.cs

     文件       1376  2010-05-19 14:21  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\Properties\AssemblyInfo.cs

     文件       2886  2010-05-19 14:21  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\Properties\Resources.Designer.cs

     文件       5612  2010-05-19 14:21  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\Properties\Resources.resx

     文件       1103  2010-05-19 14:21  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\Properties\Settings.Designer.cs

     文件        249  2010-05-19 14:21  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne\Properties\Settings.settings

     文件        944  2010-07-16 19:16  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne.sln

    ..A..H.     15872  2010-11-05 09:43  18 加密、解密及解压缩文件\01 加密与解密文件\001 对文本文件进行加密与解密-例1\EncryptTextFileOne\EncryptTextFileOne.suo

     文件      12288  2010-07-20 14:45  18 加密、解密及解压缩文件\01 加密与解密文件\002 利用图片对文件进行加密与解密-例1\EncryptTextFileTwo\EncryptTextFileTwo\bin\Debug\EncryptTextFileTwo.exe

     文件      42496  2010-07-20 14:45  18 加密、解密及解压缩文件\01 加密与解密文件\002 利用图片对文件进行加密与解密-例1\EncryptTextFileTwo\EncryptTextFileTwo\bin\Debug\EncryptTextFileTwo.pdb

     文件      14328  2010-07-20 14:44  18 加密、解密及解压缩文件\01 加密与解密文件\002 利用图片对文件进行加密与解密-例1\EncryptTextFileTwo\EncryptTextFileTwo\bin\Debug\EncryptTextFileTwo.vshost.exe

     文件        490  2009-06-11 05:14  18 加密、解密及解压缩文件\01 加密与解密文件\002 利用图片对文件进行加密与解密-例1\EncryptTextFileTwo\EncryptTextFileTwo\bin\Debug\EncryptTextFileTwo.vshost.exe.manifest

     文件       3836  2010-07-20 14:45  18 加密、解密及解压缩文件\01 加密与解密文件\002 利用图片对文件进行加密与解密-例1\EncryptTextFileTwo\EncryptTextFileTwo\EncryptTextFileTwo.csproj

     文件       6022  2010-07-20 14:45  18 加密、解密及解压缩文件\01 加密与解密文件\002 利用图片对文件进行加密与解密-例1\EncryptTextFileTwo\EncryptTextFileTwo\Form1.cs

     文件       7412  2010-07-20 14:45  18 加密、解密及解压缩文件\01 加密与解密文件\002 利用图片对文件进行加密与解密-例1\EncryptTextFileTwo\EncryptTextFileTwo\Form1.Designer.cs

     文件       6017  2010-07-20 14:45  18 加密、解密及解压缩文件\01 加密与解密文件\002 利用图片对文件进行加密与解密-例1\EncryptTextFileTwo\EncryptTextFileTwo\Form1.resx

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

评论

共有 条评论