⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.cs

📁 C#做的加密解密的东西
💻 CS
📖 第 1 页 / 共 4 页
字号:
			this.radioButton2.TabIndex = 1;
			this.radioButton2.Text = "Triple DES";
			// 
			// optDES
			// 
			this.optDES.Location = new System.Drawing.Point(48, 16);
			this.optDES.Name = "optDES";
			this.optDES.Size = new System.Drawing.Size(56, 24);
			this.optDES.TabIndex = 0;
			this.optDES.Text = "DES";
			// 
			// button4
			// 
			this.button4.Location = new System.Drawing.Point(80, 224);
			this.button4.Name = "button4";
			this.button4.Size = new System.Drawing.Size(216, 23);
			this.button4.TabIndex = 7;
			this.button4.Text = "解密";
			this.button4.Click += new System.EventHandler(this.button4_Click_1);
			// 
			// button3
			// 
			this.button3.Location = new System.Drawing.Point(80, 152);
			this.button3.Name = "button3";
			this.button3.Size = new System.Drawing.Size(216, 23);
			this.button3.TabIndex = 2;
			this.button3.Text = "加密";
			this.button3.Click += new System.EventHandler(this.button3_Click_1);
			// 
			// button2
			// 
			this.button2.Location = new System.Drawing.Point(184, 80);
			this.button2.Name = "button2";
			this.button2.Size = new System.Drawing.Size(112, 23);
			this.button2.TabIndex = 1;
			this.button2.Text = "GEN IV";
			this.button2.Click += new System.EventHandler(this.button2_Click_1);
			// 
			// button5
			// 
			this.button5.Location = new System.Drawing.Point(184, 56);
			this.button5.Name = "button5";
			this.button5.Size = new System.Drawing.Size(112, 23);
			this.button5.TabIndex = 15;
			this.button5.Text = "GEN Key";
			this.button5.Click += new System.EventHandler(this.button5_Click_1);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 64);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(64, 16);
			this.label1.TabIndex = 9;
			this.label1.Text = "GEN-KEY";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(8, 88);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(56, 16);
			this.label2.TabIndex = 10;
			this.label2.Text = "GEN-IV";
			// 
			// textKey
			// 
			this.textKey.Location = new System.Drawing.Point(80, 56);
			this.textKey.Name = "textKey";
			this.textKey.Size = new System.Drawing.Size(104, 21);
			this.textKey.TabIndex = 4;
			this.textKey.Text = "";
			// 
			// textIv
			// 
			this.textIv.Location = new System.Drawing.Point(80, 80);
			this.textIv.Name = "textIv";
			this.textIv.Size = new System.Drawing.Size(104, 21);
			this.textIv.TabIndex = 5;
			this.textIv.Text = "";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(8, 128);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(56, 16);
			this.label3.TabIndex = 11;
			this.label3.Text = "加密内容";
			// 
			// textOriginal
			// 
			this.textOriginal.Location = new System.Drawing.Point(80, 104);
			this.textOriginal.Multiline = true;
			this.textOriginal.Name = "textOriginal";
			this.textOriginal.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.textOriginal.Size = new System.Drawing.Size(216, 48);
			this.textOriginal.TabIndex = 6;
			this.textOriginal.Text = "";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(8, 192);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(72, 16);
			this.label5.TabIndex = 13;
			this.label5.Text = "加密后内容";
			// 
			// textEncrypted
			// 
			this.textEncrypted.Location = new System.Drawing.Point(80, 176);
			this.textEncrypted.Multiline = true;
			this.textEncrypted.Name = "textEncrypted";
			this.textEncrypted.ReadOnly = true;
			this.textEncrypted.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.textEncrypted.Size = new System.Drawing.Size(216, 48);
			this.textEncrypted.TabIndex = 8;
			this.textEncrypted.Text = "";
			// 
			// text11
			// 
			this.text11.Location = new System.Drawing.Point(80, 248);
			this.text11.Multiline = true;
			this.text11.Name = "text11";
			this.text11.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.text11.Size = new System.Drawing.Size(216, 56);
			this.text11.TabIndex = 16;
			this.text11.Text = "";
			// 
			// tabPage2
			// 
			this.tabPage2.Controls.Add(this.button27);
			this.tabPage2.Controls.Add(this.richTextBox1);
			this.tabPage2.Controls.Add(this.groupBox2);
			this.tabPage2.Location = new System.Drawing.Point(4, 21);
			this.tabPage2.Name = "tabPage2";
			this.tabPage2.Size = new System.Drawing.Size(440, 327);
			this.tabPage2.TabIndex = 1;
			this.tabPage2.Text = "MD5";
			// 
			// button27
			// 
			this.button27.Location = new System.Drawing.Point(344, 248);
			this.button27.Name = "button27";
			this.button27.Size = new System.Drawing.Size(88, 72);
			this.button27.TabIndex = 20;
			this.button27.Text = "检验";
			this.button27.Click += new System.EventHandler(this.button27_Click);
			// 
			// richTextBox1
			// 
			this.richTextBox1.Location = new System.Drawing.Point(344, 16);
			this.richTextBox1.Name = "richTextBox1";
			this.richTextBox1.Size = new System.Drawing.Size(88, 224);
			this.richTextBox1.TabIndex = 19;
			this.richTextBox1.Text = "";
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.label15);
			this.groupBox2.Controls.Add(this.label14);
			this.groupBox2.Controls.Add(this.textPass1);
			this.groupBox2.Controls.Add(this.textName1);
			this.groupBox2.Controls.Add(this.button28);
			this.groupBox2.Controls.Add(this.button10);
			this.groupBox2.Controls.Add(this.label9);
			this.groupBox2.Controls.Add(this.label8);
			this.groupBox2.Controls.Add(this.textPass);
			this.groupBox2.Controls.Add(this.textName);
			this.groupBox2.Controls.Add(this.button9);
			this.groupBox2.Controls.Add(this.button8);
			this.groupBox2.Controls.Add(this.button7);
			this.groupBox2.Controls.Add(this.label7);
			this.groupBox2.Controls.Add(this.button6);
			this.groupBox2.Controls.Add(this.label6);
			this.groupBox2.Controls.Add(this.label4);
			this.groupBox2.Controls.Add(this.textMd52);
			this.groupBox2.Controls.Add(this.button1);
			this.groupBox2.Controls.Add(this.textMd51);
			this.groupBox2.Controls.Add(this.textHax);
			this.groupBox2.Controls.Add(this.textSee);
			this.groupBox2.Location = new System.Drawing.Point(8, 7);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(328, 312);
			this.groupBox2.TabIndex = 18;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "MD5加密";
			// 
			// label14
			// 
			this.label14.BackColor = System.Drawing.Color.Transparent;
			this.label14.Location = new System.Drawing.Point(8, 160);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(80, 16);
			this.label14.TabIndex = 24;
			this.label14.Text = "加密到数据库";
			// 
			// textPass1
			// 
			this.textPass1.Location = new System.Drawing.Point(216, 152);
			this.textPass1.Name = "textPass1";
			this.textPass1.Size = new System.Drawing.Size(104, 21);
			this.textPass1.TabIndex = 23;
			this.textPass1.Text = "";
			// 
			// textName1
			// 
			this.textName1.Location = new System.Drawing.Point(88, 152);
			this.textName1.Name = "textName1";
			this.textName1.Size = new System.Drawing.Size(96, 21);
			this.textName1.TabIndex = 22;
			this.textName1.Text = "";
			// 
			// button28
			// 
			this.button28.Location = new System.Drawing.Point(240, 272);
			this.button28.Name = "button28";
			this.button28.Size = new System.Drawing.Size(80, 23);
			this.button28.TabIndex = 21;
			this.button28.Text = "数据库检测";
			this.button28.Click += new System.EventHandler(this.button28_Click);
			// 
			// button10
			// 
			this.button10.Location = new System.Drawing.Point(232, 176);
			this.button10.Name = "button10";
			this.button10.Size = new System.Drawing.Size(88, 23);
			this.button10.TabIndex = 20;
			this.button10.Text = "加密到数据库";
			this.button10.Click += new System.EventHandler(this.button10_Click);
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(176, 248);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(48, 16);
			this.label9.TabIndex = 14;
			this.label9.Text = "密码:";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(8, 248);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(48, 16);
			this.label8.TabIndex = 13;
			this.label8.Text = "用户:";
			// 
			// textPass
			// 
			this.textPass.Location = new System.Drawing.Point(224, 240);
			this.textPass.Name = "textPass";
			this.textPass.Size = new System.Drawing.Size(96, 21);
			this.textPass.TabIndex = 12;
			this.textPass.Text = "";
			// 
			// textName
			// 
			this.textName.Location = new System.Drawing.Point(88, 240);
			this.textName.Name = "textName";
			this.textName.Size = new System.Drawing.Size(80, 21);
			this.textName.TabIndex = 11;
			this.textName.Text = "";
			// 
			// button9
			// 
			this.button9.Location = new System.Drawing.Point(88, 272);
			this.button9.Name = "button9";
			this.button9.Size = new System.Drawing.Size(72, 23);
			this.button9.TabIndex = 10;
			this.button9.Text = "读文件";
			this.button9.Click += new System.EventHandler(this.button9_Click_1);
			// 
			// button8
			// 
			this.button8.Location = new System.Drawing.Point(160, 176);
			this.button8.Name = "button8";
			this.button8.Size = new System.Drawing.Size(72, 23);
			this.button8.TabIndex = 9;
			this.button8.Text = "直接加密";
			this.button8.Click += new System.EventHandler(this.button8_Click_1);
			// 
			// button7
			// 
			this.button7.Location = new System.Drawing.Point(88, 56);
			this.button7.Name = "button7";
			this.button7.Size = new System.Drawing.Size(232, 23);
			this.button7.TabIndex = 8;
			this.button7.Text = "哈稀值";
			// 
			// label7
			// 
			this.label7.BackColor = System.Drawing.Color.Transparent;
			this.label7.Location = new System.Drawing.Point(8, 24);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(48, 16);
			this.label7.TabIndex = 7;
			this.label7.Text = "哈稀值";
			// 
			// button6
			// 
			this.button6.Location = new System.Drawing.Point(160, 272);
			this.button6.Name = "button6";
			this.button6.Size = new System.Drawing.Size(80, 23);
			this.button6.TabIndex = 5;
			this.button6.Text = "文本检测";
			this.button6.Click += new System.EventHandler(this.button6_Click_1);
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(8, 88);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(80, 16);
			this.label6.TabIndex = 4;
			this.label6.Text = "要加密的";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(8, 208);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(48, 16);
			this.label4.TabIndex = 3;
			this.label4.Text = "加密后";
			// 
			// textMd52
			// 
			this.textMd52.Location = new System.Drawing.Point(88, 200);
			this.textMd52.Multiline = true;
			this.textMd52.Name = "textMd52";
			this.textMd52.ReadOnly = true;
			this.textMd52.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.textMd52.Size = new System.Drawing.Size(232, 32);
			this.textMd52.TabIndex = 2;
			this.textMd52.Text = "";
			// 
			// button1
			// 
			this.button1.Location = new System.Drawing.Point(88, 176);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(72, 23);
			this.button1.TabIndex = 1;
			this.button1.Text = "读取加密";
			this.button1.Click += new System.EventHandler(this.button1_Click_1);
			// 
			// textMd51
			// 
			this.textMd51.Location = new System.Drawing.Point(88, 80);
			this.textMd51.Multiline = true;
			this.textMd51.Name = "textMd51";
			this.textMd51.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.textMd51.Size = new System.Drawing.Size(232, 32);
			this.textMd51.TabIndex = 0;
			this.textMd51.Text = "";
			// 
			// textHax
			// 
			this.textHax.Location = new System.Drawing.Point(88, 16);
			this.textHax.Multiline = true;
			this.textHax.Name = "textHax";
			this.textHax.Size = new System.Drawing.Size(232, 40);
			this.textHax.TabIndex = 6;
			this.textHax.Text = "";
			// 
			// textSee
			// 
			this.textSee.Location = new System.Drawing.Point(88, 120);
			this.textSee.Multiline = true;
			this.textSee.Name = "textSee";
			this.textSee.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.textSee.Size = new System.Drawing.Size(232, 32);
			this.textSee.TabIndex = 19;
			this.textSee.Text = "";
			// 
			// tabPage3
			// 
			this.tabPage3.Controls.Add(this.groupBox4);
			this.tabPage3.Controls.Add(this.groupBox3);
			this.tabPage3.Location = new System.Drawing.Point(4, 21);
			this.tabPage3.Name = "tabPage3";
			this.tabPage3.Size = new System.Drawing.Size(440, 327);
			this.tabPage3.TabIndex = 2;
			this.tabPage3.Text = "RSA";
			// 
			// groupBox4
			// 
			this.groupBox4.Controls.Add(this.richText5);
			this.groupBox4.Controls.Add(this.textPub);
			this.groupBox4.Controls.Add(this.textPri);
			this.groupBox4.Controls.Add(this.button21);
			this.groupBox4.Controls.Add(this.button22);
			this.groupBox4.Controls.Add(this.button23);
			this.groupBox4.Controls.Add(this.button24);
			this.groupBox4.Controls.Add(this.button25);
			this.groupBox4.Controls.Add(this.richText4);
			this.groupBox4.Controls.Add(this.textBox2);
			this.groupBox4.Controls.Add(this.button19);
			this.groupBox4.Controls.Add(this.textBox3);
			this.groupBox4.Controls.Add(this.button20);
			this.groupBox4.Location = new System.Drawing.Point(224, 8);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(216, 312);
			this.groupBox4.TabIndex = 1;
			this.groupBox4.TabStop = false;
			this.groupBox4.Text = "文本文件加密";
			// 
			// richText5
			// 
			this.richText5.Location = new System.Drawing.Point(8, 104);
			this.richText5.Name = "richText5";
			this.richText5.Size = new System.Drawing.Size(200, 88);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -