我爱Aspx >> Asp.Net >> DOTNETc#之加密解密(对称)这个只是最简单的示例,用于了解加密解密的规则,并不是要了解代码是怎么写的,其实代码通过MSDN都可以查到
最重要的是要知道一些思想。了解一个程序的解决方法,所以注释比较详细,希望大家能读懂!
点击下载此文件
相关代码:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.IO;
using System.Text;
using System.Security.Cryptography;
namespace Server
{
/// <summary>
/// Form1 的摘要说明。
/// </summary>
public class Form1 : System.Windows.Forms.Form
{
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.TextBox tboxOpenFileName;
private System.Windows.Forms.TextBox tboxSaveFileName;
private System.Windows.Forms.TextBox tboxKey1;
private System.Windows.Forms.TextBox tboxIv1;
private System.Windows.Forms.TextBox tboxKey2;
private System.Windows.Forms.TextBox tboxIv2;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.Container components = null;
Ҷƪл˵?
DOTNET线程和通讯示例[04-21]
Beginning C# Objects从概念到代..[03-18]
Visual C#.NET编程精粹150例[03-18]
Visual C# 2005文件IO与数据存取..[03-18]
框架设计(第2版):CLR Via C#[03-18]
Visual C# 2005程序开发与界面设..[03-18]
在C#中建立复杂的、灵活的SQL查询..[03-17]
病毒及流氓软件自我复制的简单实..[03-16]
用C#和WMI获取逻辑驱动器详细信息[03-16]
用Visual C#开发简单的复合控件[03-16]
免费发放9个白度指数邀请!(发放完..[04-21]
今天参加了第一次应聘笔试[04-21]
火影忍者在线观看及下载[04-21]
台湾原味内裤卖的火,内地二手网也..[04-21]
“性爱视频”女主角谢丽君披露真..[04-21]
东北财经大学王婷婷的露点事件(再..[04-21]
世界编程大赛头名程序[04-21]
你们都错怪《无极》了,这是一部..[04-21]
一个弱女子的求助信[04-21]
.net课件之多线程[04-21]