📄 default.aspx
字号:
<%@ Page language="c#" Codebehind="Default.aspx.cs" AutoEventWireup="false" Inherits="myRSA.RSA" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>WebForm1</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<asp:button id="Submit" style="Z-INDEX: 101; LEFT: 288px; POSITION: absolute; TOP: 248px" runat="server"
Text="加 密"></asp:button><asp:label id="Prime1_label" style="Z-INDEX: 102; LEFT: 168px; POSITION: absolute; TOP: 136px"
runat="server">公钥:</asp:label><asp:label id="Prime2_label" style="Z-INDEX: 103; LEFT: 168px; POSITION: absolute; TOP: 176px"
runat="server">私钥:</asp:label><asp:textbox id="Miwen" style="Z-INDEX: 104; LEFT: 216px; POSITION: absolute; TOP: 288px" runat="server"
Width="472px"></asp:textbox><asp:label id="Mi_wen" style="Z-INDEX: 105; LEFT: 168px; POSITION: absolute; TOP: 296px" runat="server">密文:</asp:label><asp:label id="Suijishu1" style="Z-INDEX: 106; LEFT: 168px; POSITION: absolute; TOP: 56px"
runat="server">随机数1:</asp:label><asp:label id="Suijishu2" style="Z-INDEX: 107; LEFT: 168px; POSITION: absolute; TOP: 96px"
runat="server">随机数2:</asp:label>
<asp:Label id="Ming_wen" style="Z-INDEX: 108; LEFT: 168px; POSITION: absolute; TOP: 216px"
runat="server" Width="144px">请输入您的明文:</asp:Label>
<asp:TextBox id="Mingwen" style="Z-INDEX: 109; LEFT: 304px; POSITION: absolute; TOP: 208px" runat="server"
Width="384px"></asp:TextBox>
<asp:Label id="Label1" style="Z-INDEX: 110; LEFT: 320px; POSITION: absolute; TOP: 176px" runat="server"
Width="168px" ForeColor="Red">请将私钥记住</asp:Label>
<asp:Label id="Label2" style="Z-INDEX: 111; LEFT: 96px; POSITION: absolute; TOP: 24px" runat="server"
Width="88px" ForeColor="Red">加 密</asp:Label>
<asp:Label id="Label3" style="Z-INDEX: 112; LEFT: 104px; POSITION: absolute; TOP: 328px" runat="server"
Width="104px" ForeColor="Red">解 密</asp:Label>
<asp:Label id="Label4" style="Z-INDEX: 113; LEFT: 168px; POSITION: absolute; TOP: 360px" runat="server">私钥:</asp:Label>
<asp:TextBox id="Si_Yao" style="Z-INDEX: 114; LEFT: 216px; POSITION: absolute; TOP: 360px" runat="server"
Width="104px"></asp:TextBox>
<asp:Label id="Label5" style="Z-INDEX: 115; LEFT: 168px; POSITION: absolute; TOP: 400px" runat="server"
Width="160px">请输入要解密的密文:</asp:Label>
<asp:TextBox id="Mi_wen_text" style="Z-INDEX: 116; LEFT: 328px; POSITION: absolute; TOP: 400px"
runat="server" Width="360px"></asp:TextBox>
<asp:Label id="Label6" style="Z-INDEX: 117; LEFT: 176px; POSITION: absolute; TOP: 488px" runat="server"
Width="56px">明文:</asp:Label>
<asp:TextBox id="Ming_wen_text" style="Z-INDEX: 118; LEFT: 248px; POSITION: absolute; TOP: 480px"
runat="server" Width="440px"></asp:TextBox>
<asp:Button id="Button1" style="Z-INDEX: 119; LEFT: 288px; POSITION: absolute; TOP: 440px" runat="server"
Text="解 密"></asp:Button>
<asp:Label id="Suijishu_1" style="Z-INDEX: 120; LEFT: 240px; POSITION: absolute; TOP: 56px"
runat="server" Width="80px"></asp:Label>
<asp:Label id="Suijishu_2" style="Z-INDEX: 121; LEFT: 240px; POSITION: absolute; TOP: 96px"
runat="server" Width="72px"></asp:Label>
<asp:Label id="Prime1" style="Z-INDEX: 122; LEFT: 216px; POSITION: absolute; TOP: 136px" runat="server"
Width="88px"></asp:Label>
<asp:Label id="Prime2" style="Z-INDEX: 123; LEFT: 216px; POSITION: absolute; TOP: 176px" runat="server"
Width="80px"></asp:Label></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -